opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::MasterStackConfig Struct Reference

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...
 

Detailed Description

A composite configuration struct that contains all the config information for a dnp3 master stack.

Definition at line 32 of file MasterStackConfig.h.

Constructor & Destructor Documentation

◆ MasterStackConfig()

opendnp3::MasterStackConfig::MasterStackConfig ( )
inline

Definition at line 34 of file MasterStackConfig.h.

Member Data Documentation

◆ link

LinkConfig opendnp3::MasterStackConfig::link

Link layer config.

Definition at line 40 of file MasterStackConfig.h.

◆ master

MasterParams opendnp3::MasterStackConfig::master

Master config.

Definition at line 37 of file MasterStackConfig.h.


The documentation for this struct was generated from the following file: