|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <NTRIP.h>
Public Member Functions | |
| RTCMParser () | |
| void | reset () |
| bool | addByte (uint8_t byte) |
| uint8_t * | message () |
| uint16_t | messageLength () |
| uint16_t | messageId () |
| const uint8_t * | crcBytes () const |
| int | crcSize () const |
| bool RTCMParser::addByte | ( | uint8_t | byte | ) |
Definition at line 124 of file NTRIP.cc.
References reset(), and RTCM3_PREAMBLE.
| void RTCMParser::reset | ( | ) |
Definition at line 115 of file NTRIP.cc.
Referenced by addByte(), NTRIPTCPLink::NTRIPTCPLink(), and RTCMParser().