RTC Toolkit  1.0.0
Public Attributes | List of all members
MudpiHeader Struct Reference

#include <packetFormats.hpp>

Public Attributes

boost::endian::big_int32_t topic_id
 Unique identifier of data topic. More...
 
boost::endian::big_uint16_t component_id
 Unique Id of sender. More...
 
boost::endian::big_uint16_t application_tag
 For application use. More...
 
boost::endian::big_uint16_t reserved1
 Reserved for future MUDPI use. More...
 
boost::endian::big_uint16_t version
 MUDPI version. More...
 
boost::endian::big_uint32_t sample_id
 MUDPI sampleId. More...
 
boost::endian::big_float64_buf_t timestamp
 MUDPI timestamp. More...
 
boost::endian::big_uint16_t frame_id
 MUDPI frame id. More...
 
boost::endian::big_uint16_t frame_count
 MUDPI frame count. More...
 
boost::endian::big_uint16_t payload_size
 MUDPI payload size. More...
 
boost::endian::big_uint16_t reserved2
 MUDPI reserved flags. More...
 

Member Data Documentation

◆ application_tag

boost::endian::big_uint16_t MudpiHeader::application_tag

For application use.

Ignored by MUDPI.

◆ component_id

boost::endian::big_uint16_t MudpiHeader::component_id

Unique Id of sender.

◆ frame_count

boost::endian::big_uint16_t MudpiHeader::frame_count

MUDPI frame count.

◆ frame_id

boost::endian::big_uint16_t MudpiHeader::frame_id

MUDPI frame id.

◆ payload_size

boost::endian::big_uint16_t MudpiHeader::payload_size

MUDPI payload size.

◆ reserved1

boost::endian::big_uint16_t MudpiHeader::reserved1

Reserved for future MUDPI use.

◆ reserved2

boost::endian::big_uint16_t MudpiHeader::reserved2

MUDPI reserved flags.

◆ sample_id

boost::endian::big_uint32_t MudpiHeader::sample_id

MUDPI sampleId.

◆ timestamp

boost::endian::big_float64_buf_t MudpiHeader::timestamp

MUDPI timestamp.

◆ topic_id

boost::endian::big_int32_t MudpiHeader::topic_id

Unique identifier of data topic.

Same type as used in ZPB and thus (better) supporting TopicId if used a global identifier across the control system data dictionary.

◆ version

boost::endian::big_uint16_t MudpiHeader::version

MUDPI version.


The documentation for this struct was generated from the following file: