27 [[nodiscard]]
static std::string
type()
34 [[nodiscard]] std::string
getType()
const override {
return type(); }
Binary Group 5 – Attitude Outputs.
Parent class for all data transmitted over Flow pins.
Definition NodeData.hpp:28
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:45
Espressif Observation Class.
Definition WiFiObs.hpp:23
double distanceStd
Standard deviation of the distance.
Definition WiFiObs.hpp:48
std::string macAddress
MAC address of the device.
Definition WiFiObs.hpp:44
static std::string type()
Returns the type of the data class.
Definition WiFiObs.hpp:27
double distance
Distance to the device.
Definition WiFiObs.hpp:46
TimeSyncInput timeOutputs
Time of observation.
Definition WiFiObs.hpp:62
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition WiFiObs.hpp:38
std::string getType() const override
Returns the type of the data class.
Definition WiFiObs.hpp:34