44 [[nodiscard]] std::string
type()
const override;
74 [[nodiscard]] std::shared_ptr<const NodeData>
pollData();
Abstract File Reader class.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Class to read out Ublox Sensors.
Abstract File Reader class.
Definition FileReader.hpp:31
FileType
File Type Enumeration.
Definition FileReader.hpp:35
The class is responsible for all time-related tasks.
Definition InsTime.hpp:668
Abstract parent class for all nodes.
Definition Node.hpp:86
File Reader for Ublox log files.
Definition UbloxFile.hpp:25
~UbloxFile() override
Destructor.
UbloxFile(UbloxFile &&)=delete
Move constructor.
void deinitialize() override
Deinitialize the node.
void guiConfig() override
ImGui config window which is shown on double click.
InsTime _lastObsTime
Last obs time.
Definition UbloxFile.hpp:84
std::shared_ptr< const NodeData > pollData()
Polls data from the file.
vendor::ublox::UbloxUartSensor _sensor
Sensor Object.
Definition UbloxFile.hpp:81
std::string type() const override
String representation of the Class Type.
UbloxFile()
Default constructor.
static constexpr size_t OUTPUT_PORT_INDEX_UBLOX_OBS
Flow (UbloxObs)
Definition UbloxFile.hpp:64
static std::string typeStatic()
String representation of the Class Type.
static std::string category()
String representation of the Class Category.
json save() const override
Saves the node into a json object.
UbloxFile & operator=(UbloxFile &&)=delete
Move assignment operator.
FileType determineFileType() override
Determines the type of the file.
void restore(const json &j) override
Restores the node from a json object.
UbloxFile & operator=(const UbloxFile &)=delete
Copy assignment operator.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
bool initialize() override
Initialize the node.
UbloxFile(const UbloxFile &)=delete
Copy constructor.
Class to read out Ublox Sensors.
Definition UbloxUartSensor.hpp:26