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.
Definition Assert.h:19
Barometric height storage class.
Definition BaroHgt.hpp:24
double baro_height
Barometric height [m].
Definition BaroHgt.hpp:103
static std::string type()
Returns the type of the data class.
Definition BaroHgt.hpp:28
static std::vector< std::string > GetStaticDataDescriptors()
Returns a vector of data descriptors.
Definition BaroHgt.hpp:45
std::optional< double > getValueAt(size_t idx) const override
Get the value at the index.
Definition BaroHgt.hpp:65
static constexpr size_t GetStaticDescriptorCount()
Get the amount of descriptors.
Definition BaroHgt.hpp:54
std::vector< std::string > staticDataDescriptors() const override
Returns a vector of data descriptors.
Definition BaroHgt.hpp:57
bool setValueAt(size_t idx, double value) override
Set the value at the index.
Definition BaroHgt.hpp:84
size_t staticDescriptorCount() const override
Get the amount of descriptors.
Definition BaroHgt.hpp:60
std::optional< double > baro_heightStdev
Standard deviation of barometric height [m].
Definition BaroHgt.hpp:106
static std::vector< std::string > parentTypes()
Returns the parent types of the data class.
Definition BaroHgt.hpp:39
std::string getType() const override
Returns the type of the data class.
Definition BaroHgt.hpp:35
NodeData()=default
Default constructor.
static std::string type()
Returns the type of the data class.
Definition NodeData.hpp:45