]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/orte_all.h
ORTEDomain: Refactor initialization of task properties
[orte.git] / orte / include / orte_all.h
index b0dde02153afcc9d6082c2993318836a27eab17b..89c9f49bb2d07931c6ec2f1f7764d9283d2116ae 100644 (file)
 /*
- *  $Id: orte_all.h,v 0.0.0.1           2003/08/21 
+ *  $Id: orte.h,v 0.0.0.1               2003/08/21
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
+ *  -------------------------------------------------------------------
+ *                                ORTE
+ *                      Open Real-Time Ethernet
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *                      Copyright (C) 2001-2006
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic
+ *                      http://dce.felk.cvut.cz
+ *                      http://www.ocera.org
+ *
+ *  Author:              Petr Smolik   petr@smoliku.cz
+ *  Advisor:             Pavel Pisa
+ *  Project Responsible: Zdenek Hanzalek
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  */
 
-#ifndef _ORTE_ALL_H
-#define _ORTE_ALL_H
+#ifndef _ORTE_H
+#define _ORTE_H
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#ifdef HAVE_CONFIG_H
-  #include "orte_config.h"
-#elif defined OMK_FOR_USER
-  #include "orte_config_omk_unix.h"
-#elif defined OMK_FOR_WIN32
-  #include "orte_config_omk_win32.h"
-#elif defined OMK_FOR_KERNEL
-  #include "orte_config_omk_rtl.h"
-#endif
-
-#ifdef HAVE_ARPA_INET_H
-  #include <arpa/inet.h>
-#endif
-#ifdef HAVE_FCNTL_H
-  #include <fcntl.h>
-#endif
-#ifdef HAVE_STDIO_H
-  #include <stdio.h>
-#endif
-#ifdef HAVE_NETDB_H
-  #include <netdb.h>
-#endif
-#ifdef HAVE_NETINET_IN_H
-  #include <netinet/in.h>
-#endif
-#ifdef HAVE_STDLIB_H
-  #include <stdlib.h>
-#endif
-#ifdef HAVE_STRING_H
-  #include <string.h>
-#endif
-#ifdef HAVE_SYS_IOCTL_H
-  #include <sys/ioctl.h>
-#endif
-#ifdef HAVE_SYS_SOCKET
-  #include <sys/socket.h>
-#endif
-#ifdef HAVE_SYS_TIME_H
-  #include <sys/time.h>
-#endif
-#ifdef HAVE_UNISTD_H
-  #include <unistd.h>
-#endif
-#ifdef HAVE_PTHREAD_H
-  #include <pthread.h>
-#endif
-#ifdef HAVE_STDARG_H
-  #include <stdarg.h>
-#endif
-#ifdef HAVE_SYS_TYPES_H
-  #include <sys/types.h>
-#endif
-#ifdef HAVE_NET_IF_H
-  #include <net/if.h>
-#endif
-#ifdef HAVE_BYTESWAP_H
-  #include <byteswap.h>
-#endif
-#ifdef HAVE_CTYPE_H
-  #include <ctype.h>
-#endif
-#ifdef HAVE_SEMAPHORE_H
-  #include <semaphore.h>
-#endif
-#ifdef HAVE_GETOPT_H
-  #include <getopt.h>
-#endif
-#ifdef HAVE_SIGNAL_H
-  #include <signal.h>
-#endif
-//win32 headers
-#ifdef HAVE_WINSOCK2_H
-  #include <winsock2.h>
-#endif
-#ifdef HAVE_WS2TCPIP_H
-  #include <ws2tcpip.h>
-#endif
-#ifdef HAVE_WINDOWS_H
-  #include <windows.h>
-#endif
-//kernel headers
-#ifdef HAVE_ASM_BYTEORDER_H
-  #include <asm/byteorder.h>
-#endif
-#ifdef HAVE_LINUX_CTYPE_H
-  #include <linux/ctype.h>
-#endif
-#ifdef HAVE_LINUX_STRING_H
-  #include <linux/string.h>
-#endif
-#ifdef HAVE_LINUX_MODULE_H
-  #include <linux/module.h>
-#endif
-#ifdef HAVE_LINUX_IF_H
-  #include <linux/if.h>
-#endif
-#ifdef HAVE_LINUX_SOCKET_H
-  #include <linux/socket.h>
-#endif
-#ifdef HAVE_LINUX_TIME_H
-  #include <linux/time.h>
-#endif
-#ifdef HAVE_LINUX_TYPES_H
-  #include <linux/types.h>
-#endif
-#ifdef HAVE_LINUX_IN_H
-  #include <linux/in.h>
-#endif
-//RTL headers
-#ifdef HAVE_RTL_H
-  #include <rtl.h>
-#endif
-#ifdef HAVE_RTL_MALLOC_H
-  #include <rtl_malloc.h>
-#endif
-#ifdef HAVE_UDP_H
-  #include <udp.h>
-#endif
-#ifdef HAVE_NIC_H
-  #include <nic.h>
-#endif
-#ifdef HAVE_NICTAB_H
-  #include <nictab.h>
-#endif
-#ifdef HAVE_TIME_H
-  #include <time.h>
-#endif
-//RTAI headers
-#ifdef HAVE_RTNET_H
-  #include <rtnet.h>
-#endif
-
-#ifdef CONFIG_ORTE_UNIX
-  #define SOCK_BSD       
-#elif defined _WIN32
-  #define SOCK_WIN
-  #ifndef HAVE_CONFIG_H
-    #include "config.h.undef"
-    #if defined(_MSC_VER) || defined (_OMK_UNIX) 
-      #ifndef inline
-        #define inline _inline
-      #endif
-      #include <stdio.h>
-      #include <stdlib.h>
-      #include <stdarg.h>
-      #include <string.h>
-      #include <winsock2.h>
-      #include <ws2tcpip.h>
-      #include <windows.h>
-    #endif
-  #endif
-  #include <win32/pthread.h>
-  #include <win32/semaphore.h>
-  #include <win32/timeval.h>
-  #ifndef __GETOPT_H__  //mingw
-    #include <win32/getopt.h>
-  #endif
-  #include <ew_types.h>
-  #define ioctl ioctlsocket
-#elif defined CONFIG_ORTE_RTL
-  #define SOCK_RTL
-  #include <rtl/compat.h>
-  #include <rtl/rwlock.h>
-#elif defined CONFIG_ORTE_RTAI
-  #define SOCK_BSD  
-  #include <rtai/compat.h>
-#endif
+#include "orte_headers.h"
+#include "orte/cdr.h"
+#include "ul_gavl.h"
+#include "ul_gavlcust.h"
+#include "ul_gavlflesint.h"
+#include "ul_gavlrepcust.h"
+#include "ul_list.h"
+#include "orte/typedefs_defines_rtps.h"
+#include "ul_htimer.h"          //after typedefs_defines_rtps.h
+#include "defines.h"
+#include "orte/defines_api.h"
+#include "orte/typedefs_api.h"
+#include "typedefs.h"
+#include "protos.h"
+#include "orte/protos_api.h"
+#include "globals.h"
+#include "rtps_endian.h"
 
 #ifdef __cplusplus
 } /* extern "C"*/
 #endif
 
-#endif /* _ORTE_ALL_H */
+#endif /* _ORTE_H */