#include <TCPDevice.hpp>
Public Types | |
enum | { default_size = 14 } |
Public Member Functions | |
void | setup () |
TCONMsg () | |
Public Attributes | |
StreamPtr | data |
uint8_t | msgType |
uint8_t | node |
uint8_t | rxNode |
uint8_t | seq |
uint16_t | size |
double | time |
uint8_t | txNode |
Definition at line 74 of file TCPDevice.hpp.
anonymous enum |
Definition at line 76 of file TCPDevice.hpp.
labust::tritech::TCONMsg::TCONMsg | ( | ) | [inline] |
Definition at line 77 of file TCPDevice.hpp.
void labust::tritech::TCONMsg::setup | ( | ) | [inline] |
The methods sets the byte sizes automatically on payload size.
Definition at line 90 of file TCPDevice.hpp.
StreamPtr labust::tritech::TCONMsg::data |
Definition at line 102 of file TCPDevice.hpp.
Definition at line 98 of file TCPDevice.hpp.
Definition at line 100 of file TCPDevice.hpp.
Definition at line 97 of file TCPDevice.hpp.
Definition at line 99 of file TCPDevice.hpp.
uint16_t labust::tritech::TCONMsg::size |
Definition at line 95 of file TCPDevice.hpp.
Definition at line 96 of file TCPDevice.hpp.
Definition at line 97 of file TCPDevice.hpp.