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

Tglobals.h の解説

アーキテクチャ依存の部分はなるべくこのファイルで吸収します. [詳細]

#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
#include <X11/keysym.h>
#include <X11/xpm.h>
#include <stdio.h>
#include <string.h>
#include <fstream>
#include <typeinfo>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <fcntl.h>
#include <errno.h>
#include <math.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>
#include <sys/wait.h>
#include <termios.h>
#include <term.h>
#include <ncurses.h>
#include <limits.h>
#include <values.h>
#include <libgen.h>
#include <pwd.h>
#include <grp.h>
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
#include <sys/mman.h>
#include <sys/times.h>
#include <zlib.h>
#include <pthread.h>
#include <sys/socket.h>
#include <regex.h>
#include <linux/param.h>
#include "Ttypes.h"
#include <getopt.h>
#include <syslog.h>
#include <stdarg.h>
#include "TUtilities.hh"

Tglobals.hのインクルード依存関係図

Include dependency graph

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

Included by dependency graph

ソースコードを見る。

Typedef

typedef pid_t Tpid_t
typedef time_t Ttime_t
typedef off_t Toff_t
typedef clock_t Tclock_t
typedef z_stream Tzstream
typedef Byte Tbyte
typedef pthread_t Tthread_t
typedef socklen_t Tsocklen_t
typedef regex_t Tregex_t
typedef regmatch_t Tregmatch_t
typedef __caddr_t caddr_t
typedef caddr_t Tcaddr_t

変数

Tcharoptarg
Tint optind
Tint opterr
Tint optopt
Tchar ** environ


解説

アーキテクチャ依存の部分はなるべくこのファイルで吸収します.

作者:
Go IWAI <goiwai@users.sourceforge.jp>
Id:
Tglobals.h,v 1.8 2004/01/19 21:09:43 goiwai Exp
Name:
CLDAQ-1-12-00
Log:
Tglobals.h,v
Revision 1.8 2004/01/19 21:09:43 goiwai プリプロセッサの接頭辞をCLDAQ__に変更しました.

Revision 1.7 2003/12/04 23:20:52 goiwai DEBUGのときなんかにわりと便利な CLDAQ_DEBUG() マクロあたりをのちょい修整.

Revision 1.6 2003/11/03 08:39:23 goiwai Doxygen用のタグとコメントをうつ試みを開始しました.

Revision 1.5 2003/11/03 08:35:15 goiwai Doxygen用のタグとコメントをうちこんでいく試みを開始しました.

Revision 1.4 2003/10/06 16:38:26 goiwai empty log message ***

Revision 1.3 2003/08/12 11:26:49 goiwai include <typeinfo> を追加しました.

Revision 1.2 2003/07/30 16:21:21 goiwai ファイルにコミットログをつけることにしました.


Typedef の解説

typedef __caddr_t caddr_t
 

typedef Byte Tbyte
 

typedef caddr_t Tcaddr_t
 

typedef clock_t Tclock_t
 

typedef off_t Toff_t
 

typedef pid_t Tpid_t
 

typedef regex_t Tregex_t
 

typedef regmatch_t Tregmatch_t
 

typedef socklen_t Tsocklen_t
 

typedef pthread_t Tthread_t
 

typedef time_t Ttime_t
 

typedef z_stream Tzstream
 


変数の解説

Tchar** environ
 

Tchar* optarg
 

Tint opterr
 

Tint optind
 

Tint optopt
 


CLDAQ - a Class Library for Data AcQuisition (Version 1.12.0)
Go IWAI <goiwai@users.sourceforge.jp>