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
RTI
fedTargetHelper.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: fedTargetHelper.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtFedTargetHelper_H_
13
#define DtFedTargetHelper_H_
14
15
16
18
typedef
enum
DtFomUpdateType_enum
19
{
20
DtFomUpdateTypeStatic
,
21
DtFomUpdateTypePeriodic
,
22
DtFomUpdateTypeConditional
,
23
DtFomUpdateTypeNA
24
}
DtFomUpdateType
;
25
26
typedef
enum
DtMergeFomStatus_enum
27
{
28
DtMergeFomStatusFailedDTD
,
29
DtMergeFomStatusFailedSwitches
,
30
DtMergeFomStatusFailedScaffolding
,
31
DtMergeFomStatusFailedContent
,
32
DtMergeFomStatusFailedUpdateRates
,
33
DtMergeFomStatusFailedTransportTypes
,
34
DtMergeFomStatusFailedUserDefinedTags
,
35
DtMergeFomStatusFailedTime
,
36
DtMergeFomStatusFailedObjectClass
,
37
DtMergeFomStatusFailedInteractionClass
,
38
DtMergeFomStatusFailedDimensions
,
39
DtMergeFomStatusAlreadyPresentSuccess
,
40
DtMergeFomStatusFailedReadingFDD
,
41
DtMergeFomStatusSuccess
42
}
DtMergeFomStatus
;
43
44
typedef
enum
DtSharingType_enum
45
{
46
DtSharingTypePublishSubscribe
,
47
DtSharingTypePublish
,
48
DtSharingTypeSubscribe
,
49
DtSharingTypeNeither
50
}
DtSharingType
;
51
52
typedef
enum
DtOwnershipType_enum
53
{
54
DtOwnershipTypeDivest
,
55
DtOwnershipTypeAcquire
,
56
DtOwnershipTypeDivestAcquire
,
57
DtOwnershipTypeNoTransfer
58
}
DtOwnershipType
;
59
60
#endif
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)