Class to parse PD0 binary data packets.
More...
#include <pd0_parser.hpp>
Class to parse PD0 binary data packets.
◆ Pd0Parser()
| driver::dvl_driver::path_finder::pd0::Pd0Parser::Pd0Parser |
( |
| ) |
|
◆ ~Pd0Parser()
| driver::dvl_driver::path_finder::pd0::Pd0Parser::~Pd0Parser |
( |
| ) |
|
◆ parse()
| bool driver::dvl_driver::path_finder::pd0::Pd0Parser::parse |
( |
const unsigned char * |
buffer, |
|
|
size_t |
length, |
|
|
Pd0Ensemble & |
out_data |
|
) |
| |
Parse a raw byte buffer containing a PD0 ensemble.
- Parameters
-
| buffer | Pointer to the raw binary data |
| length | Length of the data in bytes |
| out_data | Reference to store the parsed PD0 ensemble data |
- Returns
- true if the packet is valid and successfully parsed
The documentation for this class was generated from the following files: