Searched refs:CParameterType (Results 1 – 17 of 17) sorted by relevance
41 const std::string CParameterType::gUnitPropertyName = "Unit";43 CParameterType::CParameterType(const string &strName) : base(strName) in CParameterType() function in CParameterType48 void CParameterType::populate(CElement * /*elem*/) const in populate()54 void CParameterType::setSize(size_t size) in setSize()59 size_t CParameterType::getSize() const in getSize()65 string CParameterType::getUnit() const in getUnit()70 void CParameterType::setUnit(const std::string &strUnit) in setUnit()76 bool CParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()84 void CParameterType::toXml(CXmlElement &xmlElement, in toXml()91 void CParameterType::setXmlUnitAttribute(CXmlElement &xmlElement) const in setXmlUnitAttribute()[all …]
68 static_cast<const CParameterType *>(getTypeElement()) in handleValueSpaceAttribute()80 return static_cast<const CParameterType *>(getTypeElement())->getSize(); in getSize()88 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue(); in setDefaultValues()177 if (!static_cast<const CParameterType *>(getTypeElement()) in doSet()203 return static_cast<const CParameterType *>(getTypeElement()) in doGet()
44 class PARAMETER_EXPORT CParameterType : public CTypeElement47 CParameterType(const std::string &strName);48 virtual ~CParameterType() = default;
35 class CFloatingPointParameterType : public CParameterType61 typedef CParameterType base;
182 static_cast<const CParameterType *>(getTypeElement())->getDefaultValue(); in setDefaultValues()406 if (!static_cast<const CParameterType *>(getTypeElement()) in doSet()432 return static_cast<const CParameterType *>(getTypeElement()) in doGet()
36 class CBooleanParameterType : public CParameterType
34 #define base CParameterType
36 class CEnumParameterType : public CParameterType
36 class CFixedPointParameterType : public CParameterType
39 class CIntegerParameterType : public CParameterType
85 static_cast<const CParameterType *>(instanceConfigurableElement->getTypeElement()); in toPlainInteger()
35 #define base CParameterType
43 #define base CParameterType
40 #define base CParameterType
43 const CParameterType *geParameterType(CInstanceConfigurableElement *element) in geParameterType()45 return static_cast<const CParameterType *>(element->getTypeElement()); in geParameterType()
56 const CParameterType *pParameterType = in CSkeletonSubsystemObject()57 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement()); in CSkeletonSubsystemObject()
49 const CParameterType *pParameterType = in CTESTSubsystemObject()50 static_cast<const CParameterType *>(pInstanceConfigurableElement->getTypeElement()); in CTESTSubsystemObject()