DDS  ver. 3.4
Public Member Functions | Public Attributes | List of all members
dds::protocol_api::SMessageHeader Struct Reference

#include <ProtocolMessage.h>

Public Member Functions

 SMessageHeader ()
 
bool isValid () const
 
uint16_t getChecksum () const
 
void clear ()
 

Public Attributes

uint16_t m_crc
 
uint16_t m_cmd
 
uint32_t m_len
 
uint64_t m_ID
 Messages TO Commander: this is a sender ID (ID of the client's channel) Messages FROM Commander: this is ID of the recipient of the message. More...
 

Constructor & Destructor Documentation

◆ SMessageHeader()

dds::protocol_api::SMessageHeader::SMessageHeader ( )
inline

Member Function Documentation

◆ clear()

void dds::protocol_api::SMessageHeader::clear ( )
inline

◆ getChecksum()

uint16_t dds::protocol_api::SMessageHeader::getChecksum ( ) const
inline

◆ isValid()

bool dds::protocol_api::SMessageHeader::isValid ( ) const
inline

Member Data Documentation

◆ m_cmd

uint16_t dds::protocol_api::SMessageHeader::m_cmd

◆ m_crc

uint16_t dds::protocol_api::SMessageHeader::m_crc

◆ m_ID

uint64_t dds::protocol_api::SMessageHeader::m_ID

Messages TO Commander: this is a sender ID (ID of the client's channel) Messages FROM Commander: this is ID of the recipient of the message.

◆ m_len

uint32_t dds::protocol_api::SMessageHeader::m_len

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