26 #define DT_PROTOCOL_SHORT_NAME "DIS"
29 #ifdef DtHLA_1516_EVOLVED
30 #define DT_PROTOCOL_SHORT_NAME "HLA1516e"
32 #define DT_PROTOCOL_SHORT_NAME "HLA1516"
35 #define DT_PROTOCOL_SHORT_NAME "HLA13"
38 #define DT_PROTOCOL_SHORT_NAME ""
54 std::string getFullString();
55 std::string getLogFileName();
57 std::string getAppName();
58 void setAppName(
const std::string&);
60 std::string getProtocol();
61 void setProtocol(
const std::string&);
63 std::string getVersion();
64 void setVersion(
const std::string&);
66 std::string getSvnRev();
67 void setSvnRev(
const std::string&);
70 std::string getDate();
71 std::string getTime();
72 std::string getHostname();
77 static void setupErrorHandling();
78 static void DtPrintAddrLines(
int sig, siginfo_t* info,
void* secret);
std::string myPid
Definition: vlLogFileInfo.h:90
void(* SigActionCb)(int, siginfo_t *, void *)
Definition: vlMiniDumper.h:156
std::string myVersion
Definition: vlLogFileInfo.h:89
std::string myTime
Definition: vlLogFileInfo.h:88
static DtLogFileInfo * theLogFileInstance
Definition: vlLogFileInfo.h:81
std::string myProtocol
Definition: vlLogFileInfo.h:86
Class DtLogFileInfo is a Singleton which contains the necessary information to name ...
Definition: vlLogFileInfo.h:43
std::string myHostname
Definition: vlLogFileInfo.h:85
std::string myDate
Definition: vlLogFileInfo.h:84
std::string myAppName
Definition: vlLogFileInfo.h:83
This file contains typedefs for machine dependant types.
std::string mySvnRev
Definition: vlLogFileInfo.h:87
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109