41 [[nodiscard]] std::string
type()
const override;
47 constexpr static size_t OUTPUT_PORT_INDEX_POSVEL = 0;
48 constexpr static size_t INPUT_PORT_INDEX_RTKLIB_POS = 0;
51 bool initialize()
override;
Abstract parent class for all nodes.
Definition Node.hpp:86
Convert RTKLib pos files into PosVel.
Definition RtklibPosConverter.hpp:22
std::string type() const override
String representation of the Class Type.
RtklibPosConverter(RtklibPosConverter &&)=delete
Move constructor.
RtklibPosConverter & operator=(const RtklibPosConverter &)=delete
Copy assignment operator.
static std::string category()
String representation of the Class Category.
~RtklibPosConverter() override
Destructor.
RtklibPosConverter & operator=(RtklibPosConverter &&)=delete
Move assignment operator.
static std::string typeStatic()
String representation of the Class Type.
RtklibPosConverter(const RtklibPosConverter &)=delete
Copy constructor.
RtklibPosConverter()
Default constructor.