MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
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
DtNetU32 sequence
Definition: netAssistantMsgHdr.h:40
Definition: netAssistantMsgHdr.h:26
DtNetU8 flags
Definition: netAssistantMsgHdr.h:38
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
DtNetU32 totalSize
Definition: netAssistantMsgHdr.h:35
DtNetU32 srcDestInfoSize
Definition: netAssistantMsgHdr.h:36
DtNetU16 version
Definition: netAssistantMsgHdr.h:39
DtNetU8 msgKind
Definition: netAssistantMsgHdr.h:37

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)