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

Occurs when an outstation receives and analog command. More...

#include <opendnp3/app/AnalogCommandEvent.h>

Public Member Functions

 AnalogCommandEvent ()
 
 AnalogCommandEvent (double value, CommandStatus status)
 
 AnalogCommandEvent (double value, CommandStatus status, DNPTime time)
 
bool operator== (const AnalogCommandEvent &rhs) const
 

Public Attributes

CommandStatus status
 
DNPTime time
 
double value
 

Detailed Description

Occurs when an outstation receives and analog command.

Maps to Group43.

Definition at line 32 of file AnalogCommandEvent.h.

Constructor & Destructor Documentation

◆ AnalogCommandEvent() [1/3]

opendnp3::AnalogCommandEvent::AnalogCommandEvent ( )

◆ AnalogCommandEvent() [2/3]

opendnp3::AnalogCommandEvent::AnalogCommandEvent ( double  value,
CommandStatus  status 
)

◆ AnalogCommandEvent() [3/3]

opendnp3::AnalogCommandEvent::AnalogCommandEvent ( double  value,
CommandStatus  status,
DNPTime  time 
)

Member Function Documentation

◆ operator==()

bool opendnp3::AnalogCommandEvent::operator== ( const AnalogCommandEvent rhs) const

Member Data Documentation

◆ status

CommandStatus opendnp3::AnalogCommandEvent::status

Definition at line 42 of file AnalogCommandEvent.h.

◆ time

DNPTime opendnp3::AnalogCommandEvent::time

Definition at line 43 of file AnalogCommandEvent.h.

◆ value

double opendnp3::AnalogCommandEvent::value

Definition at line 41 of file AnalogCommandEvent.h.


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