DriveWorks API: Message Metadata Library
Description: This file defines message metadata types
Definition in file MessageMetadata.h.
Go to the source code of this file.
Data Structures | |
struct | dwMessageMetadata |
Common metadata associated with a message. More... | |
Enumerations | |
enum | dwMessageMetadataFlags { DW_MESSAGE_METADATA_SEQUENCE_NUMBER = 1 << 0 , DW_MESSAGE_METADATA_PUBLISH_TIMESTAMP = 1 << 1 , DW_MESSAGE_METADATA_VALIDITY_STATUS = 1 << 2 , DW_MESSAGE_METADATA_VALIDITY_FORCE16 = (1 << 15) - 1 } |
Defines valid fields in dwMessageMetadata. More... | |