Wiselib
wiselib.stable/external_interface/external_interface.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  ** This file is part of the generic algorithm library Wiselib.           **
00003  ** Copyright (C) 2008,2009 by the Wisebed (www.wisebed.eu) project.      **
00004  **                                                                       **
00005  ** The Wiselib is free software: you can redistribute it and/or modify   **
00006  ** it under the terms of the GNU Lesser General Public License as        **
00007  ** published by the Free Software Foundation, either version 3 of the    **
00008  ** License, or (at your option) any later version.                       **
00009  **                                                                       **
00010  ** The Wiselib is distributed in the hope that it will be useful,        **
00011  ** but WITHOUT ANY WARRANTY; without even the implied warranty of        **
00012  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         **
00013  ** GNU Lesser General Public License for more details.                   **
00014  **                                                                       **
00015  ** You should have received a copy of the GNU Lesser General Public      **
00016  ** License along with the Wiselib.                                       **
00017  ** If not, see <http://www.gnu.org/licenses/>.                           **
00018  ***************************************************************************/
00019 #ifndef __EXTERNAL_INTERFACE_FIRMWARE_H__
00020 #define __EXTERNAL_INTERFACE_FIRMWARE_H__
00021 
00022 
00023 #ifndef WISELIB_BUILD_ONLY_STABLE
00024 #include "external_interface/external_interface_testing.h"
00025 #endif
00026 
00027 
00028 #include "external_interface/facet_provider.h"
00029 #include "external_interface/wiselib_application.h"
00030 
00031 #ifdef ISENSE
00032 #include "external_interface/isense/isense_os.h"
00033 #include "external_interface/isense/isense_radio.h"
00034 #include "external_interface/isense/isense_timer.h"
00035 #include "external_interface/isense/isense_debug.h"
00036 #include "external_interface/isense/isense_types.h"
00037 #include "external_interface/isense/isense_facet_provider.h"
00038 #include "external_interface/isense/isense_wiselib_application.h"
00039 #endif
00040 
00041 #ifdef __SCATTERWEB__
00042 #include "external_interface/scw/scw_os.h"
00043 #include "external_interface/scw/scw_radio.h"
00044 #include "external_interface/scw/scw_timer.h"
00045 #include "external_interface/scw/scw_debug.h"
00046 #endif
00047 
00048 #ifdef SHAWN
00049 #include "external_interface/shawn/shawn_os.h"
00050 #include "external_interface/shawn/shawn_radio.h"
00051 #include "external_interface/shawn/shawn_timer.h"
00052 #include "external_interface/shawn/shawn_debug.h"
00053 #include "external_interface/shawn/shawn_types.h"
00054 #include "external_interface/shawn/shawn_facet_provider.h"
00055 #include "external_interface/shawn/shawn_wiselib_application.h"
00056 #endif
00057 
00058 #ifdef CONTIKI
00059 #include "external_interface/contiki/contiki_os.h"
00060 #include "external_interface/contiki/contiki_radio.h"
00061 #include "external_interface/contiki/contiki_timer.h"
00062 #include "external_interface/contiki/contiki_debug.h"
00063 #include "external_interface/contiki/contiki_facet_provider.h"
00064 #endif
00065 
00066 #ifdef WISELIB_OSA
00067 #include "external_interface/osa/osa_os.h"
00068 #include "external_interface/osa/osa_radio.h"
00069 #include "external_interface/osa/osa_timer.h"
00070 #include "external_interface/osa/osa_debug.h"
00071 #endif
00072 
00073 #ifdef LORIEN
00074 #include "external_interface/lorien/lorien_os.h"
00075 #include "external_interface/lorien/lorien_radio.h"
00076 #include "external_interface/lorien/lorien_timer.h"
00077 #include "external_interface/lorien/lorien_debug.h"
00078 #include "external_interface/lorien/lorien_facet_provider.h"
00079 #include "external_interface/lorien/lorien_wiselib_application.h"
00080 #endif
00081 
00082 #ifdef LORIEN_COMPONENT_CONSTRUCTION
00083 #include "external_interface/lorien/lorien_os_component.h"
00084 #endif
00085 
00086 #ifdef TINYOS
00087 #include "external_interface/tinyos/tinyos_os.h"
00088 #include "external_interface/tinyos/tinyos_radio.h"
00089 #include "external_interface/tinyos/tinyos_timer.h"
00090 #include "external_interface/tinyos/tinyos_debug.h"
00091 #include "external_interface/tinyos/tinyos_facet_provider.h"
00092 #include "external_interface/tinyos/tinyos_wiselib_application.h"
00093 #endif
00094 
00095 #ifdef FEUERWARE
00096 #include "external_interface/feuerwhere/feuerwhere_os.h"
00097 #include "external_interface/feuerwhere/feuerwhere_timer.h"
00098 #include "external_interface/feuerwhere/feuerwhere_cc1100_radio.h"
00099 #include "external_interface/feuerwhere/feuerwhere_debug.h"
00100 #include "external_interface/feuerwhere/feuerwhere_types.h"
00101 #endif
00102 
00103 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines