Defines
types.h File Reference

Go to the source code of this file.

Defines

#define echar   char
#define eint16   signed short
#define eint32   signed int
#define eint8   signed char
#define euchar   unsigned char
#define euint16   unsigned short
#define euint32   unsigned int
#define euint8   unsigned char

Define Documentation

#define echar   char

Definition at line 39 of file types.h.

#define eint16   signed short

Definition at line 35 of file types.h.

#define eint32   signed int

Definition at line 37 of file types.h.

#define eint8   signed char

Different types that are needed. It is assumed that the type is signed unless they are eu types in which case they should be unsigned. Ideally (perhaps required?) that they have they same bit length as indicated (eg uint8_t is an unsigned 8-bit type).

Definition at line 33 of file types.h.

#define euchar   unsigned char

Definition at line 40 of file types.h.

#define euint16   unsigned short

Definition at line 36 of file types.h.

#define euint32   unsigned int

Definition at line 38 of file types.h.

#define euint8   unsigned char

Definition at line 34 of file types.h.



asctec_hl_firmware
Author(s): Markus Achtelik, Michael Achtelik, Stephan Weiss, Laurent Kneip
autogenerated on Tue Dec 17 2013 11:39:27