|
TR-mbed 1.0
|
#include <Jetson.h>
Public Member Functions | |
| TurretPacket () | |
Public Member Functions inherited from ReadPacket | |
| ReadPacket (char header, int payload_size) | |
| virtual | ~ReadPacket ()=default |
| int | parse_buff (char *buff, int buff_size, Jetson::ReadState &read_state) |
Static Public Attributes | |
| static char constexpr | HEADER = 0xCC |
| static int constexpr | PAYLOAD_SIZE = 9 |
Additional Inherited Members | |
Public Attributes inherited from ReadPacket | |
| const char | header_ |
| const int | payload_size_ |
|
inline |
|
staticconstexpr |
|
staticconstexpr |