44 [[nodiscard]] std::string
type()
const override;
64 constexpr static size_t OUTPUT_PORT_INDEX_UBLOX_OBS = 0;
67 bool initialize()
override;
70 void deinitialize()
override;
74 [[nodiscard]] std::shared_ptr<const NodeData> pollData();
78 [[nodiscard]]
FileType determineFileType()
override;
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:667
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 guiConfig() override
ImGui config window which is shown on double click.
std::string type() const override
String representation of the Class Type.
UbloxFile()
Default constructor.
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.
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.
UbloxFile(const UbloxFile &)=delete
Copy constructor.
Class to read out Ublox Sensors.
Definition UbloxUartSensor.hpp:26