libtase2  2.4.0
TASE.2/ICCP Protocol Source Code Library for C/C++
Loading...
Searching...
No Matches
Tase2_OperateValue Struct Reference

Value for the operate action (supports the different types for command and set points) More...

#include <tase2_server.h>

Data Fields

union { 
 
   int16_t   commandValue 
 
   int16_t   discreteValue 
 
   float   realValue 
 
};  
 

Detailed Description

Value for the operate action (supports the different types for command and set points)

Field Documentation

◆ [union]

union { ... } Tase2_OperateValue

◆ commandValue

int16_t Tase2_OperateValue::commandValue

◆ discreteValue

int16_t Tase2_OperateValue::discreteValue

value for command

◆ realValue

float Tase2_OperateValue::realValue

value for discrete set point


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