|
opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
A composite configuration struct that contains all the config information for a dnp3 outstation stack. More...
#include <opendnp3/outstation/OutstationStackConfig.h>
Public Member Functions | |
| OutstationStackConfig () | |
| OutstationStackConfig (const DatabaseConfig &database) | |
Public Attributes | |
| DatabaseConfig | database |
| LinkConfig | link |
| Link layer config. More... | |
| OutstationConfig | outstation |
| Outstation config. More... | |
A composite configuration struct that contains all the config information for a dnp3 outstation stack.
Definition at line 35 of file OutstationStackConfig.h.
|
inline |
Definition at line 37 of file OutstationStackConfig.h.
|
inline |
Definition at line 39 of file OutstationStackConfig.h.
| DatabaseConfig opendnp3::OutstationStackConfig::database |
Definition at line 42 of file OutstationStackConfig.h.
| LinkConfig opendnp3::OutstationStackConfig::link |
Link layer config.
Definition at line 48 of file OutstationStackConfig.h.
| OutstationConfig opendnp3::OutstationStackConfig::outstation |
Outstation config.
Definition at line 45 of file OutstationStackConfig.h.