Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
|
common apps utils More...
Functions | |
void | PrintMessageHeader () |
Print header for PrintMessageData() to stdout. | |
void | PrintMessageData (const ::fpsdk::common::parser::ParserMsg &msg, const std::size_t offs, const bool hexdump) |
Print message summary to stdout. | |
void | PrintParserStats (const ::fpsdk::common::parser::ParserStats &stats) |
Print parser stats to stdout. | |
common apps utils
void fpsdk::apps::common::PrintMessageData | ( | const ::fpsdk::common::parser::ParserMsg & | msg, |
const std::size_t | offs, | ||
const bool | hexdump ) |
Print message summary to stdout.
[in] | msg | The message |
[in] | offs | Offset [bytes] of message in data (stream, file) |
[in] | hexdump | Print also hexdump |
void fpsdk::apps::common::PrintParserStats | ( | const ::fpsdk::common::parser::ParserStats & | stats | ) |
Print parser stats to stdout.
[in] | stats | The stats |