MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
netAssistantTestMgrStatusMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netAssistantTestMgrStatusMsg.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtNetAssistantTestMgrStatusMsg_H_
10
#define DtNetAssistantTestMgrStatusMsg_H_
11
15
16
// PLEASE NOTE: This class is duplicated as DtNetTestMgrStatusMsg
17
// in netTestMgrStatusMsg.h. Any changes made to this class
18
// should also be made there.
19
20
#include <vlutil/vlNetTypes.h>
21
#include <vlutil/vlUtil.h>
22
23
#include "
netAssistantMsgHdr.h
"
24
28
class
DT_DLL_ASSISTANT
DtNetAssistantTestMgrStatusMsg
29
{
30
public
:
31
32
DtNetAssistantMsgHeader
header
;
33
DtNetU8
enabled
;
34
DtNetU8
capable
;
35
DtNetU8
continuous
;
36
DtNetU8
testInProgress
;
37
DtNetU32
numInitiated
;
38
DtNetU32
numReports
;
39
DtNetU32
federationHdl
;
40
DtNetU32
federateHdl
;
41
};
42
43
44
#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
)