From b24866225a6301d3a663f874725e83c012dc25d3 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:36:00 +0100 Subject: digital/beacon: add bitcloud stack into common directory digital/zigbit --- .../stack/Components/ZDO/include/private/zdoDbg.h | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 digital/zigbit/bitcloud/stack/Components/ZDO/include/private/zdoDbg.h (limited to 'digital/zigbit/bitcloud/stack/Components/ZDO/include/private/zdoDbg.h') diff --git a/digital/zigbit/bitcloud/stack/Components/ZDO/include/private/zdoDbg.h b/digital/zigbit/bitcloud/stack/Components/ZDO/include/private/zdoDbg.h new file mode 100644 index 00000000..8121410e --- /dev/null +++ b/digital/zigbit/bitcloud/stack/Components/ZDO/include/private/zdoDbg.h @@ -0,0 +1,129 @@ +/************************************************************************//** + \file zdoDbg.h + + \brief ZDO assert codes + + \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: + 27.07.09 A. Taradov - Refactoring + 29.10.09 A. Taradov - Refactoring +******************************************************************************/ + +#ifndef _ZDODBG_H +#define _ZDODBG_H + +#include + +typedef enum _ZdoDbgCode_t +{ + ZDO_NULL_CONFIRM_MESSAGE = 0x5001, + ZDO_UNKNOWN_STATE_MESSAGE = 0x5004, + ZDO_UNEXPECTED_FAIL_CONFIRM_MESSAGE = 0x5005, + ZDO_UNKNOWN_NETWORK_START_TYPE_MESSAGE = 0x5006, + ZDO_STACK_RESET_FAIL_MESSAGE = 0x5007, + ZDO_UNKNOWN_ZDP_CLUSTER_MESSAGE = 0x5008, + ZDO_ILLEGAL_ADDRESS_MODE_MESSAGE = 0x5009, + ZDO_UNKNOWN_SECURITY_KEY_MESSAGE = 0x500A, + ZDO_UNEXPECTED_CALLBACK = 0x500B, + ZDO_NULL_CALLBACK_SET_TX_POWER_CONF_0 = 0x500E, + ZDO_NULL_CALLBACK_SET_TX_POWER_CONF_1 = 0x500F, + ZDO_NULL_CALLBACK_ENDTOENDAPPKEY_CONF = 0x5010, + ZDO_ZDP_MANAGER_QUEUE_EMPTY = 0x5013, + ZDO_INVALID_ZDP_REQUEST_STATE = 0x5014, + ZDO_DISCOVERY_MANAGER_UNKNOWN_REQ_CLUSTER = 0x5015, + ZDO_BIND_MANAGER_UNKNOWN_REQ_CLUSTER = 0x5016, + ZDO_NODE_MANAGER_UNKNOWN_REQ_CLUSTER = 0x5017, + ZDO_DISCOVERY_MANAGER_UNKNOWN_RESP_CLUSTER = 0x5018, + ZDO_BIND_MANAGER_UNKNOWN_RESP_CLUSTER = 0x5019, + ZDO_NODE_MANAGER_UNKNOWN_RESP_CLUSTER = 0x5020, + ZDO_NODE_MANAGER_INVALID_SRC_ADDR_MODE = 0x5021, + + ZDO_SECURITY_MANAGER_0 = 0x5030, + + ZDO_NWK_MANAGER_0 = 0x5040, + + ZDO_START_NETWORK_0 = 0x5050, + ZDO_START_NETWORK_1 = 0x5051, + ZDO_START_NETWORK_2 = 0x5052, + ZDO_START_NETWORK_3 = 0x5053, + ZDO_START_NETWORK_4 = 0x5054, + ZDO_START_NETWORK_5 = 0x5055, + ZDO_START_NETWORK_6 = 0x5056, + ZDO_START_NETWORK_7 = 0x5057, + ZDO_START_NETWORK_8 = 0x5058, + ZDO_START_NETWORK_9 = 0x5059, + ZDO_START_NETWORK_10 = 0x505a, + ZDO_START_NETWORK_11 = 0x505b, + ZDO_START_NETWORK_12 = 0x505c, + ZDO_START_NETWORK_13 = 0x505d, + ZDO_START_NETWORK_14 = 0x505e, + ZDO_START_NETWORK_15 = 0x505f, + ZDO_START_NETWORK_16 = 0x5060, + ZDO_START_NETWORK_17 = 0x5061, + ZDO_START_NETWORK_18 = 0x5062, + ZDO_START_NETWORK_19 = 0x5063, + + ZDO_RESET_NETWORK_0 = 0x5070, + ZDO_RESET_NETWORK_1 = 0x5071, + ZDO_RESET_NETWORK_2 = 0x5072, + ZDO_RESET_NETWORK_3 = 0x5073, + + ZDO_LEAVE_NETWORK_0 = 0x5090, + ZDO_LEAVE_NETWORK_1 = 0x5091, + ZDO_LEAVE_NETWORK_2 = 0x5092, + ZDO_LEAVE_NETWORK_3 = 0x5093, + + ZDO_TC_SWAPOUT_0 = 0x50a0, + ZDO_TC_SWAPOUT_1 = 0x50a1, + ZDO_TC_SWAPOUT_2 = 0x50a2, + ZDO_TC_SWAPOUT_3 = 0x50a3, + ZDO_TC_SWAPOUT_4 = 0x50a4, + ZDO_TC_SWAPOUT_5 = 0x50a5, + ZDO_TC_SWAPOUT_6 = 0x50a6, + ZDO_TC_SWAPOUT_7 = 0x50a7, + + ZDO_TC_KEEP_ALIVE_0 = 0x50b0, + + ZDO_POWER_MANAGER_0 = 0x50c0, + ZDO_POWER_MANAGER_1 = 0x50c1, + ZDO_POWER_MANAGER_2 = 0x50c2, + ZDO_POWER_MANAGER_3 = 0x50c3, + ZDO_POWER_MANAGER_4 = 0x50c4, + ZDO_POWER_MANAGER_5 = 0x50c5, + ZDO_POWER_MANAGER_6 = 0x50c6, + ZDO_POWER_MANAGER_7 = 0x50c7, + + ZDO_MEMORY_CORRUPTION_0 = 0x50d0, + ZDO_MEMORY_CORRUPTION_1 = 0x50d1, + + ZDO_RESET_0 = 0x50e0, + ZDO_RESET_1 = 0x50e1, + ZDO_RESET_2 = 0x50e2, + ZDO_RESET_3 = 0x50e3, + + ZDOENDDEVICEBINDING_ENDDEVICEBINDINGIND_0 = 0x50f0, + ZDOENDDEVICEBINDING_SAVESECONDENDDEVICEBINDINGREQ_0 = 0x50f1, + ZDOENDDEVICEBINDING_ENDDEVICEBINDINGRESPONSECREATE_0 = 0x50f2, + ZDOENDDEVICEBINDING_ENDDEVICEBINDINGRESPONSECREATE_1 = 0x50f3, + ZDOENDDEVICEBINDING_SENDNEXTBINDREQ_0 = 0x50f4, + ZDOENDDEVICEBINDING_ENDDEVICEBINDINGREQUESTCREATE_0 = 0x50f5, + ZDOENDDEVICEBINDING_ENDDEVICEBINDINGREQUESTCREATE_1 = 0x50f6, + ZDOENDDEVICEBINDING_PREPAREFIRSTUNBINDREQ_0 = 0x50f7, + + ZDOBINDING_GENERATEUNBINDBINDREQ_0 = 0x5100, + ZDOBINDING_UNBINDBINDIND_0 = 0x5101, + ZDOBINDING_UNBINDBINDIND_1 = 0x5102, + ZDOBINDING_MGMTBINDIND_0 = 0x5103, + ZDOBINDING_INITDSTADDRESS_0 = 0x5104 +} ZdoDbgCode_t; + +#endif // _ZDODBG_H + +// eof zdoDbg.h -- cgit v1.2.3