#include <sick_scan_parse_util.h>
Classes | |
class | LMPscancfg |
class | LMPscancfgSector |
Static Public Member Functions | |
static bool | LMPscancfgToSopas (const LMPscancfg &scancfg, std::string &sopas_cmd) |
Convert LMPscancfg to sopas request "sMN mLMPsetscancfg ...". More... | |
static bool | SopasToLMPscancfg (const std::string &sopas_reply, LMPscancfg &scancfg) |
Parse the sopas reply to "sRN LMPscancfg" and convert to LMPscancfg. More... | |
Definition at line 77 of file sick_scan_parse_util.h.
|
static |
Convert LMPscancfg to sopas request "sMN mLMPsetscancfg ...".
Definition at line 229 of file sick_scan_parse_util.cpp.
|
static |
Parse the sopas reply to "sRN LMPscancfg" and convert to LMPscancfg.
Definition at line 174 of file sick_scan_parse_util.cpp.