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(func)
Definition sbgDefines.h:316
#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.
struct _SbgStreamBuffer SbgStreamBuffer
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