dnp3 (C++ API) 1.1.0
dnp3::AnalogInput Struct Reference

analog_input point More...

#include <dnp3.hpp>

Public Member Functions

 AnalogInput (uint16_t index, double value, const Flags &flags, const Timestamp &time)
 Fully construct AnalogInput specifying the value of each field. More...
 

Public Attributes

uint16_t index
 Point index. More...
 
double value
 Point value. More...
 
Flags flags
 Point flags. More...
 
Timestamp time
 Point timestamp. More...
 

Friends

class CppAnalogInputFriend
 

Detailed Description

analog_input point

Constructor & Destructor Documentation

◆ AnalogInput()

dnp3::AnalogInput::AnalogInput ( uint16_t  index,
double  value,
const Flags flags,
const Timestamp time 
)

Fully construct AnalogInput specifying the value of each field.

Parameters
indexPoint index
valuePoint value
flagsPoint flags
timePoint timestamp
Returns
New instance of AnalogInput

Member Data Documentation

◆ flags

Flags dnp3::AnalogInput::flags

Point flags.

◆ index

uint16_t dnp3::AnalogInput::index

Point index.

◆ time

Timestamp dnp3::AnalogInput::time

Point timestamp.

◆ value

double dnp3::AnalogInput::value

Point value.


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