44 [[nodiscard]] std::string
type()
const override;
64 constexpr static size_t OUTPUT_PORT_INDEX_KVH_OBS = 0;
65 constexpr static size_t OUTPUT_PORT_INDEX_HEADER_COLUMNS = 1;
68 bool initialize()
override;
71 void deinitialize()
override;
75 [[nodiscard]] std::shared_ptr<const NodeData> pollData();
79 [[nodiscard]]
FileType determineFileType()
override;
85 uint8_t _prevSequenceNumber = UINT8_MAX;
Abstract File Reader class.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Class to read out KVH Sensors.
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 Kvh log files.
Definition KvhFile.hpp:25
~KvhFile() override
Destructor.
KvhFile(const KvhFile &)=delete
Copy constructor.
static std::string category()
String representation of the Class Category.
KvhFile()
Default constructor.
KvhFile(KvhFile &&)=delete
Move constructor.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
static std::string typeStatic()
String representation of the Class Type.
KvhFile & operator=(const KvhFile &)=delete
Copy assignment operator.
KvhFile & operator=(KvhFile &&)=delete
Move assignment operator.
void restore(const json &j) override
Restores the node from a json object.
void guiConfig() override
ImGui config window which is shown on double click.
std::string type() const override
String representation of the Class Type.
json save() const override
Saves the node into a json object.
Class to read out KVH Sensors.
Definition KvhUartSensor.hpp:24