RTC Toolkit
1.0.0
|
#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... | |
boost::endian::big_uint16_t MudpiHeader::application_tag |
For application use.
Ignored by MUDPI.
boost::endian::big_uint16_t MudpiHeader::component_id |
Unique Id of sender.
boost::endian::big_uint16_t MudpiHeader::frame_count |
MUDPI frame count.
boost::endian::big_uint16_t MudpiHeader::frame_id |
MUDPI frame id.
boost::endian::big_uint16_t MudpiHeader::payload_size |
MUDPI payload size.
boost::endian::big_uint16_t MudpiHeader::reserved1 |
Reserved for future MUDPI use.
boost::endian::big_uint16_t MudpiHeader::reserved2 |
MUDPI reserved flags.
boost::endian::big_uint32_t MudpiHeader::sample_id |
MUDPI sampleId.
boost::endian::big_float64_buf_t MudpiHeader::timestamp |
MUDPI timestamp.
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.
boost::endian::big_uint16_t MudpiHeader::version |
MUDPI version.