Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Platform/SystemCall.h

Go to the documentation of this file.
00001 /** 
00002 * @file  Platform/SystemCall.h
00003 * @brief static class for system calls from the non NDA classes
00004 *
00005 * Inclusion of platform dependend definitions of system calls. 
00006 *
00007 * @author <a href="mailto:martin@martin-loetzsch.de">Martin Lötzsch</a>
00008 */
00009 
00010 #ifdef APERIOS1_3_2
00011 #include "Aperios1.3.2/SystemCall.h"
00012 #define SYSTEMCALL_INCLUDED
00013 #endif
00014 
00015 #ifdef _WIN32
00016 #include "Win32/SystemCall.h"
00017 #define SYSTEMCALL_INCLUDED
00018 #endif
00019 
00020 #ifdef LINUX
00021 #include "Linux/SystemCall.h"
00022 #define SYSTEMCALL_INCLUDED
00023 #endif
00024 
00025 #ifdef CYGWIN
00026 #include "Linux/SystemCall.h"
00027 #define SYSTEMCALL_INCLUDED
00028 #endif
00029 
00030 #ifndef SYSTEMCALL_INCLUDED
00031 #error Unknown platform
00032 #endif

Generated on Mon Mar 20 22:00:00 2006 for GT2005 by doxygen 1.3.6