35 #ifndef SBG_ECOM_LOG_DEPTH_H
36 #define SBG_ECOM_LOG_DEPTH_H
53 #define SBG_ECOM_DEPTH_TIME_IS_DELAY (0x0001u << 0)
54 #define SBG_ECOM_DEPTH_PRESSURE_ABS_VALID (0x0001u << 1)
55 #define SBG_ECOM_DEPTH_ALTITUDE_VALID (0x0001u << 2)
Main header for the SBG Systems common C library.
#define SBG_DEPRECATED_TYPEDEF(decl)
Definition: sbgDefines.h:349
SbgErrorCode sbgEComLogDepthWriteToStream(const SbgEComLogDepth *pLogData, SbgStreamBuffer *pStreamBuffer)
struct _SbgEComLogDepth SbgEComLogDepth
SbgErrorCode sbgEComLogDepthReadFromStream(SbgEComLogDepth *pLogData, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
SBG_DEPRECATED(SBG_INLINE uint32_t SBG_VERSION(uint8_t major, uint8_t minor, uint8_t rev, uint8_t build))
Definition: sbgEComLogDepth.h:65
float pressureAbs
Definition: sbgEComLogDepth.h:68
uint16_t status
Definition: sbgEComLogDepth.h:67
uint32_t timeStamp
Definition: sbgEComLogDepth.h:66
float altitude
Definition: sbgEComLogDepth.h:69
Definition: sbgStreamBufferCommon.h:201