DUNE: Uniform Navigational Environment
2.5.0-rc1
|
Parser for Imagenex 852 High Frequency Echo Sounder Return Data.
Public Member Functions | |
Parser (std::vector< char > &data_point_buffer) | |
bool | parse (uint8_t byte) |
unsigned | getRange (void) const |
double | getProfileRange (void) const |
unsigned | getDataPointsCount (void) const |
|
inline |
Constructor.
|
inline |
Retrieve number of data points of the last shot.
Referenced by Sensors::Imagenex852::Task::onMain().
|
inline |
Retrieve the profile range of the last shot.
Referenced by Sensors::Imagenex852::Task::onMain().
|
inline |
Retrieve the range of the last shot ([5, 50] meter).
Referenced by Sensors::Imagenex852::Task::onMain().
|
inline |
Parse one byte.
byte | byte. |
Referenced by Sensors::Imagenex852::Task::onMain().