Home | History | Annotate | Download | only in parameter

Lines Matching refs:strValue

53     virtual bool toBlackboard(const std::string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const;
54 virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const;
74 * @param[in] strValue Parameter read from the XML file representated as a string.
78 bool isHexadecimal(const std::string& strValue) const;
85 * @param[in] strValue Parameter read from the XML file representated as a string in decimal
92 bool convertFromDecimal(const std::string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const;
99 * @param[in] strValue Parameter read from the XML file representated as a string in hexadecimal
106 bool convertFromHexadecimal(const std::string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const;
113 * @param[in] strValue Parameter read from the XML file representated as a string in Qn.m
120 bool convertFromQnm(const std::string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const;
127 * @param[in] strValue Parameter read from the XML file representated as a string
130 void setOutOfRangeError(const std::string& strValue, CParameterAccessContext& parameterAccessContext) const;