45 [[nodiscard]] std::string
type()
const override;
66 bool initialize()
override;
69 void deinitialize()
override;
77 bool _headerWritten =
false;
Common logging variables like time into run and local positions.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Common logging variables like time into run and local positions.
Definition CommonLog.hpp:26
Data Logger for PosVelAtt observations.
Definition CsvLogger.hpp:26
void guiConfig() override
ImGui config window which is shown on double click.
static std::string category()
String representation of the Class Category.
void restore(const json &j) override
Restores the node from a json object.
json save() const override
Saves the node into a json object.
CsvLogger(const CsvLogger &)=delete
Copy constructor.
CsvLogger(CsvLogger &&)=delete
Move constructor.
std::string type() const override
String representation of the Class Type.
CsvLogger & operator=(CsvLogger &&)=delete
Move assignment operator.
CsvLogger & operator=(const CsvLogger &)=delete
Copy assignment operator.
void flush() override
Function called by the flow executer after finishing to flush out remaining data.
~CsvLogger() override
Destructor.
static std::string typeStatic()
String representation of the Class Type.
CsvLogger()
Default constructor.
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