CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CPVALUE Struct Reference

The container structure for Value. Use CPValue Functions CPVALUE_xxx functions to handle this structure. More...

#include <CLC_Types.h>

Data Fields

CPUINT16 wRawValue
 This field contains the raw value. More...
 
CPUINT16 wDataType
 This field contains the data type. see DataTypes enumeration. More...
 
union {
   CPUINT16   u16
 
   CPUINT32   u32
 
   CPUINT64   u64
 
   CPINT16   i16
 
   CPINT32   i32
 
   CPINT64   i64
 
   CPFLOAT32   f32
 
   CPFLOAT64   f64
 
   CPUINT8   data [8]
 
value
 contains the typed value if data type is not DT_Knob16 or bipolar DT_Knob16 More...
 

Detailed Description

The container structure for Value. Use CPValue Functions CPVALUE_xxx functions to handle this structure.


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