Home
last modified time | relevance | path

Searched refs:CLogarithmicParameterAdaptation (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/parameter/
DLogarithmicParameterAdaptation.cpp38 CLogarithmicParameterAdaptation::CLogarithmicParameterAdaptation() : base("Logarithmic"), in CLogarithmicParameterAdaptation() function in CLogarithmicParameterAdaptation
44 void CLogarithmicParameterAdaptation::showProperties(std::string& strResult) const in showProperties()
56 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement& xmlElement, in fromXml()
81 int64_t CLogarithmicParameterAdaptation::fromUserValue(double dValue) const in fromUserValue()
87 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue()
DLogarithmicParameterAdaptation.h42 class CLogarithmicParameterAdaptation : public CLinearParameterAdaptation
45 CLogarithmicParameterAdaptation();
DParameterMgr.cpp2467 …ntBuilder("LogarithmicAdaptation", new TElementBuilderTemplate<CLogarithmicParameterAdaptation>()); in feedElementLibraries()