43 [[nodiscard]] std::string
type()
const override;
nlohmann::json json
json namespace
Definition FlowManager.hpp:21
Abstract Uart Sensor Class.
Class to read out Ublox Sensors.
Abstract parent class for all nodes.
Definition Node.hpp:86
Abstract Uart Sensor Class.
Definition UartSensor.hpp:26
Ublox Sensor Class.
Definition UbloxSensor.hpp:24
void deinitialize() override
Deinitialize the node.
UbloxSensor & operator=(UbloxSensor &&)=delete
Move assignment operator.
~UbloxSensor() override
Destructor.
bool resetNode() override
Resets the node. It is guaranteed that the node is initialized when this is called.
std::string type() const override
String representation of the Class Type.
static constexpr size_t OUTPUT_PORT_INDEX_UBLOX_OBS
Flow (UbloxObs)
Definition UbloxSensor.hpp:63
json save() const override
Saves the node into a json object.
UbloxSensor(const UbloxSensor &)=delete
Copy constructor.
bool initialize() override
Initialize the node.
UbloxSensor & operator=(const UbloxSensor &)=delete
Copy assignment operator.
static std::string category()
String representation of the Class Category.
UbloxSensor(UbloxSensor &&)=delete
Move constructor.
vendor::ublox::UbloxUartSensor _sensor
Sensor Object.
Definition UbloxSensor.hpp:78
void restore(const json &j) override
Restores the node from a json object.
void guiConfig() override
ImGui config window which is shown on double click.
static void asciiOrBinaryAsyncMessageReceived(void *userData, uart::protocol::Packet &p, size_t index)
Callback handler for notifications of new asynchronous data packets received.
UbloxSensor()
Default constructor.
static std::string typeStatic()
String representation of the Class Type.
Class to read out Ublox Sensors.
Definition UbloxUartSensor.hpp:26