48 [[nodiscard]] std::string
type()
const override;
69 bool initialize()
override;
72 void deinitialize()
override;
84 static inline const std::set<double> _supportedVersions = { 3.04 };
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Functions to work with RINEX.
Parent class for other data loggers which manages the output filestream.
Definition FileWriter.hpp:27
Abstract parent class for all nodes.
Definition Node.hpp:86
Data Logger for GnssObs to RINEX observation files.
Definition RinexObsLogger.hpp:29
RinexObsLogger(RinexObsLogger &&)=delete
Move constructor.
RinexObsLogger(const RinexObsLogger &)=delete
Copy constructor.
RinexObsLogger & operator=(RinexObsLogger &&)=delete
Move assignment operator.
std::string type() const override
String representation of the Class Type.
void guiConfig() override
ImGui config window which is shown on double click.
static std::string category()
String representation of the Class Category.
RinexObsLogger & operator=(const RinexObsLogger &)=delete
Copy assignment operator.
void flush() override
Function called by the flow executer after finishing to flush out remaining data.
static std::string typeStatic()
String representation of the Class Type.
json save() const override
Saves the node into a json object.
RinexObsLogger()
Default constructor.
~RinexObsLogger() override
Destructor.
void restore(const json &j) override
Restores the node from a json object.
Time System defintions.
Definition TimeSystem.hpp:39