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 --- .../MAC_HWI/include/machwiAssociateHandler.h | 101 --------------------- 1 file changed, 101 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiAssociateHandler.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiAssociateHandler.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiAssociateHandler.h b/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiAssociateHandler.h deleted file mode 100644 index 85c733e6..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/MAC_PHY/MAC_HWI/include/machwiAssociateHandler.h +++ /dev/null @@ -1,101 +0,0 @@ -/****************************************************************************** - \file machwiAssociateHandler.h - - \brief machwiAssociateHandler header file. - - \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: - 15/06/07 ALuzhetsky - Created. -******************************************************************************/ - -#ifndef _MACHWIASSOCIATEHANDLER_H -#define _MACHWIASSOCIATEHANDLER_H - -/****************************************************************************** - Includes section. -******************************************************************************/ -#include - -/****************************************************************************** - Types section -******************************************************************************/ -typedef enum -{ - MACHWI_IDLE_ASSOCIATE_STATE, - MACHWI_SET_CHANNEL_ASSOCIATE_STATE, - MACHWI_SET_PAGE_ASSOCIATE_STATE, - MACHWI_SET_COORD_PAN_ID_ASSOCIATE_STATE, - MACHWI_SET_SHORT_ADDR_ASSOCIATE_STATE, - MACHWI_CLR_RX_ON_WHEN_IDLE_ASSOCIATE_STATE, - MACHWI_TX_ASSOCIATE_REQUEST_ASSOCIATE_STATE, - MACHWI_WAIT_TX_DATA_REQUEST_ASSOCIATE_STATE, - MACHWI_TX_DATA_REQUEST_ASSOCIATE_STATE, - MACHWI_WAIT_ASSOCIATE_RESP_FRAME_ASSOCIATE_STATE, - MACHWI_SET_TRX_OFF_ASSOCIATE_STATE, -} MachwiAssociateState_t; - -/****************************************************************************** - Prototypes section -******************************************************************************/ -/****************************************************************************** - Checks associate request parameters, sends associate and data request commands. - Waits for the responce. - Parameters: - none. - Returns: - current status of operation (success or "in progress"). -******************************************************************************/ -MachwiHandlerResult_t machwiAssociateReqHandler(void); - -#ifdef _FFD_ -/****************************************************************************** - Checks associate responce parameters, and puts the responce to the transaction - queue. - Parameters: - none. - Returns: - current status of operation (success or "in progress"). -******************************************************************************/ -MachwiHandlerResult_t machwiAssociateRespHandler(void); -#endif //_FFD_ - -/****************************************************************************** - Indicates, that associate response command frame was received. - Parameters: - associateRespDescr - associate response command frame description. - Returns: - none. -******************************************************************************/ -void machwiAssociateRespInd(MAC_FrameDescr_t *associateRespDescr); - -#ifdef _FFD_ -/****************************************************************************** - Indicates, that associate request command frame was received. - Parameters: - associateReqDescr - associate request command frame description. - Returns: - none. -******************************************************************************/ -void machwiAssociateReqInd(MAC_FrameDescr_t *associateReqDescr); -#endif //_FFD_ - -/****************************************************************************** - Resets associate handler. - Parameters: - none. - Returns: - none. -******************************************************************************/ -void machwiResetAssociateHandler(void); - - -#endif /* _MACHWIASSOCIATEHANDLER_H */ - -// eof machwiAssociateHandler.h -- cgit v1.2.3