44 [[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
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
static constexpr size_t OUTPUT_PORT_INDEX_KVH_OBS
Flow (KvhObs)
Definition KvhFile.hpp:64
~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.
void deinitialize() override
Deinitialize the node.
KvhFile & operator=(const KvhFile &)=delete
Copy assignment operator.
KvhFile & operator=(KvhFile &&)=delete
Move assignment operator.
uint8_t _prevSequenceNumber
Previous Sequence number to check for order errors.
Definition KvhFile.hpp:85
void restore(const json &j) override
Restores the node from a json object.
vendor::kvh::KvhUartSensor _sensor
Sensor Object.
Definition KvhFile.hpp:82
void guiConfig() override
ImGui config window which is shown on double click.
static constexpr size_t OUTPUT_PORT_INDEX_HEADER_COLUMNS
Object (std::vector<std::string>)
Definition KvhFile.hpp:65
FileType determineFileType() override
Determines the type of the file.
std::string type() const override
String representation of the Class Type.
json save() const override
Saves the node into a json object.
std::shared_ptr< const NodeData > pollData()
Polls data from the file.
bool initialize() override
Initialize the node.
Class to read out KVH Sensors.
Definition KvhUartSensor.hpp:24