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