opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Some IIN bits are necessarily controlled by the outstation application, not the underlying protocol stack. More...
#include <opendnp3/outstation/ApplicationIIN.h>
Public Member Functions | |
ApplicationIIN ()=default | |
IINField | ToIIN () const |
Public Attributes | |
bool | configCorrupt = false |
bool | deviceTrouble = false |
bool | eventBufferOverflow = false |
bool | localControl = false |
bool | needTime = false |
Some IIN bits are necessarily controlled by the outstation application, not the underlying protocol stack.
This structure describes the state of the bits controllable by the application.
Definition at line 33 of file ApplicationIIN.h.
|
default |
IINField opendnp3::ApplicationIIN::ToIIN | ( | ) | const |
bool opendnp3::ApplicationIIN::configCorrupt = false |
Definition at line 43 of file ApplicationIIN.h.
bool opendnp3::ApplicationIIN::deviceTrouble = false |
Definition at line 42 of file ApplicationIIN.h.
bool opendnp3::ApplicationIIN::eventBufferOverflow = false |
Definition at line 46 of file ApplicationIIN.h.
bool opendnp3::ApplicationIIN::localControl = false |
Definition at line 41 of file ApplicationIIN.h.
bool opendnp3::ApplicationIIN::needTime = false |
Definition at line 40 of file ApplicationIIN.h.