16#include <unordered_set>
44 [[nodiscard]] std::string
type()
const override;
50 constexpr static size_t OUTPUT_PORT_INDEX_GNSS_OBS = 0;
53 std::unordered_set<SatSigId> _lastEpochObs;
56 bool initialize()
override;
Structs identifying a unique satellite.
Abstract parent class for all nodes.
Definition Node.hpp:86
Convert UbloxObs into GnssObs.
Definition UbloxGnssObsConverter.hpp:25
UbloxGnssObsConverter(const UbloxGnssObsConverter &)=delete
Copy constructor.
UbloxGnssObsConverter & operator=(const UbloxGnssObsConverter &)=delete
Copy assignment operator.
static std::string category()
String representation of the Class Category.
UbloxGnssObsConverter & operator=(UbloxGnssObsConverter &&)=delete
Move assignment operator.
~UbloxGnssObsConverter() override
Destructor.
UbloxGnssObsConverter()
Default constructor.
static std::string typeStatic()
String representation of the Class Type.
std::string type() const override
String representation of the Class Type.
UbloxGnssObsConverter(UbloxGnssObsConverter &&)=delete
Move constructor.