MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
assistantNetStatsEnums.h
Go to the documentation of this file.
1
#ifndef assistantNetStatsEnums_h__
2
#define assistantNetStatsEnums_h__
3
/*********************************************************************
4
** Copyright (c) 2012 MaK Technologies, Inc.
5
** All rights reserved.
6
*********************************************************************/
7
8
enum
DtAssistantObservationType
9
{
10
DtAssistantUnknownObservation
,
11
DtAssistantRTISpy
,
12
DtAssistantFOM
13
};
14
15
enum
DtAssistantFomType
16
{
17
DtAssistantFomObjectType
,
18
DtAssistantFomInteractionType
19
};
20
21
22
23
enum
DtAssistantHandleType
24
{
25
DtAssistantObjectClassHandleType
,
26
DtAssistantInteractionClassHandleType
,
27
DtAssistantObjectInstanceHandleType
,
28
DtAssistantAttributeHandleType
,
29
DtAssistantParameterHandleType
30
};
31
#endif // assistantNetStatsEnums_h__
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
)