opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::IOutstation Class Referenceabstract

Interface representing a running outstation. More...

#include <opendnp3/outstation/IOutstation.h>

Public Member Functions

 ~IOutstation () override=default
 
virtual void Apply (const Updates &updates)=0
 Apply a set of measurement updates to the outstation. More...
 
virtual void SetLogFilters (const opendnp3::LogLevels &filters)=0
 
virtual void SetRestartIIN ()=0
 Sets the restart IIN bit. More...
 
- Public Member Functions inherited from opendnp3::IStack
virtual ~IStack ()
 
virtual bool Disable ()=0
 Synchronously disable communications. More...
 
virtual bool Enable ()=0
 Synchronously enable communications. More...
 
virtual StackStatistics GetStackStatistics ()=0
 
- Public Member Functions inherited from opendnp3::IResource
virtual ~IResource ()=default
 
virtual void Shutdown ()=0
 

Detailed Description

Interface representing a running outstation.

Definition at line 33 of file IOutstation.h.

Constructor & Destructor Documentation

◆ ~IOutstation()

opendnp3::IOutstation::~IOutstation ( )
overridedefault

Member Function Documentation

◆ Apply()

virtual void opendnp3::IOutstation::Apply ( const Updates updates)
pure virtual

Apply a set of measurement updates to the outstation.

◆ SetLogFilters()

virtual void opendnp3::IOutstation::SetLogFilters ( const opendnp3::LogLevels filters)
pure virtual
Parameters
filtersAdjust the filters to this value

◆ SetRestartIIN()

virtual void opendnp3::IOutstation::SetRestartIIN ( )
pure virtual

Sets the restart IIN bit.

Normally applications should not touch this bit, but it is provided for simulating restarts.


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