DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

MessageMetadata.h File Reference

Detailed Description

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

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...