Searched refs:CFloatingPointParameterType (Results 1 – 3 of 3) sorted by relevance
43 CFloatingPointParameterType::CFloatingPointParameterType(const string &strName) : base(strName) in CFloatingPointParameterType() function in CFloatingPointParameterType47 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 …]
35 class CFloatingPointParameterType : public CParameterType38 CFloatingPointParameterType(const std::string &strName);
2793 "FloatingPointParameter", new TNamedElementBuilderTemplate<CFloatingPointParameterType>); in feedElementLibraries()