HomeSort by relevance Sort by last modified time
    Searched defs:CParameterMgr (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
ParameterMgr.h 66 class CParameterMgr : private 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::RemoteCommandParser _pfnParser
    [all...]
ParameterMgr.cpp 150 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::getOutputRawFormatCommandProcess, 0, ""
    [all...]

Completed in 2107 milliseconds