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

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

Detailed Description

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

Definition at line 35 of file OutstationStackConfig.h.

Constructor & Destructor Documentation

◆ OutstationStackConfig() [1/2]

opendnp3::OutstationStackConfig::OutstationStackConfig ( )
inline

Definition at line 37 of file OutstationStackConfig.h.

◆ OutstationStackConfig() [2/2]

opendnp3::OutstationStackConfig::OutstationStackConfig ( const DatabaseConfig database)
inline

Definition at line 39 of file OutstationStackConfig.h.

Member Data Documentation

◆ database

DatabaseConfig opendnp3::OutstationStackConfig::database

Definition at line 42 of file OutstationStackConfig.h.

◆ link

LinkConfig opendnp3::OutstationStackConfig::link

Link layer config.

Definition at line 48 of file OutstationStackConfig.h.

◆ outstation

OutstationConfig opendnp3::OutstationStackConfig::outstation

Outstation config.

Definition at line 45 of file OutstationStackConfig.h.


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