cdfdatatypes.h File Reference

CDF_64BIT_SUPPORT

define this value when IDL is to be compiled as a static library define this value when the compilar support 64-bit data type

CDF_DLL_IMPORT

CDF_DLL_EXPORT

ABS

Typedef CDF_CHAR

typedef charCDF_CHAR

character type

Typedef CDF_S8

typedef signed charCDF_S8

Signed 8-bit integer data type

Typedef CDF_U8

typedef unsigned charCDF_U8

Unsigned 8-bit integer data type

Typedef CDF_S16

typedef signed shortCDF_S16

Signed 16-bit integer data type

Typedef CDF_U16

typedef unsigned shortCDF_U16

Unsigned 16-bit integer data type

Typedef CDF_S32

typedef signed intCDF_S32

Signed 32-bit integer data type

Typedef CDF_U32

typedef unsigned intCDF_U32

Unsigned 32-bit integer data type

Typedef CDF_F32

typedef floatCDF_F32

Signed 32-bit floating point data type

CDF_VOID

Void data type

Typedef CDF_valist

typedef va_listCDF_valist

va_list

Typedef CDF_S64

typedef signed long longCDF_S64

Signed 64-bit integer data type

Typedef CDF_U64

typedef unsigned long longCDF_U64

Unsigned 64-bit integer data type

Typedef CDF_F64

typedef doubleCDF_F64

Signed 64-bit floating point data type