43 [[nodiscard]] std::string
type()
const override;
63 constexpr static size_t OUTPUT_PORT_INDEX_EMLID_OBS = 0;
66 bool initialize()
override;
69 void deinitialize()
override;
75 static void asciiOrBinaryAsyncMessageReceived(
void* userData, uart::protocol::Packet& p,
size_t index);
Class to read out Emlid Sensors.
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Abstract Uart Sensor Class.
Emlid Sensor Class.
Definition EmlidSensor.hpp:24
EmlidSensor()
Default constructor.
std::string type() const override
String representation of the Class Type.
void restore(const json &j) override
Restores the node from a json object.
json save() const override
Saves the node into a json object.
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. It is guaranteed that the node is initialized when this is called.
EmlidSensor(EmlidSensor &&)=delete
Move constructor.
EmlidSensor & operator=(EmlidSensor &&)=delete
Move assignment operator.
~EmlidSensor() override
Destructor.
void guiConfig() override
ImGui config window which is shown on double click.
EmlidSensor(const EmlidSensor &)=delete
Copy constructor.
EmlidSensor & operator=(const EmlidSensor &)=delete
Copy assignment operator.
Abstract parent class for all nodes.
Definition Node.hpp:86
Abstract Uart Sensor Class.
Definition UartSensor.hpp:26
Class to read out Emlid Sensors.
Definition EmlidUartSensor.hpp:24