Contiki-NG
Macros | Functions

Header file for the Contiki-NG main routine. More...

Go to the source code of this file.

Macros

#define PLATFORM_PROVIDES_MAIN_LOOP   0
 Controls whether the platform provides a custom main loop. More...
 
#define PLATFORM_MAIN_ACCEPTS_ARGS   0
 Controls whether the main function accepts arguments. More...
 

Functions

void platform_init_stage_one (void)
 Basic (Stage 1) platform driver initialisation. More...
 
void platform_init_stage_two (void)
 Stage 2 of platform driver initialisation. More...
 
void platform_init_stage_three (void)
 Final stage of platform driver initialisation. More...
 
void platform_idle (void)
 The platform's idle/sleep function. More...
 
void platform_main_loop (void)
 The platform's main loop, if provided. More...
 
void platform_process_args (int argc, char **argv)
 Allow the platform to process main's command line arguments. More...
 

Detailed Description

Header file for the Contiki-NG main routine.

Definition in file platform.h.