struct TDTFPrefix

TDTF Prefix. More...

Full nameCoral::TDTFPrefix
Definition#include <tdtf.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

This is a TDTF file's prefix.

const static card32 CurrentVersion

Current format version.

const static cardinal MaxTitleLength

Maximum title length.

const static cardinal MaxCopyrightLength

Maximum copyright length.

const static cardinal MaxCommentLength

Maximum comment length.

const static cardinal MaxURLLength

Maximum URL length.

char [4] TDTF_ID

This is the TDTF ID: "TDTF".

card32 Version

Format version.

card64 TraceTimeStamp

Time stamp for start of trace creation. It can be used to compute total creation time using TDTFSuffix's TraceTimeStamp.

card64 UtilizationTimeStamp

Time stamp for start of utilization creation. It can be used to compute total creation time using TDTFSuffix's UtilizationTimeStamp. If this time stamp is 0, a utilization has not been created yet or is invalid (e.g. TUtilizer abortion or failure). Therefore, it can also be used to check, if utilization information is valid.

card64 MinIntervalLength

Minimum interval length.

card64 MaxIntervalLength

Maximum interval length.

char [MaxTitleLength] Title

Title.

char [MaxCopyrightLength] Copyright

Copyright.

char [MaxCommentLength] Comment

Comment.

char [MaxURLLength] URL

URL.