18#include <Eigen/src/Core/MatrixBase.h>
28 [[nodiscard]]
static std::string
type()
35 [[nodiscard]] std::string
getType()
const override {
return type(); }
65 [[nodiscard]] std::optional<double>
getValueAt(
size_t idx)
const override
84 [[nodiscard]]
bool setValueAt(
size_t idx,
double value)
override
#define INS_ASSERT(_EXPR)
Assert function wrapper.
Barometric height storage class.
double baro_height
Barometric height [m].
static std::string type()
Returns the type of the data class.
static std::vector< std::string > GetStaticDataDescriptors()
Returns a vector of data descriptors.
std::optional< double > getValueAt(size_t idx) const override
Get the value at the index.
static constexpr size_t GetStaticDescriptorCount()
Get the amount of descriptors.
std::vector< std::string > staticDataDescriptors() const override
Returns a vector of data descriptors.
bool setValueAt(size_t idx, double value) override
Set the value at the index.
size_t staticDescriptorCount() const override
Get the amount of descriptors.
std::optional< double > baro_heightStdev
Standard deviation of barometric height [m].
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
std::string getType() const override
Returns the type of the data class.
NodeData()=default
Default constructor.
static std::string type()
Returns the type of the data class.