00001 /*========================================================================= 00002 Simulatom Source Code Release 00003 ------------------------------------------------------------------------- 00004 Copyright (C) 2003 Michel Dubois and Yann Le Guyadec 00005 {Michel.Dubois, Yann.Le-Guyadec}@univ-ubs.fr 00006 University of South Britanny 00007 ------------------------------------------------------------------------- 00008 This software is distributed under the GNU General Public License, 00009 version 2. If you do not have a copy of this licence, visit 00010 www.gnu.org, or write: Free Software Foundation, 59 Temple Place, 00011 Suite 330 Boston, MA 02111-1307 USA. This program is distributed 00012 in the hope that it will be useful, but WITHOUT ANY WARRANTY, 00013 including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00014 -------------------------------------------------------------------------*/ 00015 00016 /* 00017 * changes : 00018 * - 05/12/03 MD Creation ! 00019 */ 00020 00021 00022 #ifndef __API__ 00023 #define __API__ 00024 00025 #include "Accelerometer.h" 00026 #include "Atom.h" 00027 #include "CartesianPosition.h" 00028 #include "Clock.h" 00029 #include "ForceSensor.h" 00030 #include "IRReceiver.h" 00031 #include "IRSender.h" 00032 #include "Leg.h" 00033 #include "Molecule.h" 00034 #include "Sensor.h" 00035 #include "ServoMotor.h" 00036 #include "Time.h" 00037 #include "TouchSensor.h" 00038 00050 namespace API { 00051 } 00052 00053 #endif // __API__