OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFixedPointParameterType
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/parameter/
FixedPointParameterType.cpp
47
CFixedPointParameterType
::
CFixedPointParameterType
(const string& strName) : base(strName), _uiIntegral(0), _uiFractional(0)
51
string
CFixedPointParameterType
::getKind() const
57
void
CFixedPointParameterType
::showProperties(string& strResult) const
71
void
CFixedPointParameterType
::handleValueSpaceAttribute(CXmlElement& xmlConfigurableElementSettingsElement, CConfigurationAccessContext& configurationAccessContext) const
93
bool
CFixedPointParameterType
::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
116
bool
CFixedPointParameterType
::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
140
void
CFixedPointParameterType
::setOutOfRangeError(const string& strValue, CParameterAccessContext& parameterAccessContext) const
184
bool
CFixedPointParameterType
::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
225
bool
CFixedPointParameterType
::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContex (…)
[
all
...]
FixedPointParameterType.h
36
class
CFixedPointParameterType
: public CParameterType
39
CFixedPointParameterType
(const std::string& strName);
ParameterMgr.cpp
[
all
...]
Completed in 231 milliseconds