メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

Tglobals.h

解説を見る。
00001 // =====================================================================
00026 // =====================================================================
00027 #ifndef CLDAQ_IODLL__TGLOBALS_H
00028 #define CLDAQ_IODLL__TGLOBALS_H
00029 
00030 #include <stdio.h>
00031 #include <string.h>
00032 #include <fstream>
00033 #include <typeinfo>
00034 #include <stdlib.h>
00035 #include <sys/types.h>
00036 #include <sys/stat.h>
00037 #include <sys/un.h>
00038 #include <fcntl.h>
00039 #include <errno.h>
00040 #include <math.h>
00041 #include <netinet/in.h>
00042 #include <arpa/inet.h>
00043 #include <netdb.h>
00044 #include <signal.h>
00045 #include <sys/ioctl.h>
00046 #include <sys/ipc.h>
00047 #include <sys/sem.h>
00048 #include <sys/shm.h>
00049 #include <sys/wait.h>
00050 #include <termios.h>
00051 #include <term.h>
00052 #include <ncurses.h>
00053 #include <limits.h>
00054 #include <values.h>
00055 #include <libgen.h>
00056 #include <pwd.h>
00057 #include <grp.h>
00058 
00059 #include <unistd.h>
00060 #include <sys/time.h>
00061 #include <time.h>
00062 typedef pid_t Tpid_t;
00063 typedef time_t Ttime_t;
00064 
00065 #include <sys/mman.h>
00066 typedef off_t Toff_t;
00067 
00068 #include <sys/times.h>
00069 typedef clock_t Tclock_t;
00070 
00071 #include <zlib.h>
00072 typedef z_stream Tzstream;
00073 typedef Byte Tbyte;
00074 
00075 #include <sys/socket.h>
00076 typedef socklen_t Tsocklen_t;
00077 
00078 #include "syslog.h"
00079 #include <stdarg.h>
00080 
00081 #ifdef __CLDAQ_ROOT_DLL
00082 #include <Rtypes.h>
00083 #endif
00084 
00085 #include "Ttypes.h"
00086 
00087 #endif


CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp