Changed LICENSE. Now referenced to web site and file on project root directory
[anna.git] / include / anna / timex / timex.hpp
1 // ANNA - Anna is Not Nothingness Anymore                                                         //
2 //                                                                                                //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
4 //                                                                                                //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite                           //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7
8
9 #ifndef anna_timex_timex_hpp
10 #define anna_timex_timex_hpp
11
12 namespace anna {
13 /**
14 Proporciona las clases necesarias para el control de tiempos.
15
16 El ejecutable debera enlazarse con los modulos:
17    \li ANNA.core
18    \li ANNA.xml
19    \li ANNA.app
20    \li ANNA.comm
21    \li ANNA.timex
22
23 El <b>Packet Header</b> es anna.timex.h
24 */
25 namespace timex {
26 }
27 }
28
29 #include <anna/timex/Clock.hpp>
30 #include <anna/timex/Context.hpp>
31 #include <anna/timex/Engine.hpp>
32 #include <anna/timex/TimeEvent.hpp>
33 #include <anna/timex/Timer.hpp>
34 #include <anna/timex/Meter.hpp>
35 #include <anna/timex/MicroMeter.hpp>
36
37 using namespace anna::timex;
38
39 #endif
40