]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/orte.h
b4114f8ed0f3b10ceaea46fcde94ee44b00d7e67
[orte.git] / orte / include / orte.h
1 /*
2  *  $Id: orte_api.h.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.smolik@wo.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_API_H
31 #define _ORTE_API_H
32
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36
37 #ifdef _MSC_VER
38   #include <orte/ew_types.h>
39 #elif defined(__ANDROID__) && !defined(HAVE_CONFIG_H) && !defined(OMK_FOR_USER) && !defined(OMK_FOR_KERNEL)
40   #include "orte/orte_config_android.h"
41 #else
42   #include <orte/orte_config.h>
43 #endif
44
45 #ifdef HAVE_STDINT_H
46   #include <stdint.h>
47 #elif defined HAVE_SYS_TYPES_H
48   #include <sys/types.h>
49 #elif defined HAVE_LINUX_TYPES_H
50   #include <linux/types.h>
51 #endif
52
53 #include <orte/basic_types.h>
54 #include <orte/cdr.h>
55 #include <orte/typedefs_defines_rtps.h>
56 #include <orte/defines_api.h>
57 #include <orte/typedefs_api.h>
58 #include <orte/protos_api.h>
59
60 #ifdef __cplusplus
61 } /* extern "C"*/
62 #endif
63
64 #endif /* _ORTE_API_H */