![]() |
GNSS-SDR
0.0.13
An Open Source GNSS Software Defined Receiver
|
This abstract class represents an interface to GNSS blocks. More...
#include <gnss_block_interface.h>
This abstract class represents an interface to GNSS blocks.
Abstract class for GNSS block interfaces. Since all its methods are virtual, this class cannot be instantiated directly, and a subclass can only be instantiated directly if all inherited pure virtual methods have been implemented by that class or a parent class.
Definition at line 42 of file gnss_block_interface.h.
1.8.14