20 #include <SDKDDKVer.h>
22 #include <boost/asio.hpp>
28#include "vn/sensors.h"
53 [[nodiscard]] std::string
type()
const override;
97 [[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
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:34
static constexpr size_t OUTPUT_PORT_INDEX_VECTORNAV_BINARY_OUTPUT
Flow (VectorNavBinaryOutput)
Definition VectorNavFile.hpp:73
bool resetNode() override
Resets the node. Moves the read cursor to the start.
VectorNavFile()
Default constructor.
bool _hasTimeColumn
Flag whether the file has the 'Time [s]' column. Backwards compatibility to older files.
Definition VectorNavFile.hpp:103
VectorNavFile & operator=(const VectorNavFile &)=delete
Copy assignment operator.
vn::sensors::BinaryOutputRegister _binaryOutputRegister
Binary Output Register 1 - 3.
Definition VectorNavFile.hpp:93
bool initialize() override
Initialize the node.
json save() const override
Saves the node into a json object.
static std::string typeStatic()
String representation of the Class Type.
~VectorNavFile() override
Destructor.
void readHeader() override
Read the Header of the file.
void deinitialize() override
Deinitialize the node.
VectorNavFile & operator=(VectorNavFile &&)=delete
Move assignment operator.
std::shared_ptr< const NodeData > pollData()
Polls data from the file.
void guiConfig() override
ImGui config window which is shown on double click.
VectorNavFile(const VectorNavFile &)=delete
Copy constructor.
VectorNavFile(VectorNavFile &&)=delete
Move constructor.
uint32_t _messageCount
Amount of messages read.
Definition VectorNavFile.hpp:100
std::string type() const override
String representation of the Class Type.
FileType determineFileType() override
Virtual Function to determine the File Type.
static std::string category()
String representation of the Class Category.
void restore(const json &j) override
Restores the node from a json object.