79 #ifndef __SICK_SCANSEGMENT_XD_MSGPACK_PARSER_H
80 #define __SICK_SCANSEGMENT_XD_MSGPACK_PARSER_H
104 static std::vector<uint8_t>
ReadFile(
const std::string& filepath);
129 bool msgpack_validator_enabled =
false,
bool discard_msgpacks_not_validated =
false,
bool use_software_pll =
true,
bool verbose =
false);
171 bool msgpack_validator_enabled =
false,
bool discard_msgpacks_not_validated =
false,
172 bool use_software_pll =
true,
bool verbose =
false);
178 static std::string
MsgpackToHexDump(
const std::vector<uint8_t>& msgpack_data,
bool pretty_print =
true);
195 static bool WriteCSV(
const std::vector<ScanSegmentParserOutput>& results,
const std::string& csvFile,
bool overwrite_existing_file);
203 static bool ExportXYZI(
const std::vector<ScanSegmentParserOutput>& results, std::vector<float>& x, std::vector<float>& y, std::vector<float>& z, std::vector<float>& i, std::vector<int>& group_idx, std::vector<int>& echo_idx, std::vector<int>& msg_idx);
241 #endif // __SICK_SCANSEGMENT_XD_MSGPACK_PARSER_H