OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLogarithmicParameterAdaptation
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
LogarithmicParameterAdaptation.h
44
class
CLogarithmicParameterAdaptation
: public CLinearParameterAdaptation
47
CLogarithmicParameterAdaptation
();
LogarithmicParameterAdaptation.cpp
38
CLogarithmicParameterAdaptation
::
CLogarithmicParameterAdaptation
() : base("Logarithmic")
46
void
CLogarithmicParameterAdaptation
::showProperties(std::string &strResult) const
58
bool
CLogarithmicParameterAdaptation
::fromXml(const CXmlElement &xmlElement,
76
int64_t
CLogarithmicParameterAdaptation
::fromUserValue(double value) const
82
double
CLogarithmicParameterAdaptation
::toUserValue(int64_t iValue) const
Completed in 225 milliseconds