CROB (Group12Var1) control code.
More...
#include <dnp3.hpp>
|
TripCloseCode | tcc |
| This field is used in conjunction with ControlCode::op_type to specify a control operation. More...
|
|
bool | clear |
| Support for this field is optional. When the clear bit is set, the device shall remove pending control commands for that index and stop any control operation that is in progress for that index. The indexed point shall go to the state that it would have if the command were allowed to complete normally. More...
|
|
bool | queue |
| This field is obsolete and should always be 0. More...
|
|
OpType | op_type |
| This field is used in conjunction with the ControlCode::tcc field to specify a control operation. More...
|
|
|
class | CppControlCodeFriend |
|
CROB (Group12Var1) control code.
◆ ControlCode()
Initialize a ControlCode instance.
- Note
- Values are initialized to:
- Parameters
-
tcc | This field is used in conjunction with ControlCode::op_type to specify a control operation |
clear | Support for this field is optional. When the clear bit is set, the device shall remove pending control commands for that index and stop any control operation that is in progress for that index. The indexed point shall go to the state that it would have if the command were allowed to complete normally. |
op_type | This field is used in conjunction with the ControlCode::tcc field to specify a control operation |
- Returns
- New instance of ControlCode
◆ from_op_type()
◆ from_tcc_and_op_type()
◆ clear
bool dnp3::ControlCode::clear |
Support for this field is optional. When the clear bit is set, the device shall remove pending control commands for that index and stop any control operation that is in progress for that index. The indexed point shall go to the state that it would have if the command were allowed to complete normally.
◆ op_type
OpType dnp3::ControlCode::op_type |
This field is used in conjunction with the ControlCode::tcc field to specify a control operation.
◆ queue
bool dnp3::ControlCode::queue |
This field is obsolete and should always be 0.
◆ tcc
The documentation for this struct was generated from the following file: