19#include "vn/sensors.h"
44 [[nodiscard]] std::string
type()
const override;
64 constexpr static size_t OUTPUT_PORT_INDEX_VECTORNAV_BINARY_OUTPUT = 0;
67 bool initialize()
override;
70 void deinitialize()
override;
74 [[nodiscard]]
FileType determineFileType()
override;
77 void readHeader()
override;
84 vn::sensors::BinaryOutputRegister _binaryOutputRegister;
88 [[nodiscard]] std::shared_ptr<const NodeData> pollData();
91 uint32_t _messageCount = 0;
94 bool _hasTimeColumn =
false;
Abstract File Reader class.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Abstract File Reader class.
Definition FileReader.hpp:31
FileType
File Type Enumeration.
Definition FileReader.hpp:35
Abstract IMU Class.
Definition Imu.hpp:24
File Reader for Vector Nav log files.
Definition VectorNavFile.hpp:25
bool resetNode() override
Resets the node. Moves the read cursor to the start.
VectorNavFile()
Default constructor.
VectorNavFile & operator=(const VectorNavFile &)=delete
Copy assignment operator.
json save() const override
Saves the node into a json object.
static std::string typeStatic()
String representation of the Class Type.
~VectorNavFile() override
Destructor.
VectorNavFile & operator=(VectorNavFile &&)=delete
Move assignment operator.
void guiConfig() override
ImGui config window which is shown on double click.
VectorNavFile(const VectorNavFile &)=delete
Copy constructor.
VectorNavFile(VectorNavFile &&)=delete
Move constructor.
std::string type() const override
String representation of the Class Type.
static std::string category()
String representation of the Class Category.
void restore(const json &j) override
Restores the node from a json object.