PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <cstdint>
Go to the source code of this file.
Classes | |
class | RTCMParsing |
Macros | |
#define | RTCM3_PREAMBLE 0xD3 |
#define | RTCM_INITIAL_BUFFER_LENGTH 300 |
initial maximum message length of an RTCM message More... | |
#define RTCM3_PREAMBLE 0xD3 |
Definition at line 39 of file rtcm.h.
Referenced by GPSDriverAshtech::parseChar(), GPSDriverSBF::parseChar(), and GPSDriverUBX::parseChar().
#define RTCM_INITIAL_BUFFER_LENGTH 300 |
initial maximum message length of an RTCM message
Definition at line 40 of file rtcm.h.
Referenced by RTCMParsing::reset().