VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
globalObjDes.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef DtGlobalObjectDesignator_H_
8
#define DtGlobalObjectDesignator_H_
9
21
22
23
#include <
vlutil/vlString.h
>
24
#include <
vlpi/entityIdentifier.h
>
25
26
27
class
DT_DLL_VL
DtEntityIdentifier
;
28
#if DtHLA
29
class
DT_DLL_VL
DtObjectId
;
30
#define DtMAX_OBJECT_NAME_LENGTH 64
31
32
33
#elif (DtDIS || DtTENA)
34
35
typedef
DtEntityIdentifier
DtObjectId
;
36
//typedef DtNetEntityIdentifier DtNetObjectId;
37
typedef
DtNetEntityIdentifier
DtNetGlobalObjectDesignator
;
38
#endif
39
40
#if DtHLA
41
42
typedef
DtString
DtGlobalObjectDesignator
;
43
51
class
DT_DLL_VL
DtNetGlobalObjectDesignator
52
{
53
public
:
54
DtNetGlobalObjectDesignator
& operator=(
55
const
DtGlobalObjectDesignator
& des);
56
operator
DtGlobalObjectDesignator
()
const
;
57
58
protected
:
59
char
myRep[
DtMAX_OBJECT_NAME_LENGTH
];
60
};
61
62
#elif (DtDIS || DtTENA)
63
64
typedef
DtObjectId
DtGlobalObjectDesignator
;
65
#endif
66
67
#endif
68
69
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)