|
Unify Framework Lib 1.7.0
|
#include <stdbool.h>#include "process.h"#include "procinit.h"#include "etimer.h"#include "sl_log.h"#include "uic_main_externals_internal.h"Macros | |
| #define | UIC_DEFAULT_CLOCK_TIME_SELECT_DELAY 300 |
Functions | |
| static clock_time_t | uic_main_loop_find_delay (void) |
| bool | uic_main_loop_run (void) |
| void | uic_main_wait_for_file_descriptors (void) |
| wait for a maximum timeout, see UIC_DEFAULT_CLOCK_TIME_SELECT_DELAY, for file descriptors to change More... | |
| bool | uic_main_loop (void) |
| #define UIC_DEFAULT_CLOCK_TIME_SELECT_DELAY 300 |
Default wait time in external event select.
Unit is contiki clock_time_t units. FIXME: move this to some global definitions place.
|
static |
| bool uic_main_loop_run | ( | void | ) |
Run the main process loop in gecko.
| void uic_main_wait_for_file_descriptors | ( | void | ) |
wait for a maximum timeout, see UIC_DEFAULT_CLOCK_TIME_SELECT_DELAY, for file descriptors to change