CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLC_Fct_Value.h File Reference

Go to the source code of this file.

Functions

void CPVALUE_SetRawOnly (CPVALUE *const pValue, CPUINT16 const wRawValue, CPBOOLEAN const fBipolarRawValue)
 Set a CPVALUE structure to the specified raw value. More...
 
void CPVALUE_Set (CPVALUE *const pValue, CPUINT16 const wRawValue, DataTypes const dataType, void const *const pTypedValue, CPBOOLEAN const fBipolarRawValue)
 Set raw value and typed value. More...
 
CPBOOLEAN CPVALUE_IsRawValueBipolar (CPVALUE const *const pValue)
 Tells if the raw value is bipolar. More...
 
DataTypes CPVALUE_GetDataType (CPVALUE const *const pValue)
 Get data type. More...