12 #ifndef DtNetMsgHeader_H_
13 #define DtNetMsgHeader_H_
16 #include <vlutil/vlNetTypes.h>
17 #include <vlutil/vlString.h>
19 using namespace MAKRti;
21 #define DtNetExecNameSize 5
30 bool isForExec(
const MAKRti::DtString& execName,
31 unsigned short execHandle)
const;
34 bool versionMatches(
int messageVersion)
const;
37 bool metadataInMessage()
const;
38 void setMetadataInMessage(
bool yesNo);
41 bool isTestMgrMessage()
const;
42 void setIsTestMgrMessage(
bool yesNo);
45 bool isBundled()
const;
46 void setIsBundled(
bool yesNo);
49 bool isCompressed()
const;
50 void setIsCompressed(
bool yesNo);
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
#define DtNetExecNameSize
Definition: netRtiMsgHdr.h:21