19 #define DT_PROTOCOL_SHORT_NAME "DIS"
22 #ifdef DtHLA_1516_EVOLVED
23 #define DT_PROTOCOL_SHORT_NAME "HLA1516e"
25 #define DT_PROTOCOL_SHORT_NAME "HLA1516"
28 #define DT_PROTOCOL_SHORT_NAME "HLA13"
31 #define DT_PROTOCOL_SHORT_NAME ""
47 std::string getFullString();
48 std::string getLogFileName();
49 std::string getDmpFileName();
51 std::string getAppName();
52 void setAppName(
const std::string&);
54 std::string getProtocol();
55 void setProtocol(
const std::string&);
57 std::string getVersion();
58 void setVersion(
const std::string&);
60 std::string getSvnRev();
61 void setSvnRev(
const std::string&);
64 std::string getDate();
65 std::string getTime();
66 std::string getHostname();
std::string myVersion
Definition: logFileInfo.h:77
std::string myTime
Definition: logFileInfo.h:76
static DtLogFileInfo * theLogFileInstance
Definition: logFileInfo.h:69
std::string myProtocol
Definition: logFileInfo.h:74
Class DtLogFileInfo is a Singleton which contains the necessary information to name ...
Definition: logFileInfo.h:36
std::string myHostname
Definition: logFileInfo.h:73
std::string myDate
Definition: logFileInfo.h:72
std::string myAppName
Definition: logFileInfo.h:71
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
std::string mySvnRev
Definition: logFileInfo.h:75