45 [[nodiscard]] std::string
type()
const override;
48 [[nodiscard]]
static std::string
category();
55 [[nodiscard]]
json save()
const override;
62 void flush()
override;
Common logging variables like time into run and local positions.
nlohmann::json json
json namespace
CommonLog(const CommonLog &)=delete
Copy constructor.
FileWriter(const FileWriter &)=delete
Copy constructor.
Parent class for all data transmitted over Flow pins.
Node(std::string name)
Constructor.
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.
WiFiObsLogger & operator=(const WiFiObsLogger &)=delete
Copy assignment operator.
WiFiObsLogger(WiFiObsLogger &&)=delete
Move constructor.
void deinitialize() override
Deinitialize the node.
WiFiObsLogger & operator=(WiFiObsLogger &&)=delete
Move assignment operator.
static std::string typeStatic()
String representation of the Class Type.
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.
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.