#include <sbgEComBinaryLogGps.h>
Public Attributes | |
size_t | bufferSize |
uint8 | rawBuffer [SBG_ECOM_GPS_RAW_MAX_BUFFER_SIZE] |
Structure that stores data for the SBG_ECOM_LOG_GPS::_RAW message.
Definition at line 311 of file sbgEComBinaryLogGps.h.
size_t _SbgLogGpsRaw::bufferSize |
Raw buffer size in bytes.
Definition at line 314 of file sbgEComBinaryLogGps.h.
uint8 _SbgLogGpsRaw::rawBuffer[SBG_ECOM_GPS_RAW_MAX_BUFFER_SIZE] |
Buffer that contains raw GPS data.
Definition at line 313 of file sbgEComBinaryLogGps.h.