42 [[nodiscard]] std::string
type()
const override;
81 [[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
void deinitialize() override
Deinitialize the node.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
PosVelAttFile & operator=(const PosVelAttFile &)=delete
Copy assignment operator.
FileContent
Data included in the file.
Definition PosVelAttFile.hpp:67
@ PosVel
Position and Velocity.
@ PosVelAtt
Position, Velocity and Attitude.
std::shared_ptr< const NodeData > pollData()
Polls data from the file.
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.
static constexpr size_t OUTPUT_PORT_INDEX_HEADER_COLUMNS
Object (std::vector<std::string>)
Definition PosVelAttFile.hpp:63
bool initialize() override
Initialize the node.
static constexpr size_t OUTPUT_PORT_INDEX_PVA
Flow (PosVelAtt)
Definition PosVelAttFile.hpp:62
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.
FileContent _fileContent
Data included in the file.
Definition PosVelAttFile.hpp:84
PosVelAttFile(PosVelAttFile &&)=delete
Move constructor.
static std::string typeStatic()
String representation of the Class Type.
PosVelAttFile()
Default constructor.