services.h
来自「JENNIC无线传感器网络 ZIGBEE 文件资料」· C头文件 代码 · 共 71 行
H
71 行
/**************************************************************************** * * MODULE: config.h * * COMPONENT: $RCSfile: services.h,v $ * * VERSION: $Name: $ * * REVISION: $Revision: 1.1 $ * * DATED: $Date: 2007/11/29 17:40:08 $ * * STATUS: $State: Exp $ * * AUTHOR: Ian Morris * * DESCRIPTION * * CHANGE HISTORY: * * LAST MODIFIED BY: $Author: mroyc $ * $Modtime: $ * * **************************************************************************** * * (c) Copyright 2000 JENNIC Ltd * ****************************************************************************/#ifndef SERVICES_H_INCLUDED#define SERVICES_H_INCLUDED#if defined __cplusplusextern "C" {#endif/****************************************************************************//*** Include Files ***//****************************************************************************//****************************************************************************//*** Macro Definitions ***//****************************************************************************//* Don't clash with other definitions! */#define FIRST_SERVICE 0x00000010 /* Service masks */#define SECOND_SERVICE 0x00000020/****************************************************************************//*** Type Definitions ***//****************************************************************************//****************************************************************************//*** Exported Functions ***//****************************************************************************//****************************************************************************//*** Exported Variables ***//****************************************************************************/#if defined __cplusplus}#endif#endif /* SERVICES_H_INCLUDED *//****************************************************************************//*** END OF FILE ***//****************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?