#include <robotican_hardware_interface/Protocol.h>#include <boost/asio/serial_port.hpp>#include <boost/asio.hpp>#include <robotican_hardware_interface/ros_utils.h>

Go to the source code of this file.
Classes | |
| class | TransportLayer |
Defines | |
| #define | MAX_TABLE 256 |
| #define | POLYNOMIAL 0xD8 /* 11011 followed by 0's */ |
| #define | TOPBIT (1 << (WIDTH - 1)) |
| #define | WIDTH (8 * sizeof(crc)) |
Typedefs | |
| typedef uint16_t | crc |
| #define MAX_TABLE 256 |
Definition at line 17 of file TransportLayer.h.
| #define POLYNOMIAL 0xD8 /* 11011 followed by 0's */ |
Definition at line 14 of file TransportLayer.h.
Definition at line 16 of file TransportLayer.h.
Definition at line 15 of file TransportLayer.h.
| typedef uint16_t crc |
Definition at line 12 of file TransportLayer.h.