xbasic_types.h File Reference


Legacy types

Deprecated legacy types.

typedef unsigned char Xuint8
typedef char Xint8
typedef unsigned short Xuint16
typedef short Xint16
typedef unsigned long Xuint32
typedef long Xint32
typedef float Xfloat32
typedef double Xfloat64
typedef unsigned long Xboolean

New types

New simple types.

typedef Xuint32 u32
typedef Xuint16 u16
typedef Xuint8 u8

Detailed Description

Note:
Dummy File for backwards compatibility
 MODIFICATION HISTORY:

 Ver   Who    Date   Changes
 ----- ---- -------- -------------------------------------------------------
 1.00a adk   1/31/14  Added in bsp common folder for backward compatibility
 

Typedef Documentation

typedef unsigned long Xboolean
 

boolean (XTRUE or XFALSE)

typedef float Xfloat32
 

32-bit floating point

typedef double Xfloat64
 

64-bit double precision FP

typedef short Xint16
 

signed 16-bit

typedef long Xint32
 

signed 32-bit

typedef char Xint8
 

signed 8-bit

typedef unsigned short Xuint16
 

unsigned 16-bit

typedef unsigned long Xuint32
 

unsigned 32-bit

typedef unsigned char Xuint8
 

unsigned 8-bit


Generated on Thu Feb 13 14:48:12 2014 for 2014.1_doc by  doxygen 1.4.5