Lines Matching refs:CommandInterface
71 std::vector<std::unique_ptr<CommandInterface>> commands;
77 class GetEventReceiver : public CommandInterface
88 CLI::App* app) : CommandInterface(type, name, app) in GetEventReceiver()
135 class GetPDR : public CommandInterface
145 using CommandInterface::CommandInterface;
148 CommandInterface(type, name, app), dataTransferHandle(0), in GetPDR()
204 CommandInterface::exec(); in getPDRs()
216 CommandInterface::exec(); in getPDRs()
245 CommandInterface::exec(); in exec()
281 CommandInterface::exec(); in exec()
1664 class SetStateEffecter : public CommandInterface
1681 CLI::App* app) : CommandInterface(type, name, app) in SetStateEffecter()
1758 class SetNumericEffecterValue : public CommandInterface
1770 CommandInterface(type, name, app) in SetNumericEffecterValue()
1841 class GetStateSensorReadings : public CommandInterface
1853 CommandInterface(type, name, app) in GetStateSensorReadings()
1935 class GetSensorReading : public CommandInterface
1946 CLI::App* app) : CommandInterface(type, name, app) in GetSensorReading()
2091 class GetStateEffecterStates : public CommandInterface
2103 CommandInterface(type, name, app) in GetStateEffecterStates()
2160 class GetNumericEffecterValue : public CommandInterface
2172 CommandInterface(type, name, app) in GetNumericEffecterValue()