An interface for Sequence-Of-Events (SOE) callbacks from a master stack to the application layer.
More...
|
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.