1 #ifndef ELLIPSEMSG_HEADER 2 #define ELLIPSEMSG_HEADER 10 #include "sbg_driver/SbgStatus.h" 11 #include "sbg_driver/SbgUtcTime.h" 12 #include "sbg_driver/SbgImuData.h" 13 #include "sbg_driver/SbgEkfEuler.h" 14 #include "sbg_driver/SbgEkfQuat.h" 15 #include "sbg_driver/SbgEkfNav.h" 16 #include "sbg_driver/SbgShipMotion.h" 17 #include "sbg_driver/SbgMag.h" 18 #include "sbg_driver/SbgMagCalib.h" 19 #include "sbg_driver/SbgGpsVel.h" 20 #include "sbg_driver/SbgGpsPos.h" 21 #include "sbg_driver/SbgGpsHdt.h" 22 #include "sbg_driver/SbgGpsRaw.h" 23 #include "sbg_driver/SbgOdoVel.h" 24 #include "sbg_driver/SbgEvent.h" 25 #include "sbg_driver/SbgPressure.h" void read_ecom_log_event(sbg_driver::SbgEvent &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_gps_pos(sbg_driver::SbgGpsPos &msg, const SbgBinaryLogData *pLogData)
Header file that defines all error codes for SBG Systems libraries.
void read_gps_vel_status(sbg_driver::SbgGpsVelStatus &msg, const uint32 &val)
void read_ekf_solution_status(sbg_driver::SbgEkfStatus &msg, const uint32 &val)
void read_ecom_log_imu_data(sbg_driver::SbgImuData &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_gps_hdt(sbg_driver::SbgGpsHdt &msg, const SbgBinaryLogData *pLogData)
Defines all sbgECom commands identifiers.
void read_ecom_log_ekf_quat(sbg_driver::SbgEkfQuat &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_odo_vel(sbg_driver::SbgOdoVel &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_utc_time(sbg_driver::SbgUtcTime &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_ship_motion(sbg_driver::SbgShipMotion &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_status(sbg_driver::SbgStatus &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_gps_raw(sbg_driver::SbgGpsRaw &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_pressure(sbg_driver::SbgPressure &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_ekf_nav(sbg_driver::SbgEkfNav &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_mag_calib(sbg_driver::SbgMagCalib &msg, const SbgBinaryLogData *pLogData)
void read_ecom_log_ekf_euler(sbg_driver::SbgEkfEuler &msg, const SbgBinaryLogData *pLogData)
void read_mag_status(sbg_driver::SbgMagStatus &msg, const uint16 &val)
void read_get_info(SbgEComHandle *comHandle)
void read_gps_pos_status(sbg_driver::SbgGpsPosStatus &msg, const uint32 &val)
void read_ecom_log_mag(sbg_driver::SbgMag &msg, const SbgBinaryLogData *pLogData)
Main header file for the SBG Systems Enhanced Communication Library.
void read_ecom_log_gps_vel(sbg_driver::SbgGpsVel &msg, const SbgBinaryLogData *pLogData)