opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
This is the complete list of members for opendnp3::SuccessCommandHandler, including all inherited members.
Begin() override | opendnp3::SimpleCommandHandler | virtual |
Create() | opendnp3::SuccessCommandHandler | inlinestatic |
DoOperate(const ControlRelayOutputBlock &command, uint16_t index, OperateType opType) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoOperate(const AnalogOutputInt16 &command, uint16_t index, OperateType opType) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoOperate(const AnalogOutputInt32 &command, uint16_t index, OperateType opType) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoOperate(const AnalogOutputFloat32 &command, uint16_t index, OperateType opType) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoOperate(const AnalogOutputDouble64 &command, uint16_t index, OperateType opType) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoSelect(const ControlRelayOutputBlock &command, uint16_t index) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoSelect(const AnalogOutputInt16 &command, uint16_t index) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoSelect(const AnalogOutputInt32 &command, uint16_t index) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoSelect(const AnalogOutputFloat32 &command, uint16_t index) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
DoSelect(const AnalogOutputDouble64 &command, uint16_t index) | opendnp3::SimpleCommandHandler | inlineprotectedvirtual |
End() override | opendnp3::SimpleCommandHandler | virtual |
numEnd | opendnp3::SimpleCommandHandler | |
numOperate | opendnp3::SimpleCommandHandler | |
numSelect | opendnp3::SimpleCommandHandler | |
numStart | opendnp3::SimpleCommandHandler | |
Operate(const ControlRelayOutputBlock &command, uint16_t index, IUpdateHandler &handler, OperateType opType) override | opendnp3::SimpleCommandHandler | virtual |
Operate(const AnalogOutputInt16 &command, uint16_t index, IUpdateHandler &handler, OperateType opType) override | opendnp3::SimpleCommandHandler | virtual |
Operate(const AnalogOutputInt32 &command, uint16_t index, IUpdateHandler &handler, OperateType opType) override | opendnp3::SimpleCommandHandler | virtual |
Operate(const AnalogOutputFloat32 &command, uint16_t index, IUpdateHandler &handler, OperateType opType) override | opendnp3::SimpleCommandHandler | virtual |
Operate(const AnalogOutputDouble64 &command, uint16_t index, IUpdateHandler &handler, OperateType opType) override | opendnp3::SimpleCommandHandler | virtual |
Select(const ControlRelayOutputBlock &command, uint16_t index) override | opendnp3::SimpleCommandHandler | virtual |
Select(const AnalogOutputInt16 &command, uint16_t index) override | opendnp3::SimpleCommandHandler | virtual |
Select(const AnalogOutputInt32 &command, uint16_t index) override | opendnp3::SimpleCommandHandler | virtual |
Select(const AnalogOutputFloat32 &command, uint16_t index) override | opendnp3::SimpleCommandHandler | virtual |
Select(const AnalogOutputDouble64 &command, uint16_t index) override | opendnp3::SimpleCommandHandler | virtual |
SimpleCommandHandler(CommandStatus status) | opendnp3::SimpleCommandHandler | |
status | opendnp3::SimpleCommandHandler | protected |
SuccessCommandHandler() | opendnp3::SuccessCommandHandler | inline |
~ICommandHandler()=default | opendnp3::ICommandHandler | virtual |