opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::EventCellBase< Spec > Struct Template Reference

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 ()
 

Detailed Description

template<class Spec>
struct opendnp3::EventCellBase< Spec >

Base class for different types of event metadata.

Definition at line 35 of file EventCells.h.

Constructor & Destructor Documentation

◆ EventCellBase()

template<class Spec >
opendnp3::EventCellBase< Spec >::EventCellBase ( )
inlineprotected

Definition at line 47 of file EventCells.h.

References opendnp3::Class1.

Member Function Documentation

◆ SetEventValue()

template<class Spec >
void opendnp3::EventCellBase< Spec >::SetEventValue ( const typename Spec::meas_t &  value)
inline

Definition at line 41 of file EventCells.h.

References opendnp3::EventCellBase< Spec >::lastEvent.

Member Data Documentation

◆ clazz

template<class Spec >
PointClass opendnp3::EventCellBase< Spec >::clazz

Definition at line 37 of file EventCells.h.

◆ evariation

template<class Spec >
Spec::event_variation_t opendnp3::EventCellBase< Spec >::evariation

Definition at line 39 of file EventCells.h.

◆ lastEvent


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