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

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"

system/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


Typedef の解説

typedef __caddr_t caddr_t
 

system/Tglobals.h103 行で定義されています。

typedef Byte Tbyte
 

system/Tglobals.h88 行で定義されています。

typedef caddr_t Tcaddr_t
 

system/Tglobals.h105 行で定義されています。

呼出 TVmeModule::GetBaseAddress(), TVmeModule::operator=(), と TVmeModule::TVmeModule().

typedef clock_t Tclock_t
 

system/Tglobals.h83 行で定義されています。

typedef off_t Toff_t
 

system/Tglobals.h80 行で定義されています。

typedef pid_t Tpid_t
 

system/Tglobals.h76 行で定義されています。

typedef regex_t Tregex_t
 

system/Tglobals.h98 行で定義されています。

呼出 TRegularExpression::Compile(), と TRegularExpression::GetCompiledPattern().

typedef regmatch_t Tregmatch_t
 

system/Tglobals.h99 行で定義されています。

呼出 TRegularExpression::Compile(), TRegularExpression::GetMatch(), と TRegularExpression::GetSubMatch().

typedef socklen_t Tsocklen_t
 

system/Tglobals.h95 行で定義されています。

typedef pthread_t Tthread_t
 

system/Tglobals.h92 行で定義されています。

呼出 TAnalysisStatusTable::GetThreadID(), TAnalysisStatus::GetThreadID(), TRunManager::GetThreadOfEventLoop(), TRunManager::TRunManager(), と TAnalysisManager::WaitReturnFromAnalysisLoop().

typedef time_t Ttime_t
 

system/Tglobals.h77 行で定義されています。

typedef z_stream Tzstream
 

system/Tglobals.h87 行で定義されています。


変数の解説

Tchar** environ
 

system/Tglobals.h130 行で定義されています。

呼出 TEnvironmentVariableTable::ResetEnvironment().

Tchar* optarg
 

system/Tglobals.h127 行で定義されています。

呼出 TArgument::Analyse().

Tint opterr
 

system/Tglobals.h128 行で定義されています。

Tint optind
 

system/Tglobals.h128 行で定義されています。

呼出 TArgument::Analyse().

Tint optopt
 

system/Tglobals.h128 行で定義されています。



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