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