Classes | |
class | SerialThreadCRC32 |
Reads/Writes message packages from/to serial port. More... | |
Functions | |
static const std::shared_ptr< goby::middleware::protobuf::IOData > | encode_frame (const std::string &data) |
static const std::string | decode_frame (const std::string &frame_data) |
Variables | |
constexpr const char * | SERIAL_MAGIC = "JAIA" |
constexpr int | SERIAL_MAGIC_BYTES = 4 |
constexpr int | SIZE_BYTES = 2 |
constexpr int | BITS_IN_BYTE = 8 |
constexpr auto | SERIAL_MAX_SIZE = 2048 |
constexpr auto | CRC_SIZE = 4 |
|
static |
Definition at line 62 of file serial_crc32.h.
|
static |
Definition at line 45 of file serial_crc32.h.
|
constexpr |
Definition at line 40 of file serial_crc32.h.
|
constexpr |
Definition at line 42 of file serial_crc32.h.
|
constexpr |
Definition at line 37 of file serial_crc32.h.
|
constexpr |
Definition at line 38 of file serial_crc32.h.
|
constexpr |
Definition at line 41 of file serial_crc32.h.
|
constexpr |
Definition at line 39 of file serial_crc32.h.