opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::OutstationConfig Struct Reference

Configuration information for a dnp3 outstation (outstation) More...

#include <opendnp3/outstation/OutstationConfig.h>

Public Attributes

EventBufferConfig eventBufferConfig
 Describes the sizes in the event buffer. More...
 
OutstationParams params
 Various parameters that govern outstation behavior. More...
 

Detailed Description

Configuration information for a dnp3 outstation (outstation)

Used as both input describing the startup configuration of the outstation, and as configuration state of mutable properties (i.e. unsolicited responses).

Major feature areas are unsolicited responses, time synchronization requests, event buffer limits, and the DNP3 object/variations to use by default when the master requests class data or variation 0.

Definition at line 39 of file OutstationConfig.h.

Member Data Documentation

◆ eventBufferConfig

EventBufferConfig opendnp3::OutstationConfig::eventBufferConfig

Describes the sizes in the event buffer.

Definition at line 45 of file OutstationConfig.h.

◆ params

OutstationParams opendnp3::OutstationConfig::params

Various parameters that govern outstation behavior.

Definition at line 42 of file OutstationConfig.h.


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