Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DFloatingPointParameterType.cpp43 CFloatingPointParameterType::CFloatingPointParameterType(const string &strName) : base(strName) in CFloatingPointParameterType() function in CFloatingPointParameterType
47 string CFloatingPointParameterType::getKind() const in getKind()
53 void CFloatingPointParameterType::showProperties(string &strResult) const in showProperties()
60 void CFloatingPointParameterType::handleValueSpaceAttribute( in handleValueSpaceAttribute()
84 bool CFloatingPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
116 bool CFloatingPointParameterType::toBlackboard( in toBlackboard()
176 void CFloatingPointParameterType::setOutOfRangeError( in setOutOfRangeError()
205 bool CFloatingPointParameterType::fromBlackboard( in fromBlackboard()
234 bool CFloatingPointParameterType::toBlackboard( in toBlackboard()
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
[all …]
DFloatingPointParameterType.h35 class CFloatingPointParameterType : public CParameterType
38 CFloatingPointParameterType(const std::string &strName);
DParameterMgr.cpp2793 "FloatingPointParameter", new TNamedElementBuilderTemplate<CFloatingPointParameterType>); in feedElementLibraries()