43 [[nodiscard]] std::string
type()
const override;
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
bool initialize() override
Initialize the node.
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 void asciiOrBinaryAsyncMessageReceived(void *userData, uart::protocol::Packet &p, size_t index)
Callback handler for notifications of new asynchronous data packets received.
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.
vendor::emlid::EmlidUartSensor _sensor
Sensor Object.
Definition EmlidSensor.hpp:78
static constexpr size_t OUTPUT_PORT_INDEX_EMLID_OBS
Flow (EmlidObs)
Definition EmlidSensor.hpp:63
void deinitialize() override
Deinitialize the node.
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