GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Classes | Typedefs
gnss_synchro_udp_sink.h File Reference

Interface of a class that sends serialized Gnss_Synchro objects over udp to one or multiple endponits. More...

#include "gnss_synchro.h"
#include "serdes_gnss_synchro.h"
#include <boost/asio.hpp>
#include <boost/system/error_code.hpp>
#include <cstdint>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Gnss_Synchro_Udp_Sink
 This class sends serialized Gnss_Synchro objects over UDP to one or multiple endpoints. More...
 

Typedefs

using b_io_context = boost::asio::io_service
 

Detailed Description

Interface of a class that sends serialized Gnss_Synchro objects over udp to one or multiple endponits.

Author
Álvaro Cebrián Juan, 2018. acebrianjuan(at)gmail.com

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