opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
A composite configuration struct that contains all the config information for a dnp3 master stack. More...
#include <opendnp3/master/MasterStackConfig.h>
Public Member Functions | |
MasterStackConfig () | |
Public Attributes | |
LinkConfig | link |
Link layer config. More... | |
MasterParams | master |
Master config. More... | |
A composite configuration struct that contains all the config information for a dnp3 master stack.
Definition at line 32 of file MasterStackConfig.h.
|
inline |
Definition at line 34 of file MasterStackConfig.h.
LinkConfig opendnp3::MasterStackConfig::link |
Link layer config.
Definition at line 40 of file MasterStackConfig.h.
MasterParams opendnp3::MasterStackConfig::master |
Master config.
Definition at line 37 of file MasterStackConfig.h.