simple_nwk.h

来自「用于WSN的PDA搜救器」· C头文件 代码 · 共 67 行

H
67
字号
/* Description : head for nwk functions.
 *
 * $Author: 王琢玉
 * $Date: 2007/02/23 
 * $Name:  simple_nwk.h 
 */
 
#ifndef   SIMPLE_NWK_H
#define   SIMPLE_NWK_H

#ifdef   SIMPLE_NWK_GLOBALS
    #define   SIMPLE_NWK_EXT
#else    
    #define   SIMPLE_NWK_EXT   extern
#endif


#include "include.h"

/********************************************
Typedefs
********************************************/


/********************************************
 Globals 
********************************************/ 


/********************************************
Prototypes
********************************************/
 
/************************************************************
Function:    void NWKInit(void)

Parameter:   

Return:      
             
Description: Init the NWK
************************************************************/
void  NWKInit(void);

/************************************************************
Function:    void NWKTasks(void)

Parameter:   

Return:      
             
Description: check if there is any PHY task.
************************************************************/
void NWKTasks(void);












#endif   /* _SIMPLE_NWK_H */

⌨️ 快捷键说明

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