Cafer_core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
cafer_core.hpp
Go to the documentation of this file.
1 //| This file is a part of the CAFER framework developped within
2 //| the DREAM project (http://www.robotsthatdream.eu/).
3 //| Copyright 2015, ISIR / Universite Pierre et Marie Curie (UPMC)
4 //| Main contributor(s):
5 //| * Stephane Doncieux, stephane.doncieux@isir.upmc.fr
6 //| * Léni Le Goff, le_goff@isir.upmc.fr
7 //|
8 //| This experiment allows to generate neural networks for simple
9 //| navigation tasks (obstacle avoidance and maze navigation).
10 //|
11 //| This software is governed by the CeCILL license under French law
12 //| and abiding by the rules of distribution of free software. You
13 //| can use, modify and/ or redistribute the software under the terms
14 //| of the CeCILL license as circulated by CEA, CNRS and INRIA at the
15 //| following URL "http://www.cecill.info".
16 //|
17 //| As a counterpart to the access to the source code and rights to
18 //| copy, modify and redistribute granted by the license, users are
19 //| provided only with a limited warranty and the software's author,
20 //| the holder of the economic rights, and the successive licensors
21 //| have only limited liability.
22 //|
23 //| In this respect, the user's attention is drawn to the risks
24 //| associated with loading, using, modifying and/or developing or
25 //| reproducing the software by the user in light of its specific
26 //| status of free software, that may mean that it is complicated to
27 //| manipulate, and that also therefore means that it is reserved for
28 //| developers and experienced professionals having in-depth computer
29 //| knowledge. Users are therefore encouraged to load and test the
30 //| software's suitability as regards their requirements in conditions
31 //| enabling the security of their systems and/or data to be ensured
32 //| and, more generally, to use and operate it in the same conditions
33 //| as regards security.
34 //|
35 //| The fact that you are presently reading this means that you have
36 //| had knowledge of the CeCILL license and that you accept its terms.
37 
38 #ifndef _CAFER_CORE_HPP
39 #define _CAFER_CORE_HPP
40 
41 #include "cafer_core/aliases.hpp"
42 #include "cafer_core/component.hpp"
43 #include "cafer_core/manager.hpp"
44 
45 #endif //_CAFER_CORE_HPP