XbusParser object definition. More...
#include <xbusparser.h>
Public Attributes | |
unsigned short | m_checksum |
int | m_idxWrite |
enum Result | m_lastError |
int | m_offsetToPayload |
int | m_payloadLength |
unsigned char * | m_rxBuffer |
int | m_rxBufferSize |
enum State | m_state |
int | m_totalLength |
XbusParser object definition.
Definition at line 95 of file xbusparser.h.
unsigned short XbusParser::m_checksum |
Running checksum
Definition at line 103 of file xbusparser.h.
int XbusParser::m_idxWrite |
Write index
Definition at line 99 of file xbusparser.h.
enum Result XbusParser::m_lastError |
Last error
Definition at line 104 of file xbusparser.h.
int XbusParser::m_offsetToPayload |
Offset to payload
Definition at line 102 of file xbusparser.h.
int XbusParser::m_payloadLength |
Payload length
Definition at line 101 of file xbusparser.h.
unsigned char* XbusParser::m_rxBuffer |
Receive buffer
Definition at line 97 of file xbusparser.h.
int XbusParser::m_rxBufferSize |
Receive buffer size
Definition at line 98 of file xbusparser.h.
enum State XbusParser::m_state |
State
Definition at line 105 of file xbusparser.h.
int XbusParser::m_totalLength |
Total length
Definition at line 100 of file xbusparser.h.