Contains optional extended length of message and first byte of data buffer.
Definition at line 119 of file xsmessage.h.
#include <xSens_MT4/xstypes/include/xsens/xsmessage.h>
Classes | |
| struct | ExtendedLength | 
| Contains extended length information and first byte of data buffer if normal length is 255.  More... | |
Public Attributes | |
| struct XsMessageHeader::LengthData::ExtendedLength | m_extended | 
| The extended length, only valid if normal length is 255.  More... | |
| uint8_t | m_data [1] | 
| The first byte of the data buffer if length < 255, the data buffer is always at least 1 byte since it has to contain the checksum, but it can be bigger.  More... | |
| uint8_t XsMessageHeader::LengthData::m_data[1] | 
The first byte of the data buffer if length < 255, the data buffer is always at least 1 byte since it has to contain the checksum, but it can be bigger.
Definition at line 129 of file xsmessage.h.
| struct XsMessageHeader::LengthData::ExtendedLength XsMessageHeader::LengthData::m_extended | 
The extended length, only valid if normal length is 255.
Referenced by expectedMessageSize().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |