33#ifndef SBG_ECOM_LOG_AUTOMOTIVE_H
34#define SBG_ECOM_LOG_AUTOMOTIVE_H
51#define SBG_ECOM_AUTO_DATA_TRACK_VALID (0x1u << 0)
52#define SBG_ECOM_AUTO_DATA_SLIP_VALID (0x1u << 1)
53#define SBG_ECOM_AUTO_DATA_CURVATURE_VALID (0x1u << 2)
Main header for the SBG Systems common C library.
#define SBG_DEPRECATED_TYPEDEF(decl)
Definition sbgDefines.h:349
struct _SbgEComLogAutomotive SbgEComLogAutomotive
Used to read/write data from/to a memory buffer stream.
Definition sbgEComLogAutomotive.h:63
float slipAngle
Definition sbgEComLogAutomotive.h:66
float curvatureRadius
Definition sbgEComLogAutomotive.h:67
uint8_t status
Definition sbgEComLogAutomotive.h:64
float trackAngle
Definition sbgEComLogAutomotive.h:65