23#ifndef GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H
24#define GNSS_SDR_TELEMETRY_DECODER_INTERFACE_H
46 virtual void reset() = 0;
48 virtual void set_channel(
int channel) = 0;
This abstract class represents an interface to GNSS blocks.
This class represents a GNSS satellite.
This abstract class represents an interface to a navigation GNSS block.
This interface represents a GNSS block.
Interface of the Gnss_Satellite class.