Searched defs:CParameterMgr (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgr.h66 class CParameterMgr : private CElement class in inherits:CElement
87 CParameterMgr(const std::string &strConfigurationFilePath, core::log::ILogger &logger);
88 virtual ~CParameterMgr();
100 using CommandHandler = std::unique_ptr<TRemoteCommandHandlerTemplate<CParameterMgr>>;
394 CParameterMgr(const CParameterMgr &);
395 CParameterMgr &operator=(const CParameterMgr &);
408 using RemoteCommandParser = CCommandHandler::CommandStatus (CParameterMgr::*)(
415 CParameterMgr
[all...]
H A DParameterMgr.cpp150 const CParameterMgr::SRemoteCommandParserItem CParameterMgr::gastRemoteCommandParserItems[] = {
153 {"version", &CParameterMgr::versionCommandProcess, 0, "", "Show version"},
156 {"status", &CParameterMgr::statusCommandProcess, 0, "", "Show current status"},
159 {"setTuningMode", &CParameterMgr::setTuningModeCommandProcess, 1, "on|off*",
161 {"getTuningMode", &CParameterMgr::getTuningModeCommandProcess, 0, "", "Show Tuning Mode"},
164 {"setValueSpace", &CParameterMgr::setValueSpaceCommandProcess, 1, "raw|real*",
166 {"getValueSpace", &CParameterMgr::getValueSpaceCommandProcess, 0, "", "Show Value Space"},
169 {"setOutputRawFormat", &CParameterMgr::setOutputRawFormatCommandProcess, 1, "dec*|hex",
171 {"getOutputRawFormat", &CParameterMgr
326 CParameterMgr::CParameterMgr(const string &strConfigurationFilePath, log::ILogger &logger) function in class:CParameterMgr
[all...]

Completed in 59 milliseconds