![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface for the RTCM 3.2 Standard. More...
#include "concurrent_queue.h"#include "galileo_ephemeris.h"#include "galileo_has_data.h"#include "glonass_gnav_ephemeris.h"#include "glonass_gnav_utc_model.h"#include "gnss_synchro.h"#include "gps_cnav_ephemeris.h"#include "gps_ephemeris.h"#include <boost/asio.hpp>#include <boost/date_time/posix_time/posix_time.hpp>#include <algorithm>#include <array>#include <bitset>#include <cstddef>#include <cstdint>#include <deque>#include <iomanip>#include <list>#include <map>#include <memory>#include <set>#include <sstream>#include <string>#include <thread>#include <utility>#include <vector>#include <absl/log/log.h>Go to the source code of this file.
Classes | |
| class | Rtcm |
| This class implements the generation and reading of some Message Types defined in the RTCM 3.2 Standard, plus some utilities to handle messages. More... | |
Typedefs | |
| using | b_io_context = boost::asio::io_service |
Interface for the RTCM 3.2 Standard.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file rtcm.h.