53 #ifndef SBG_ECOM_LOG_EKF_ROT_ACCEL_H
54 #define SBG_ECOM_LOG_EKF_ROT_ACCEL_H
Main header for the SBG Systems common C library.
struct _SbgEComLogEkfRotAccel SbgEComLogEkfRotAccel
SbgErrorCode sbgEComLogEkfRotAccelWriteToStream(const SbgEComLogEkfRotAccel *pLogData, SbgStreamBuffer *pStreamBuffer)
void sbgEComLogEkfRotAccelConstruct(SbgEComLogEkfRotAccel *pLogData)
SbgErrorCode sbgEComLogEkfRotAccelReadFromStream(SbgEComLogEkfRotAccel *pLogData, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
Definition: sbgEComLogEkfRotAccel.h:72
uint32_t status
Definition: sbgEComLogEkfRotAccel.h:74
float acceleration[3]
Definition: sbgEComLogEkfRotAccel.h:76
uint32_t timeStamp
Definition: sbgEComLogEkfRotAccel.h:73
float rate[3]
Definition: sbgEComLogEkfRotAccel.h:75
Definition: sbgStreamBufferCommon.h:201