|
opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
This is the complete list of members for opendnp3::ICommandProcessor, including all inherited members.
| DirectOperate(CommandSet &&commands, const CommandResultCallbackT &callback, const TaskConfig &config=TaskConfig::Default())=0 | opendnp3::ICommandProcessor | pure virtual |
| DirectOperate(const T &command, uint16_t index, const CommandResultCallbackT &callback, const TaskConfig &config=TaskConfig::Default()) | opendnp3::ICommandProcessor | |
| SelectAndOperate(CommandSet &&commands, const CommandResultCallbackT &callback, const TaskConfig &config=TaskConfig::Default())=0 | opendnp3::ICommandProcessor | pure virtual |
| SelectAndOperate(const T &command, uint16_t index, const CommandResultCallbackT &callback, const TaskConfig &config=TaskConfig::Default()) | opendnp3::ICommandProcessor |