59 if (this->
aron->value != otherAron->value)
73 return *
this == *other;
84 return std::make_shared<Float>(
aron);
87 data::dto::AronFloatPtr
90 return navigator ? navigator->toAronFloatDTO() :
nullptr;
94 data::dto::AronFloatPtr
116 return "armarx::aron::data::Float";
std::string getShortName() const override
get a short str representation of this variant
data::dto::AronFloatPtr toAronFloatDTO() const
type::VariantPtr recalculateType() const override
recalculate the type of a data variant. Please not tha the mapping ist NOT bijective,...
std::string getFullName() const override
get the full str representation of this variant
void fromString(const std::string &setter) override
set a primitive from a std string
Float(const Path &=Path())
bool operator==(const Float &) const override
bool fullfillsType(const type::VariantPtr &) const override
checks, if the current data variant fullfills the given type
static FloatPtr FromAronFloatDTO(const data::dto::AronFloatPtr &aron)
static data::dto::AronFloatPtr ToAronFloatDTO(const FloatPtr &navigator)
void setValue(const float &x)
PrimitiveVariant(const float &v, const data::Descriptor descriptor, const Path &path=Path())
AronDataType::PointerType aron
The NotImplementedYetException class.
A convenience header to include all aron files (full include, not forward declared)
std::shared_ptr< Float > FloatPtr
A convenience header to include all aron files (full include, not forward declared)
std::shared_ptr< Variant > VariantPtr