16#include <unordered_set>
44 [[nodiscard]] std::string
type()
const override;
Structs identifying a unique satellite.
Abstract parent class for all nodes.
Definition Node.hpp:86
Convert UbloxObs into GnssObs.
Definition UbloxGnssObsConverter.hpp:25
void receiveObs(InputPin::NodeDataQueue &queue, size_t pinIdx)
Data receive function.
UbloxGnssObsConverter(const UbloxGnssObsConverter &)=delete
Copy constructor.
static constexpr size_t OUTPUT_PORT_INDEX_GNSS_OBS
Flow.
Definition UbloxGnssObsConverter.hpp:50
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.
bool initialize() override
Initialize the node.
~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.
std::unordered_set< SatSigId > _lastEpochObs
List of signals of the last epoch. To set the LLI flag.
Definition UbloxGnssObsConverter.hpp:53