Go to the source code of this file.
Classes | |
class | SickToolbox::SickLMS1xxMessage |
A class to represent all messages sent to and from the Sick LMS 1xx unit. More... | |
Namespaces | |
namespace | SickToolbox |
Encapsulates the Sick LIDAR Matlab/C++ toolbox. | |
Defines | |
#define | SICK_LMS_1XX_MSG_HEADER_LEN (1) |
Sick LMS 1xx message header length in bytes. | |
#define | SICK_LMS_1XX_MSG_PAYLOAD_MAX_LEN (30000) |
Sick LMS 1xx maximum payload length. | |
#define | SICK_LMS_1XX_MSG_TRAILER_LEN (1) |
Sick LMS 1xx length of the message trailer. |
#define SICK_LMS_1XX_MSG_HEADER_LEN (1) |
Sick LMS 1xx message header length in bytes.
Definition at line 20 of file SickLMS1xxMessage.hh.
#define SICK_LMS_1XX_MSG_PAYLOAD_MAX_LEN (30000) |
Sick LMS 1xx maximum payload length.
Definition at line 21 of file SickLMS1xxMessage.hh.
#define SICK_LMS_1XX_MSG_TRAILER_LEN (1) |
Sick LMS 1xx length of the message trailer.
Definition at line 22 of file SickLMS1xxMessage.hh.