42 [[nodiscard]] std::string
type()
const override;
62 constexpr static size_t OUTPUT_PORT_INDEX_PVA = 0;
63 constexpr static size_t OUTPUT_PORT_INDEX_HEADER_COLUMNS = 1;
66 bool initialize()
override;
69 void deinitialize()
override;
73 [[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 PosVelAttFile.hpp:23
bool resetNode() override
Resets the node. Moves the read cursor to the start.
PosVelAttFile & operator=(const PosVelAttFile &)=delete
Copy assignment operator.
void guiConfig() override
ImGui config window which is shown on double click.
json save() const override
Saves the node into a json object.
void restore(const json &j) override
Restores the node from a json object.
std::string type() const override
String representation of the Class Type.
PosVelAttFile(const PosVelAttFile &)=delete
Copy constructor.
~PosVelAttFile() override
Destructor.
PosVelAttFile & operator=(PosVelAttFile &&)=delete
Move assignment operator.
static std::string category()
String representation of the Class Category.
PosVelAttFile(PosVelAttFile &&)=delete
Move constructor.
static std::string typeStatic()
String representation of the Class Type.
PosVelAttFile()
Default constructor.