GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
gnss_block_factory.h File Reference

Interface of a factory that returns smart pointers to GNSS blocks. More...

#include "concurrent_queue.h"
#include <pmt/pmt.h>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  GNSSBlockFactory
 Class that produces all kinds of GNSS blocks. More...

Detailed Description

Interface of a factory that returns smart pointers to GNSS blocks.

Author
Carlos Aviles, 2010. carlos.avilesr(at)googlemail.com Luis Esteve, 2011. luis(at)epsilon-formacion.com Javier Arribas, 2011. jarribas(at)cttc.es Carles Fernandez-Prades, 2014-2020. cfernandez(at)cttc.es

This class encapsulates the complexity behind the instantiation of GNSS blocks.


GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2010-2026 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file gnss_block_factory.h.