sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogUsbl.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | status |
double | latitude |
double | longitude |
float | depth |
float | latitudeAccuracy |
float | longitudeAccuracy |
float | depthAccuracy |
Log structure for USBL data.
uint32_t _SbgEComLogUsbl::timeStamp |
Time in us since the sensor power up.
uint16_t _SbgEComLogUsbl::status |
USBL system status bitmask.
double _SbgEComLogUsbl::latitude |
Latitude in degrees, positive north.
double _SbgEComLogUsbl::longitude |
Longitude in degrees, positive east.
float _SbgEComLogUsbl::depth |
Depth in meters below mean sea level (positive down).
float _SbgEComLogUsbl::latitudeAccuracy |
1 sigma latitude accuracy in meters.
float _SbgEComLogUsbl::longitudeAccuracy |
1 sigma longitude accuracy in meters.
float _SbgEComLogUsbl::depthAccuracy |
1 sigma depth accuracy in meters.