27 #ifndef _CLC_FCT_VALUE_H_
28 #define _CLC_FCT_VALUE_H_
46 CPBOOLEAN
const fBipolarRawValue);
60 void const *
const pTypedValue,
61 CPBOOLEAN
const fBipolarRawValue);
83 #endif // _CLC_FCT_VALUE_H_
CPBOOLEAN CPVALUE_IsRawValueBipolar(CPVALUE const *const pValue)
Tells if the raw value is bipolar.
DataTypes
CopperLan Data types Data Types are used to identify numeric value format.
Definition: CLC_Enums.h:389
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.
DataTypes CPVALUE_GetDataType(CPVALUE const *const pValue)
Get data type.
The container structure for Value. Use CPValue Functions CPVALUE_xxx functions to handle this structu...
Definition: CLC_Types.h:117
void CPVALUE_SetRawOnly(CPVALUE *const pValue, CPUINT16 const wRawValue, CPBOOLEAN const fBipolarRawValue)
Set a CPVALUE structure to the specified raw value.