Go to the documentation of this file.
28 #include <MemoryX/interface/memorytypes/StatisticMeasures.h>
41 virtual public StatisticMeasuresBase
54 armarx::VariantDataClassPtr
clone(
const Ice::Current&
c = Ice::emptyCurrent)
const override;
56 std::string
output(
const Ice::Current& = Ice::emptyCurrent)
const override;
60 bool validate(
const Ice::Current&
c = Ice::emptyCurrent)
override;
63 void serialize(
const armarx::ObjectSerializerBasePtr& serializer, const ::Ice::Current& = Ice::emptyCurrent)
const override;
64 void deserialize(
const armarx::ObjectSerializerBasePtr& serializer, 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.