uIP type definitions

Typedefs

typedef uint8_t u8_t
 The 8-bit unsigned data type.
typedef uint16_t u16_t
 The 16-bit unsigned data type.
typedef uint32_t u32_t
 The 32-bit unsigned data type.
typedef int32_t s32_t
 The 32-bit signed data type.
typedef unsigned short uip_stats_t
 The statistics data type.

Typedef Documentation

typedef int32_t s32_t

The 32-bit signed data type.

This may have to be tweaked for your particular compiler. "signed short" works for most compilers.

Definition at line 91 of file contiki-conf.h.

typedef uint16_t u16_t

The 16-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned short" works for most compilers.

Definition at line 75 of file contiki-conf.h.

typedef uint32_t u32_t

The 32-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned short" works for most compilers.

Definition at line 83 of file contiki-conf.h.

typedef uint8_t u8_t

The 8-bit unsigned data type.

This may have to be tweaked for your particular compiler. "unsigned char" works for most compilers.

Examples:
example-packet-drv.c.

Definition at line 67 of file contiki-conf.h.

typedef unsigned short uip_stats_t

The statistics data type.

This datatype determines how high the statistics counters are able to count.

Definition at line 99 of file contiki-conf.h.


Generated on Mon Apr 11 14:23:55 2011 for Contiki 2.5 by  doxygen 1.6.1