Go to the documentation of this file.
29 #include <MemoryX/interface/memorytypes/StatisticMeasures.h>
55 armarx::VariantDataClassPtr
clone(
const Ice::Current&
c = Ice::emptyCurrent)
const override;
57 std::string
output(
const Ice::Current& = Ice::emptyCurrent)
const override;
61 bool validate(
const Ice::Current&
c = Ice::emptyCurrent)
override;
64 void serialize(
const armarx::ObjectSerializerBasePtr& serializer,
65 const ::Ice::Current& = Ice::emptyCurrent)
const override;
66 void deserialize(
const armarx::ObjectSerializerBasePtr& serializer,
67 const ::Ice::Current& = Ice::emptyCurrent)
override;
void deserialize(const armarx::ObjectSerializerBasePtr &serializer, const ::Ice::Current &=Ice::emptyCurrent) override
void serialize(const armarx::ObjectSerializerBasePtr &serializer, const ::Ice::Current &=Ice::emptyCurrent) const override
double getRelativeStandardDeviation()
~StatisticMeasures() override
Ice::ObjectPtr ice_clone() const override
std::optional< float > mean(const boost::circular_buffer< NameValueMap > &buffer, const std::string &key)
double getStandardDeviation()
armarx::VariantTypeId getType(const Ice::Current &c=Ice::emptyCurrent) const override
std::string output(const Ice::Current &=Ice::emptyCurrent) const override
bool validate(const Ice::Current &c=Ice::emptyCurrent) override
std::shared_ptr< Object > ObjectPtr
armarx::VariantDataClassPtr clone(const Ice::Current &c=Ice::emptyCurrent) const override
static VariantTypeId addTypeName(const std::string &typeName)
Register a new type for the use in a Variant.