#include <sbgEComBinaryLogShipMotion.h>
Public Attributes | |
float | mainHeavePeriod |
float | shipAccel [3] |
float | shipMotion [3] |
float | shipVel [3] |
uint16 | status |
uint32 | timeStamp |
Structure that stores data for the SBG_ECOM_LOG_SHIP_MOTION or SBG_ECOM_LOG_SHIP_MOTION_HP message.
The data are expressed in the standard NED Ekinox coordiante frame. Surge is positive forward, sway is positive right and heave is positive down.
Note that status flag should be read before using the different parameters because it will provide validity information about all included outputs. Some frames may not provide the heave period or surge/sway axes for example
Definition at line 47 of file sbgEComBinaryLogShipMotion.h.
float _SbgLogShipMotionData::mainHeavePeriod |
Main heave period in seconds.
Definition at line 51 of file sbgEComBinaryLogShipMotion.h.
float _SbgLogShipMotionData::shipAccel[3] |
Surge, sway and heave ship Acceleration in m.s^-2.
Definition at line 53 of file sbgEComBinaryLogShipMotion.h.
float _SbgLogShipMotionData::shipMotion[3] |
Surge, sway and heave in meters.
Definition at line 52 of file sbgEComBinaryLogShipMotion.h.
float _SbgLogShipMotionData::shipVel[3] |
Surge, sway and heave velocities
Definition at line 54 of file sbgEComBinaryLogShipMotion.h.
uint16 _SbgLogShipMotionData::status |
Ship Motion data status bitmask
Definition at line 50 of file sbgEComBinaryLogShipMotion.h.
uint32 _SbgLogShipMotionData::timeStamp |
Time in us since the sensor power up.
Definition at line 49 of file sbgEComBinaryLogShipMotion.h.