Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DFixedPointParameterType.cpp47 CFixedPointParameterType::CFixedPointParameterType(const string& strName) : base(strName), _uiInteg… in CFixedPointParameterType() function in CFixedPointParameterType
51 string CFixedPointParameterType::getKind() const in getKind()
57 void CFixedPointParameterType::showProperties(string& strResult) const in showProperties()
71 void CFixedPointParameterType::handleValueSpaceAttribute(CXmlElement& xmlConfigurableElementSetting… in handleValueSpaceAttribute()
93 bool CFixedPointParameterType::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& seria… in fromXml()
116 bool CFixedPointParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAc… in toBlackboard()
140 void CFixedPointParameterType::setOutOfRangeError(const string& strValue, CParameterAccessContext& … in setOutOfRangeError()
184 bool CFixedPointParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameter… in fromBlackboard()
225 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard()
247 bool CFixedPointParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard()
[all …]
DFixedPointParameterType.h36 class CFixedPointParameterType : public CParameterType
39 CFixedPointParameterType(const std::string& strName);
DParameterMgr.cpp2470 …lementBuilder("FixedPointParameter", new TNamedElementBuilderTemplate<CFixedPointParameterType>()); in feedElementLibraries()