sbgECom Library
5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
|
Log structure for DVL 3D velocity measurement. More...
#include <sbgEComLogDvl.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | status |
float | velocity [3] |
float | velocityQuality [3] |
Log structure for DVL 3D velocity measurement.
This structure contains data related to the DVL 3D velocity measurements, including timestamp, status, and velocity information.
uint32_t _SbgEComLogDvl::timeStamp |
Time in microseconds since the sensor power up.
uint16_t _SbgEComLogDvl::status |
DVL status bitmask.
float _SbgEComLogDvl::velocity[3] |
X, Y, Z velocities in m/s expressed in the DVL instrument frame.
float _SbgEComLogDvl::velocityQuality[3] |
Quality indicators for X, Y, Z velocities provided by the DVL sensor, expressed in m/s.