42 [[nodiscard]] std::string
type()
const override;
62 constexpr static size_t OUTPUT_PORT_INDEX_RTKLIB_POS_OBS = 0;
65 bool initialize()
override;
68 void deinitialize()
override;
72 [[nodiscard]] std::shared_ptr<const NodeData> pollData();
76 [[nodiscard]]
FileType determineFileType()
override;
79 void readHeader()
override;
Abstract File Reader class.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
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
File Reader for RTKLIB pos log files.
Definition RtklibPosFile.hpp:23
RtklibPosFile()
Default constructor.
static std::string typeStatic()
String representation of the Class Type.
static std::string category()
String representation of the Class Category.
bool resetNode() override
Resets the node. Moves the read cursor to the start.
json save() const override
Saves the node into a json object.
~RtklibPosFile() override
Destructor.
std::string type() const override
String representation of the Class Type.
RtklibPosFile(const RtklibPosFile &)=delete
Copy constructor.
void restore(const json &j) override
Restores the node from a json object.
RtklibPosFile(RtklibPosFile &&)=delete
Move constructor.
void guiConfig() override
ImGui config window which is shown on double click.
RtklibPosFile & operator=(const RtklibPosFile &)=delete
Copy assignment operator.
RtklibPosFile & operator=(RtklibPosFile &&)=delete
Move assignment operator.