ZIGBEE无线组网架构方案说明,主从方式祥述

源代码在线查看: printf.h

软件大小: 27 K
上传用户: princessmeng
关键词: ZIGBEE 无线组网 方案 方式
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*****************************************************************************
				 *
				 * MODULE:              printf.h
				 *
				 * COMPONENT:           $RCSfile: printf.h,v $
				 *
				 * VERSION:             $Name: JN-AN-1015-1v2 $
				 *
				 * REVISION:            $Revision: 1.2 $
				 *
				 * DATED:               $Date: 2006/09/05 09:00:44 $
				 *
				 * STATUS:              $State: Exp $
				 *
				 * AUTHOR:
				 *
				 * DESCRIPTION:
				 *
				 * LAST MODIFIED BY:    $Author: imorr $
				 *                      $Modtime: $
				 *
				 ****************************************************************************
				 *
				 * This software is owned by Jennic and/or its supplier and is protected
				 * under applicable copyright laws. All rights are reserved. We grant You,
				 * and any third parties, a license to use this software solely and
				 * exclusively on Jennic products. You, and any third parties must reproduce
				 * the copyright and warranty notice and any other legend of ownership on each
				 * copy or partial copy of the software.
				 *
				 * THIS SOFTWARE IS PROVIDED "AS IS". JENNIC MAKES NO WARRANTIES, WHETHER
				 * EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED
				 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
				 * ACCURACY OR LACK OF NEGLIGENCE. JENNIC SHALL NOT, IN ANY CIRCUMSTANCES,
				 * BE LIABLE FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, SPECIAL,
				 * INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
				 *
				 * Copyright Jennic Ltd 2005, 2006. All rights reserved
				 *
				 ****************************************************************************/
				
				#ifndef  PRINTF_H_INCLUDED
				#define  PRINTF_H_INCLUDED
				
				#if defined __cplusplus
				extern "C" {
				#endif
				
				/****************************************************************************/
				/***        Include Files                                                 ***/
				/****************************************************************************/
				#include 
				
				/****************************************************************************/
				/***        Macro Definitions                                             ***/
				/****************************************************************************/
				
				/****************************************************************************/
				/***        Type Definitions                                              ***/
				/****************************************************************************/
				
				/****************************************************************************/
				/***        Exported Functions                                            ***/
				/****************************************************************************/
				
				int printf(const char *format, ...);
				
				/****************************************************************************/
				/***        Exported Variables                                            ***/
				/****************************************************************************/
				
				#if defined __cplusplus
				}
				#endif
				
				#endif  /* PRINTF_H_INCLUDED */
				
				/****************************************************************************/
				/***        END OF FILE                                                   ***/
				/****************************************************************************/
				
							

相关资源