Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/QNX4/System.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__System_HPP__
00002 #define __J2K__System_HPP__
00003 
00004   #include <j2k/Fred/Basic.hpp>   // Standard I/O & Lib, and IOStream
00005 
00006   // Must be used for QNX 4.25 systems...
00007 
00008   // Kernel and General library
00009   #include <process.h>
00010   #include <errno.h>
00011   #include <math.h>
00012   #include <conio.h>
00013   #include <i86.h>
00014   #include <fcntl.h>
00015   #include <unistd.h>
00016   #include <termios.h>
00017   #include <time.h>
00018   #include <String.h>
00019 
00020 // #include <string.h>
00021 
00022   // System Header Files...
00023   #include <sys/types.h>
00024   #include <sys/stat.h>
00025   #include <sys/dev.h>
00026   #include <sys/proxy.h>
00027   #include <sys/kernel.h>
00028   #include <sys/sched.h>
00029 
00030   #include <assert.h>
00031   #include <semaphore.h>
00032   #include <signal.h>
00033   #include <sys/time.h>
00034 
00035 
00036   // Needed by the Thread Class and other function too !
00037   // Look for the example in _begin_thread( ... );
00038 
00039   #ifdef __386__
00040      #define FAR
00041    #else
00042       // Needed for old processors:  8080, 8086, 286
00043      #define FAR __far
00044    #endif
00045 
00046 #endif

Generated on Sun Oct 14 18:46:42 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001