Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Classes | Public Attributes
XsMessageHeader::LengthData::ExtendedLength Struct Reference

Detailed Description

Contains extended length information and first byte of data buffer if normal length is 255.

Definition at line 121 of file xsmessage.h.

#include <xSens_MT4/xstypes/include/xsens/xsmessage.h>

Classes

struct  ExtendedParts
 The high and low byte of the extended length. More...
 

Public Attributes

struct XsMessageHeader::LengthData::ExtendedLength::ExtendedParts m_length
 Extended length, only valid if normal length is 255. More...
 
uint8_t m_data [1]
 The first byte of the data buffer, the data buffer is always at least 1 byte since it has to contain the checksum, but it can be bigger. More...
 

Member Data Documentation

◆ m_data

uint8_t XsMessageHeader::LengthData::ExtendedLength::m_data[1]

The first byte of the data buffer, the data buffer is always at least 1 byte since it has to contain the checksum, but it can be bigger.

Definition at line 127 of file xsmessage.h.

◆ m_length

struct XsMessageHeader::LengthData::ExtendedLength::ExtendedParts XsMessageHeader::LengthData::ExtendedLength::m_length

Extended length, only valid if normal length is 255.

Referenced by expectedMessageSize().




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019