19#include "Navigation/Transformations/Units.hpp"
51 [[nodiscard]] std::string
type()
const override;
68 constexpr static size_t INPUT_PORT_INDEX_GNSS_OBS = 0;
69 constexpr static size_t INPUT_PORT_INDEX_GNSS_NAV_INFO = 1;
71 constexpr static size_t OUTPUT_PORT_INDEX_SPPSOL = 0;
74 bool initialize()
override;
77 void deinitialize()
override;
81 static void pinAddCallback(
Node* node);
85 static void pinDeleteCallback(
Node* node,
size_t pinIdx);
Single Point Positioning Algorithm.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Generalized Kalman Filter class.
Satellite Navigation data (to calculate SatNavData and clock)
Abstract parent class for all nodes.
Definition Node.hpp:86
Single Point Positioning Algorithm.
Definition Algorithm.hpp:37
Numerically integrates Imu data.
Definition SinglePointPositioning.hpp:32
std::string type() const override
String representation of the Class Type.
SinglePointPositioning(SinglePointPositioning &&)=delete
Move constructor.
SinglePointPositioning & operator=(const SinglePointPositioning &)=delete
Copy assignment operator.
static std::string category()
String representation of the Class Category.
SinglePointPositioning()
Default constructor.
SinglePointPositioning(const SinglePointPositioning &)=delete
Copy constructor.
~SinglePointPositioning() override
Destructor.
void restore(const json &j) override
Restores the node from a json object.
static std::string typeStatic()
String representation of the Class Type.
SinglePointPositioning & operator=(SinglePointPositioning &&)=delete
Move assignment operator.
json save() const override
Saves the node into a json object.
void guiConfig() override
ImGui config window which is shown on double click.