opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
An interface for Sequence-Of-Events (SOE) callbacks from a master stack to the application layer. More...
#include <opendnp3/master/ISOEHandler.h>
Public Member Functions | |
virtual | ~ISOEHandler ()=default |
virtual void | BeginFragment (const ResponseInfo &info)=0 |
virtual void | EndFragment (const ResponseInfo &info)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< DNPTime > &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< Analog >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< AnalogCommandEvent >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< AnalogOutputStatus >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< Binary >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< BinaryCommandEvent >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< BinaryOutputStatus >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< Counter >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< DoubleBitBinary >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< FrozenCounter >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< OctetString >> &values)=0 |
virtual void | Process (const HeaderInfo &info, const ICollection< Indexed< TimeAndInterval >> &values)=0 |
An interface for Sequence-Of-Events (SOE) callbacks from a master stack to the application layer.
A call is made to the appropriate member method for every measurement value in an ASDU. The HeaderInfo class provides information about the object header associated with the value.
Definition at line 43 of file ISOEHandler.h.
|
virtualdefault |
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.
|
pure virtual |
Implemented in opendnp3::PrintingSOEHandler.