summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/NWK/include/nwkConfigServer.h
blob: 3a2f70c48ee16c63144ec7014015098cc4824dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/**************************************************************************//**
 \file nwkConfigServer.h

 \brief The data types necessary for building of the ConfigServer.

 \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:
    2009-04-13 Max Gekk - Created.
   Last change:
    $Id: nwkConfigServer.h 18049 2011-07-20 13:08:36Z mgekk $
 ******************************************************************************/
#if !defined _NWK_CONFIG_SERVER_H
#define _NWK_CONFIG_SERVER_H

/******************************************************************************
                               Definitions section
 ******************************************************************************/
#ifndef NWK_PRIVATE
  #define NWK_PRIVATE
#endif /* #ifndef NWK_PRIVATE */

/******************************************************************************
                                Includes section
 ******************************************************************************/
#include <nwkTx.h>
#include <nwkPacket.h>
#include <nwkJoinInd.h>
#include <nwkRoutingTable.h>
#include <nwkRouteDiscoveryTable.h>
#include <nwkRouteDiscovery.h>
#include <nwkAddressMap.h>
#include <nwkBTT.h>
#include <nwkRouteCache.h>
#include <nwkGroup.h>
#include <nwkIB.h>
#include <nwkPassiveAck.h>

#endif /* _NWK_CONFIG_SERVER_H */
/** eof nwkConfigServer.h */