|
opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
This is the complete list of members for opendnp3::ICommandHandler, including all inherited members.
| Begin()=0 | opendnp3::ICommandHandler | pure virtual |
| End()=0 | opendnp3::ICommandHandler | pure virtual |
| Operate(const ControlRelayOutputBlock &command, uint16_t index, IUpdateHandler &handler, OperateType opType)=0 | opendnp3::ICommandHandler | pure virtual |
| Operate(const AnalogOutputInt16 &command, uint16_t index, IUpdateHandler &handler, OperateType opType)=0 | opendnp3::ICommandHandler | pure virtual |
| Operate(const AnalogOutputInt32 &command, uint16_t index, IUpdateHandler &handler, OperateType opType)=0 | opendnp3::ICommandHandler | pure virtual |
| Operate(const AnalogOutputFloat32 &command, uint16_t index, IUpdateHandler &handler, OperateType opType)=0 | opendnp3::ICommandHandler | pure virtual |
| Operate(const AnalogOutputDouble64 &command, uint16_t index, IUpdateHandler &handler, OperateType opType)=0 | opendnp3::ICommandHandler | pure virtual |
| Select(const ControlRelayOutputBlock &command, uint16_t index)=0 | opendnp3::ICommandHandler | pure virtual |
| Select(const AnalogOutputInt16 &command, uint16_t index)=0 | opendnp3::ICommandHandler | pure virtual |
| Select(const AnalogOutputInt32 &command, uint16_t index)=0 | opendnp3::ICommandHandler | pure virtual |
| Select(const AnalogOutputFloat32 &command, uint16_t index)=0 | opendnp3::ICommandHandler | pure virtual |
| Select(const AnalogOutputDouble64 &command, uint16_t index)=0 | opendnp3::ICommandHandler | pure virtual |
| ~ICommandHandler()=default | opendnp3::ICommandHandler | virtual |