44 [[nodiscard]] std::string
type()
const override;
65 bool initialize()
override;
68 void deinitialize()
override;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
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 Ublox observations.
Definition UartDataLogger.hpp:25
UartDataLogger()
Default constructor.
UartDataLogger & operator=(UartDataLogger &&)=delete
Move assignment operator.
UartDataLogger(const UartDataLogger &)=delete
Copy constructor.
void guiConfig() override
ImGui config window which is shown on double click.
static std::string typeStatic()
String representation of the Class Type.
json save() const override
Saves the node into a json object.
UartDataLogger & operator=(const UartDataLogger &)=delete
Copy assignment operator.
UartDataLogger(UartDataLogger &&)=delete
Move constructor.
void flush() override
Function called by the flow executer after finishing to flush out remaining data.
void restore(const json &j) override
Restores the node from a json object.
std::string type() const override
String representation of the Class Type.
static std::string category()
String representation of the Class Category.
~UartDataLogger() override
Destructor.