43 [[nodiscard]] std::string
type()
const override;
74 [[nodiscard]] std::shared_ptr<const NodeData>
pollData();
Abstract File Reader class.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Abstract File Reader class.
Definition FileReader.hpp:31
Abstract parent class for all nodes.
Definition Node.hpp:86
File Reader for Imu log files.
Definition WiFiObsFile.hpp:24
static constexpr size_t OUTPUT_PORT_INDEX_WiFiObs_OBS
Flow (WiFiObs)
Definition WiFiObsFile.hpp:63
std::shared_ptr< const NodeData > pollData()
Polls data from the file.
WiFiObsFile(const WiFiObsFile &)=delete
Copy constructor.
WiFiObsFile & operator=(WiFiObsFile &&)=delete
Move assignment operator.
static std::string category()
String representation of the Class Category.
static std::string typeStatic()
String representation of the Class Type.
json save() const override
Saves the node into a json object.
void deinitialize() override
Deinitialize the node.
static constexpr size_t OUTPUT_PORT_INDEX_HEADER_COLUMNS
Object (std::vector<std::string>)
Definition WiFiObsFile.hpp:64
WiFiObsFile()
Default constructor.
bool initialize() override
Initialize the node.
WiFiObsFile & operator=(const WiFiObsFile &)=delete
Copy assignment operator.
void restore(const json &j) override
Restores the node from a json object.
std::string type() const override
String representation of the Class Type.
WiFiObsFile(WiFiObsFile &&)=delete
Move constructor.
void guiConfig() override
ImGui config window which is shown on double click.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
~WiFiObsFile() override
Destructor.