opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Base class for different types of event metadata. More...
#include <opendnp3/app/EventCells.h>
Public Member Functions | |
void | SetEventValue (const typename Spec::meas_t &value) |
Public Attributes | |
PointClass | clazz |
Spec::event_variation_t | evariation |
Spec::meas_t | lastEvent |
Protected Member Functions | |
EventCellBase () | |
Base class for different types of event metadata.
Definition at line 35 of file EventCells.h.
|
inlineprotected |
Definition at line 47 of file EventCells.h.
|
inline |
Definition at line 41 of file EventCells.h.
References opendnp3::EventCellBase< Spec >::lastEvent.
PointClass opendnp3::EventCellBase< Spec >::clazz |
Definition at line 37 of file EventCells.h.
Spec::event_variation_t opendnp3::EventCellBase< Spec >::evariation |
Definition at line 39 of file EventCells.h.
Spec::meas_t opendnp3::EventCellBase< Spec >::lastEvent |
Definition at line 38 of file EventCells.h.
Referenced by opendnp3::SimpleEventCell< Spec >::IsEvent(), opendnp3::DeadbandEventCell< Spec >::IsEvent(), and opendnp3::EventCellBase< Spec >::SetEventValue().