46 [[nodiscard]] std::string
type()
const override;
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:31
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 WiFiObs observations.
Definition WiFiObsLogger.hpp:27
bool initialize() override
Initialize the node.
void guiConfig() override
ImGui config window which is shown on double click.
WiFiObsLogger & operator=(const WiFiObsLogger &)=delete
Copy assignment operator.
WiFiObsLogger(WiFiObsLogger &&)=delete
Move constructor.
void deinitialize() override
Deinitialize the node.
static std::string typeStatic()
String representation of the Class Type.
WiFiObsLogger & operator=(WiFiObsLogger &&)=delete
Move assignment operator.
WiFiObsLogger(const WiFiObsLogger &)=delete
Copy constructor.
void restore(const json &j) override
Restores the node from a json object.
std::string type() const override
String representation of the Class Type.
void writeObservation(InputPin::NodeDataQueue &queue, size_t pinIdx)
Write Observation to the file.
~WiFiObsLogger() override
Destructor.
static std::string category()
String representation of the Class Category.
WiFiObsLogger()
Default constructor.
void flush() override
Function called by the flow executer after finishing to flush out remaining data.
json save() const override
Saves the node into a json object.