Zigbee Protocol Controller 1.6.0
|
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "process.h"
#include "procinit.h"
#include "autostart.h"
#include "sys/ctimer.h"
#include "uic_version.h"
#include "sl_log.h"
#include "config.h"
#include "uic_main.h"
#include "uic_init.h"
#include "uic_main_loop.h"
#include "uic_component_fixtures_internal.h"
Macros | |
#define | LOG_TAG "uic_init" |
Functions | |
static void | uic_main_contiki_setup (void) |
Initialize and launch contiki processes. More... | |
sl_status_t | uic_init (const uic_fixt_setup_step_t *fixt_app_setup, int argc, char **argv, const char *version) |
#define LOG_TAG "uic_init" |
sl_status_t uic_init | ( | const uic_fixt_setup_step_t * | fixt_app_setup, |
int | argc, | ||
char ** | argv, | ||
const char * | version | ||
) |
|
static |
Initialize and launch contiki processes.