From 22abd06132445a55a1a0266897920f26634825c1 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:38:10 +0100 Subject: digital/beacon: remove obsolete bitcloud stack --- .../Bitcloud_stack/Components/ZCL/include/zclInt.h | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/ZCL/include/zclInt.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/ZCL/include/zclInt.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/ZCL/include/zclInt.h b/digital/beacon/src/Bitcloud_stack/Components/ZCL/include/zclInt.h deleted file mode 100644 index d984f38f..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/ZCL/include/zclInt.h +++ /dev/null @@ -1,46 +0,0 @@ -/************************************************************************//** - \file zcl.h - - \brief - The header file describes internal ZCL interface - - The header file describes internal ZCL interface and types - - \author - Atmel Corporation: http://www.atmel.com \n - Support email: avr@atmel.com - - Copyright (c) 2008-2011, Atmel Corporation. All rights reserved. - Licensed under Atmel's Limited License Agreement (BitCloudTM). - - \internal - History: - 09.12.08 I. Fedina - Created. -******************************************************************************/ - -#ifndef _ZCLINT_H -#define _ZCLINT_H - -#include -#include - -BEGIN_PACK -typedef struct PACK -{ - uint8_t status; - ZCL_AttributeId_t id; - uint8_t type; - uint8_t value[1]; -} ZclReadAttributeResp_t; - -typedef struct PACK -{ - uint8_t status; - ZCL_AttributeId_t id; -} ZclWriteAttributeResp_t; -END_PACK - -uint8_t zclGetSequenceNumber(Endpoint_t endpointId); -ZclAttribute_t *zclGetNextAttribute(Endpoint_t endpoint, ClusterId_t clusterId, uint8_t direction, ZclAttribute_t *currentAttribute); - -#endif // _ZCL_INT_H -- cgit v1.2.3