Zigbee Protocol Controller 1.6.0
|
#include <stdlib.h>
#include <string.h>
#include "process.h"
#include "sl_log.h"
#include "zigpc_net_mgmt_process.h"
#include "zigpc_net_mgmt_process_send.h"
#include "zigpc_net_mgmt_gateway.h"
#include "zigpc_net_mgmt_notify_int.h"
#include "zigpc_net_mgmt_internal.h"
#include "zigpc_gateway.h"
Functions | |
PROCESS_NAME (zigpc_net_mgmt_process) | |
sl_status_t | zigpc_net_mgmt_process_setup (void) |
Setup function for the ZigPC Network Management process. More... | |
int | zigpc_net_mgmt_process_shutdown (void) |
sl_status_t | zigpc_net_mgmt_process_send_event (const enum zigpc_net_mgmt_process_event event, const void *data, size_t data_size) |
Helper to send events to Contiki process in ZigPC Net Mgmt by dynamically allocating the event data based on the data_size passed in. More... | |
PROCESS (zigpc_net_mgmt_process, "zigpc_net_mgmt_process") | |
PROCESS_THREAD (zigpc_net_mgmt_process, ev, data) | |
PROCESS | ( | zigpc_net_mgmt_process | , |
"zigpc_net_mgmt_process" | |||
) |
PROCESS_NAME | ( | zigpc_net_mgmt_process | ) |
PROCESS_THREAD | ( | zigpc_net_mgmt_process | , |
ev | , | ||
data | |||
) |