OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFloatingPointParameterType
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
FloatingPointParameterType.h
35
class
CFloatingPointParameterType
: public CParameterType
38
CFloatingPointParameterType
(const std::string &strName);
FloatingPointParameterType.cpp
43
CFloatingPointParameterType
::
CFloatingPointParameterType
(const string &strName) : base(strName)
47
string
CFloatingPointParameterType
::getKind() const
53
void
CFloatingPointParameterType
::showProperties(string &strResult) const
60
void
CFloatingPointParameterType
::handleValueSpaceAttribute(
84
bool
CFloatingPointParameterType
::fromXml(const CXmlElement &xmlElement,
116
bool
CFloatingPointParameterType
::toBlackboard(
176
void
CFloatingPointParameterType
::setOutOfRangeError(
205
bool
CFloatingPointParameterType
::fromBlackboard(
234
bool
CFloatingPointParameterType
::toBlackboard
[
all
...]
Completed in 3511 milliseconds