42 [[nodiscard]] std::string
type()
const override;
75 [[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
File Reader for Imu log files.
Definition ImuFile.hpp:23
ImuFile & operator=(ImuFile &&)=delete
Move assignment operator.
void restore(const json &j) override
Restores the node from a json object.
ImuFile(ImuFile &&)=delete
Move constructor.
std::shared_ptr< const NodeData > pollData()
Polls data from the file.
ImuFile(const ImuFile &)=delete
Copy constructor.
void deinitialize() override
Deinitialize the node.
static std::string typeStatic()
String representation of the Class Type.
std::string type() const override
String representation of the Class Type.
void guiConfig() override
ImGui config window which is shown on double click.
static std::string category()
String representation of the Class Category.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
json save() const override
Saves the node into a json object.
static constexpr size_t OUTPUT_PORT_INDEX_IMU_OBS
Flow (ImuObs)
Definition ImuFile.hpp:62
bool initialize() override
Initialize the node.
~ImuFile() override
Destructor.
ImuFile & operator=(const ImuFile &)=delete
Copy assignment operator.
static constexpr size_t OUTPUT_PORT_INDEX_HEADER_COLUMNS
Object (std::vector<std::string>)
Definition ImuFile.hpp:63
ImuFile()
Default constructor.
bool _withDelta
Flag if the header has delta values.
Definition ImuFile.hpp:65
Abstract IMU Class.
Definition Imu.hpp:24