VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
globalObjectDesignator.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vlutil/vlString.h
>
13
#include <
vlpi/entityIdentifier.h
>
14
15
class
DT_DLL_VL
DtEntityIdentifier
;
16
17
#if DtHLA
18
class
DT_DLL_VL
DtObjectId
;
19
#define DtMAX_OBJECT_NAME_LENGTH 64
20
#elif DtDIS
21
22
typedef
DtEntityIdentifier
DtObjectId
;
23
//typedef DtNetEntityIdentifier DtNetObjectId;
24
typedef
DtNetEntityIdentifier
DtNetGlobalObjectDesignator
;
25
#endif
26
27
#if DtHLA
28
29
typedef
DtString
DtGlobalObjectDesignator
;
30
44
class
DT_DLL_VL
DtNetGlobalObjectDesignator
45
{
46
public
:
47
48
DtNetGlobalObjectDesignator
& operator=(
49
const
DtGlobalObjectDesignator
& des);
50
51
operator
DtGlobalObjectDesignator
()
const
;
52
53
protected
:
54
55
char
myRep[DtMAX_OBJECT_NAME_LENGTH];
56
57
};
58
59
#elif DtDIS
60
62
typedef
DtObjectId
DtGlobalObjectDesignator
;
63
64
#endif
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)