MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
assistant
netAssistantMsgHdr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantMsgHdr.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtNetAssistantMsgHeader_H_
13
#define DtNetAssistantMsgHeader_H_
14
15
#include <
rtiMsConfig.h
>
16
#include <vlutil/vlNetTypes.h>
17
18
19
20
#ifdef DtUSE_UTILITIES_NAMESPACE
21
using namespace
DtUSE_UTILITIES_NAMESPACE;
22
#endif
23
// IMPORTANT. If the size of this messages changes in any way, all messages (including unit test messages in
24
// makRti\unitTests\assistant) must be corrected.
25
// Current sizeof(DtNetAssistantMsgHeader) is 16 (bytes)
26
class
DT_DLL_ASSISTANT
DtNetAssistantMsgHeader
27
{
28
public
:
29
31
bool
versionMatches(
int
messageVersion)
const
;
32
33
public
:
34
35
DtNetU32
totalSize
;
36
DtNetU32
srcDestInfoSize
;
37
DtNetU8
msgKind
;
38
DtNetU8
flags
;
39
DtNetU16
version
;
40
DtNetU32
sequence
;
41
};
42
43
#endif
Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)