49 [[nodiscard]] std::string
type()
const override;
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:30
RinexObsLogger(RinexObsLogger &&)=delete
Move constructor.
RinexObsLogger(const RinexObsLogger &)=delete
Copy constructor.
gui::widgets::DynamicInputPins _dynamicInputPins
Dynamic input pins.
Definition RinexObsLogger.hpp:100
RinexObsLogger & operator=(RinexObsLogger &&)=delete
Move assignment operator.
vendor::RINEX::ObsHeader _header
Header information.
Definition RinexObsLogger.hpp:96
void deinitialize() override
Deinitialize the node.
void updateFileHeader(TimeSystem oldTimeSys)
Update the file header and eventually rewrite the file.
std::string type() const override
String representation of the Class Type.
void writeObservation(InputPin::NodeDataQueue &queue, size_t pinIdx)
Write Observation to the file.
bool initialize() override
Initialize the node.
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.
static void pinDeleteCallback(Node *node, size_t pinIdx)
Function to call to delete a pin.
static const std::set< double > _supportedVersions
Supported RINEX versions.
Definition RinexObsLogger.hpp:93
RinexObsLogger()
Default constructor.
static void pinAddCallback(Node *node)
Function to call to add a new pin.
~RinexObsLogger() override
Destructor.
void restore(const json &j) override
Restores the node from a json object.
Time System defintions.
Definition TimeSystem.hpp:40