MAK RTIspy API Documentation for HLA 1.3
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
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 Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (
www.mak.com
)