MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
netRtiMsgHdr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netRtiMsgHdr.h,v $ $Revision: 1.21 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtNetMsgHeader_H_
13
#define DtNetMsgHeader_H_
14
15
#include "
rtiMsConfig.h
"
16
#include <vlutil/vlNetTypes.h>
17
#include <vlutil/vlString.h>
18
19
using namespace
MAKRti;
20
21
#define DtNetExecNameSize 5
22
23
class
DT_DLL_LRC
DtNetMsgHeader
24
{
25
public
:
26
30
bool
isForExec(
const
MAKRti::DtString& execName,
31
unsigned
short
execHandle)
const
;
32
34
bool
versionMatches(
int
messageVersion)
const
;
35
37
bool
metadataInMessage()
const
;
38
void
setMetadataInMessage(
bool
yesNo);
39
41
bool
isTestMgrMessage()
const
;
42
void
setIsTestMgrMessage(
bool
yesNo);
43
45
bool
isBundled()
const
;
46
void
setIsBundled(
bool
yesNo);
47
49
bool
isCompressed()
const
;
50
void
setIsCompressed(
bool
yesNo);
51
52
public
:
53
54
DtNetU32
totalSize
;
57
DtNetU8
versionCheck
;
58
DtNetU8
msgKind
;
59
DtNetU8
flags
;
63
DtNetU8 fedExecId[
DtNetExecNameSize
];
64
DtNetU16
version
;
65
DtNetU16
fedHandle
;
66
DtNetU32
sequenceNumber
;
67
DtNetU32
metadataSize
;
68
// 64-bit aligned here
69
};
70
71
#endif
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)