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

  /external/parameter-framework/upstream/parameter/
FixedPointParameterType.h 36 class CFixedPointParameterType : public CParameterType
39 CFixedPointParameterType(const std::string &strName);
FixedPointParameterType.cpp 47 CFixedPointParameterType::CFixedPointParameterType(const string &strName) : base(strName)
51 string CFixedPointParameterType::getKind() const
57 void CFixedPointParameterType::showProperties(string &strResult) const
71 void CFixedPointParameterType::handleValueSpaceAttribute(
90 bool CFixedPointParameterType::fromXml(const CXmlElement &xmlElement,
119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue,
144 void CFixedPointParameterType::setOutOfRangeError(
190 bool CFixedPointParameterType::fromBlackboard(string &strValue, const uint32_t &value,
231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue
    [all...]

Completed in 34 milliseconds