]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/orte_all.h
updated email address - petr@smoliku.cz
[orte.git] / orte / include / orte_all.h
1 /*
2  *  $Id: orte.h,v 0.0.0.1               2003/08/21 
3  *
4  *  -------------------------------------------------------------------  
5  *                                ORTE                                 
6  *                      Open Real-Time Ethernet                       
7  *                                                                    
8  *                      Copyright (C) 2001-2006                       
9  *  Department of Control Engineering FEE CTU Prague, Czech Republic  
10  *                      http://dce.felk.cvut.cz                       
11  *                      http://www.ocera.org                          
12  *                                                                    
13  *  Author:              Petr Smolik    petr@smoliku.cz             
14  *  Advisor:             Pavel Pisa                                   
15  *  Project Responsible: Zdenek Hanzalek                              
16  *  --------------------------------------------------------------------
17  *
18  *  This program is free software; you can redistribute it and/or modify
19  *  it under the terms of the GNU General Public License as published by
20  *  the Free Software Foundation; either version 2 of the License, or
21  *  (at your option) any later version.
22  *  
23  *  This program is distributed in the hope that it will be useful,
24  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
25  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26  *  GNU General Public License for more details.
27  *  
28  */
29
30 #ifndef _ORTE_H
31 #define _ORTE_H
32
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36
37 #define orte_assert(x)
38
39 #include "orte_headers.h"
40 #include "orte/cdr.h"
41 #include "ul_gavl.h"
42 #include "ul_gavlcust.h"
43 #include "ul_gavlflesint.h"
44 #include "ul_gavlrepcust.h"
45 #include "ul_list.h"
46 #include "orte/typedefs_defines_rtps.h"
47 #include "ul_htimer.h"          //after typedefs_defines_rtps.h 
48 #include "defines.h"
49 #include "orte/defines_api.h"
50 #include "orte/typedefs_api.h"
51 #include "typedefs.h"
52 #include "protos.h"
53 #include "orte/protos_api.h"
54 #include "globals.h"
55 #include "rtps_endian.h"
56
57 #ifdef __cplusplus
58 } /* extern "C"*/
59 #endif
60
61 #endif /* _ORTE_H */