44 [[nodiscard]] std::string
type()
const override;
64 constexpr static size_t OUTPUT_PORT_INDEX_EMLID_OBS = 0;
67 bool initialize()
override;
70 void deinitialize()
override;
74 [[nodiscard]] std::shared_ptr<const NodeData> pollData();
78 [[nodiscard]]
FileType determineFileType()
override;
Class to read out Emlid Sensors.
Abstract File Reader class.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
File Reader for Emlid log files.
Definition EmlidFile.hpp:25
static std::string typeStatic()
String representation of the Class Type.
EmlidFile()
Default constructor.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
EmlidFile & operator=(const EmlidFile &)=delete
Copy assignment operator.
~EmlidFile() override
Destructor.
void guiConfig() override
ImGui config window which is shown on double click.
EmlidFile(EmlidFile &&)=delete
Move constructor.
EmlidFile & operator=(EmlidFile &&)=delete
Move assignment operator.
EmlidFile(const EmlidFile &)=delete
Copy constructor.
void restore(const json &j) override
Restores the node from a json object.
static std::string category()
String representation of the Class Category.
json save() const override
Saves the node into a json object.
std::string type() const override
String representation of the Class Type.
Abstract File Reader class.
Definition FileReader.hpp:31
FileType
File Type Enumeration.
Definition FileReader.hpp:35
Abstract parent class for all nodes.
Definition Node.hpp:86
Class to read out Emlid Sensors.
Definition EmlidUartSensor.hpp:24