PX4 Firmware
PX4 Autopilot Software http://px4.io
rtcm.h File Reference
#include <cstdint>
Include dependency graph for rtcm.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ RTCM3_PREAMBLE

#define RTCM3_PREAMBLE   0xD3

◆ RTCM_INITIAL_BUFFER_LENGTH

#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().