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

Tglobals.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 <sys/socket.h>
#include "syslog.h"
#include <stdarg.h>
#include "Ttypes.h"

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

Include 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 socklen_t Tsocklen_t


Typedef の解説

typedef Byte Tbyte
 

rootmodules/IO/Tglobals.h73 行で定義されています。

呼出 TDataDeflation::Compress(), TDataInflation::Decompress(), TDataSegment::Deserialize(), TDataSection::Deserialize(), TDataRecord::Deserialize(), TDecompressObjectFilter::Filtering(), TDataInflation::operator=(), TDataDeflation::operator=(), TDataSegment::Serialize(), TDataSection::Serialize(), TDataRecord::Serialize(), TDataInflation::SetOutputBuffer(), と TDataDeflation::SetOutputBuffer().

typedef clock_t Tclock_t
 

rootmodules/IO/Tglobals.h69 行で定義されています。

呼出 TSystemTimer::GetRealElapsedTime(), TSystemTimer::GetSystemElapsedTime(), TSystemTimer::GetTotalIdlingTime(), TSystemTimer::GetTotalRunningTime(), と TSystemTimer::GetUserElapsedTime().

typedef off_t Toff_t
 

rootmodules/IO/Tglobals.h66 行で定義されています。

呼出 TVmeModule::GetOffsetAddress(), TVmeMpx201aModule::GetOffsetAddressForDaughterBoard(), と TVmeMpx201aModule::SetOffsetAddressForDaughterBoard().

typedef pid_t Tpid_t
 

rootmodules/IO/Tglobals.h62 行で定義されています。

typedef socklen_t Tsocklen_t
 

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

呼出 TInputObjectSocket::OpenClient().

typedef time_t Ttime_t
 

rootmodules/IO/Tglobals.h63 行で定義されています。

呼出 TSystemClock::GetDay(), TSystemClock::GetHour(), TSystemClock::GetMinute(), TSystemClock::GetMonth(), TSystemClock::GetSecond(), TSystemClock::GetYear(), TSystemClock::WhatTimeIsIt(), と TSystemClock::WhatTimeIsItNow().

typedef z_stream Tzstream
 

rootmodules/IO/Tglobals.h72 行で定義されています。

呼出 TDataDeflation::GetDeflationStream(), TDataInflation::GetInflationStream(), と TDataDeflation::operator=().



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