Contiki 2.5
Typedefs
uIP type definitions

Typedefs

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

Detailed Description

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.

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.