|
マクロ定義 |
#define | Tfalse 0 |
#define | Ttrue 1 |
#define | Tstd std |
#define | Tios Tstd::ios |
#define | Tin Tios::inin |
#define | Tout Tios::out |
#define | Tate Tios::ate |
#define | Tapp Tios::app |
#define | Ttrunc Tios::trunc |
#define | Tnocreate Tios::nocreate |
#define | Tnoreplace Tios::noreplace |
#define | Tbin Tios::bin |
#define | Tbinary Tios::binary |
#define | Tgoodbit Tios::goodbit |
#define | Teofbit Tios::eofbit |
#define | Tfailbit Tios::failbit |
#define | Tbadbit Tios::badbit |
#define | Tostream Tstd::ostream |
#define | Tostrstream Tstd::ostrstream |
#define | Tistream Tstd::istream |
#define | Tlist Tstd::list |
#define | Tvector Tstd::vector |
#define | Tcout Tstd::cout |
#define | Tcin Tstd::cin |
#define | Tcerr Tstd::cerr |
#define | Tendl Tstd::endl |
#define | Tends Tstd::ends |
#define | Tdec Tstd::dec |
#define | Thex Tstd::hex |
#define | Toct Tstd::oct |
#define | Tflush Tstd::flush |
#define | Tsizeof(_type_) sizeof(_type_) |
Typedef |
typedef double | Tdouble |
typedef int | Tint |
typedef float | Tfloat |
typedef char | Tchar |
typedef long | Tlong |
typedef unsigned char | TUchar |
typedef unsigned int | TUint |
typedef unsigned long | TUlong |
typedef short | Tshort |
typedef unsigned short | TUshort |
typedef bool | Tbool |
typedef Tbool | Tbit |
typedef FILE | TFileStream |
typedef size_t | Tsize_t |
typedef pid_t | Tpid_t |
typedef time_t | Ttime_t |
typedef socklen_t | Tsocklen_t |
typedef caddr_t | Tcaddr_t |
typedef off_t | Toff_t |
typedef pthread_t | Tthread_t |
typedef clock_t | Tclock_t |
typedef void | Tvoid |
typedef Tstd::string | Tstring |
typedef Tstd::ofstream | Tofstream |
typedef Tstd::ifstream | Tifstream |
typedef Tvector< Tint > | TintList |
typedef Tvector< TUint > | TUintList |
typedef Tvector< TUshort > | TUshortList |
typedef Tvector< Tdouble > | TdoubleList |
typedef Tvector< Tfloat > | TfloatList |
typedef Tvector< Tstring > | TstringList |
typedef z_stream | Tzstream |
typedef Byte | Tbyte |
Enum |
enum | Tobject_t {
tObjectDataRecord,
tObjectDataSection,
tObjectDataSegment,
tObjectDataElement,
tObject1DHistogram,
tObject2DHistogram,
tObjectAppendGraph,
tObjectSubstituteGraph,
tObjectNtuple,
tNumberOfObjectTypes,
tObjectUnknown = -1
} |
enum | Telement_t {
tTypeInt,
tTypeString,
tTypeDouble,
tTypeObject,
tTypeFloat,
tTypeUnsignedShort,
tTypeShort,
tTypeWord,
tTypeLong,
tTypeUnsignedLong,
tTypeUnsignedInt,
tNumberOfElementTypes,
tTypeUnknown = -1
} |
enum | Tstream_t {
tFileStream,
tSocketStream,
tSharedMemoryStream,
tNumberOfStreamTypes,
tUnknownStream = -1
} |
enum | Trandom_t {
tRandomExponential,
tRandomGaussian,
tRandomChiSquare,
tRandomLandau,
tRandomGamma,
tRandomPoisson,
tNumberOfRandomTypes,
tRandomUnknown = -1
} |
enum | Tstatus_t {
tStatusStandby,
tStatusReady,
tStatusBusy,
tStatusIdle,
tStatusWaitingReady,
tStatusJustTakingEvent,
tStatusJustRecordingEvent,
tStatusSleep,
tStatusDead,
tNumberOfStatusTypes,
tStatusUnknown = -1
} |
enum | TvmeTransfer_t {
tA16D16,
tA16D32,
tA24D16,
tA24D32,
tA32D16,
tA32D32,
tA24D16dma,
tA32D16dma,
tA24D32dma,
tA32D32dma,
tNumberOfVmeTransferModes,
tTransferModeUnknown = -1
} |
enum | TcamacCrateController_t {
tISAcc7000_1,
tISAcc7000_2,
tISAcc7000_3,
tISAcc7000_4,
tISAcc7700_1,
tISAcc7700_2,
tISAcc7700_3,
tISAcc7700_4,
tPCIcc7700_1,
tPCIcc7700_2,
tPCIcc7700_3,
tPCIcc7700_4,
tNumberOfCamacCrateController,
tCamacCrateControllerUnknown = -1
} |
enum | Truninfo_t {
tInfoFreeValue,
tInfoSelectableValue,
tInfoFreeText,
tNumberOfInformations,
tInfoUnknown = -1
} |
enum | { tIDunknown = -1
} |