HomeSort by relevance Sort by last modified time
    Searched defs:CLogarithmicParameterAdaptation (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
LogarithmicParameterAdaptation.h 42 class CLogarithmicParameterAdaptation : public CLinearParameterAdaptation
45 CLogarithmicParameterAdaptation();
LogarithmicParameterAdaptation.cpp 38 CLogarithmicParameterAdaptation::CLogarithmicParameterAdaptation() : base("Logarithmic"),
44 void CLogarithmicParameterAdaptation::showProperties(std::string& strResult) const
56 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement& xmlElement,
81 int64_t CLogarithmicParameterAdaptation::fromUserValue(double dValue) const
87 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const

Completed in 279 milliseconds