| sbgECom Library
    5.3.2276-stable
    Interface SBG Systems IMU/AHRS/INS | 
#include <sbgEComLogVelocity.h>
| Data Fields | |
| uint32_t | timeStamp | 
| uint16_t | status | 
| float | velocity [3] | 
| float | velocityStd [3] | 
Log structure for velocity measurements.
| uint32_t _SbgEComLogVelocity::timeStamp | 
Time in us since the INS power up OR measurement delay in us OR GPS time of the week in ms.
| uint16_t _SbgEComLogVelocity::status | 
Velocity status bitmask.
| float _SbgEComLogVelocity::velocity[3] | 
X,Y,Z or North/East/Down velocities in m/s.
| float _SbgEComLogVelocity::velocityStd[3] | 
X,Y,Z or North/East/Down velocities standard deviation in m/s.