swszigbeenwk_headers.h

来自「ucos在NEC平台下的移植」· C头文件 代码 · 共 88 行

H
88
字号
// /*
// *******************************************************************************************************
// * CONFIDENTIAL                                                                                        *
// * The use of this file is restricted by SkywiseSystems.Co.Ltd                   *
// *                                                                                                     *
// * Copyright liquanling 31/08/2006                                                                          *
// *******************************************************************************************************
// * This file implements the NWK functions (request and response) to be called by the higher layer      *
// *******************************************************************************************************
// * Compiler: NEC-CC78K0                                                                                  *
// * Target platform:                                                   *
// *******************************************************************************************************
// * The revision history is located at the bottom of this file                                          *
// *******************************************************************************************************/
#ifndef SWSZIGBEENWK_HEADERS_H
#define SWSZIGBEENWK_HEADERS_H

#include "stackTotal.h"
#include<stdio.h>
//#include<windows.h>
#include<string.h>
#include<stdlib.h>
//#include<malloc.h>
#include<stddef.h>
//#include<ctime>  //why there are so many errors when compiling the #include<ctime>;
//#include<time.h>

#include "networkHeader\mac_setup.h"
#include "networkHeader\Mac_general.h"
#include "networkHeader\Nwk_setup.h"
#include "networkHeader\swsStackCommon.h"
#include "networkHeader\Nwk_general.h"
#include "networkHeader\swsZigbeeNWK.h"
#include "networkHeader\Nwk_discovery.h"
#include "networkHeader\Nwk_cluster_tree_route.h"
#include "networkHeader\Nwk_data_sendAndRecive.h"
#include "networkHeader\Nwk_join.h"
#include "networkHeader\Nwk_leave.h"
#include "networkHeader\Nwk_neighbor.h"
#include "networkHeader\Nwk_tx_queue.h"
#include "networkHeader\Nwk_support.h"
#include "networkHeader\Nwk_sync.h"
#include "networkHeader\ReadAndWrite.h"

#include "networkHeader\NwkFormation.h"
#include "networkHeader\Nwk_AODVjr_route.h"
#include "networkHeader\Nwk_broadcast.h"
#include "networkHeader\Nwk_byte_order.h"
#include "networkHeader\nwkFunctionEmulation.h"
#include "networkHeader\apsFunctionEmulation.h"
#include "networkHeader\nwkBackgroundTask.h"






/*******************************************************************************************************
 *******************************************************************************************************
 **************************               GENERAL DEFINITIONS                 **************************
 *******************************************************************************************************
 *******************************************************************************************************/



#endif





















⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?