wsn_profile.h

来自「本代码为Jennic公司芯片JN5121」· C头文件 代码 · 共 83 行

H
83
字号
//////////////////////////////////////////////////////////////////////////////////////////
//
//      ***         ***
//      ***      ***        Korea Wireress Network ( Korwin )
//      ***   ***
//      *****               WiniZB
//      *****
//      ***   ***
//      ***      ***                    ZigBee Standard of Korwn
//      ***         ***                 Version 1.0
//
//
// File : APPLICATION_PROFILE.H
// By   : Korwin
//
// Revision history
//
//////////////////////////////////////////////////////////////////////////////////////////
#include "apl_define.h"

#ifndef WSN_PROFILE_H
#define WSN_PROFILE_H

#ifdef __cplusplus
extern "C" {
#endif  //__cplusplus

//////////////////////////////////////////////////////////////////////////////////////////
//  INCLUDE FILES
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  MACROS
//////////////////////////////////////////////////////////////////////////////////////////
#define WSN_PROFILE_ID          0x123
#define WSN_CID_SENSOR_READINGS 0x12
#define WSN_PAN_ID				0xAFED
#define WSN_CHANNEL				12

//////////////////////////////////////////////////////////////////////////////////////////
//  CONSTANTS
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  TYPEDEFS
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  EXTERNAL VARIABLES
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  GLOBAL VARIABLES
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  LOCAL VARIABLES
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  EXTERNAL FUNCTIONS
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  LOCAL FUNCTIONS DESC
//////////////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////
//  LOCAL FUNCTIONS
//////////////////////////////////////////////////////////////////////////////////////////
PUBLIC void vWSN_AddSimpleDesc(void);

#ifdef __cplusplus
}
#endif  //__cplusplus

#endif  // WSN_PROFILE_H

//////////////////////////////////////////////////////////////////////////////////////////
//  END OF FILE
//////////////////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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