|
TR-mbed 1.0
|
#include <Jetson.h>
Public Member Functions | |
| RobotStateWritePacket () | |
Public Member Functions inherited from WritePacket | |
| WritePacket (char header, int payload_size) | |
| virtual | ~WritePacket ()=default |
| int | write_data_to_buff (Jetson::WriteState &write_state, char *buff, int buff_size) |
Static Public Attributes | |
| static int constexpr | HEADER = 0xAA |
| static int constexpr | PAYLOAD_SIZE = 28 |
Additional Inherited Members | |
Public Attributes inherited from WritePacket | |
| const char | header_ |
| const int | payload_size_ |
|
inline |
|
staticconstexpr |
|
staticconstexpr |