VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
22
typedef
DtString
DtGlobalObjectDesignator
;
23
37
class
DT_DLL_VL
DtNetGlobalObjectDesignator
38
{
39
public
:
40
41
DtNetGlobalObjectDesignator
& operator=(
42
const
DtGlobalObjectDesignator
& des);
43
44
operator
DtGlobalObjectDesignator
()
const
;
45
46
protected
:
47
48
char
myRep[DtMAX_OBJECT_NAME_LENGTH];
49
50
};
51
52
#elif DtDIS
53
54
typedef
DtEntityIdentifier
DtObjectId
;
55
//typedef DtNetEntityIdentifier DtNetObjectId;
56
typedef
DtNetEntityIdentifier
DtNetGlobalObjectDesignator
;
57
59
typedef
DtObjectId
DtGlobalObjectDesignator
;
60
61
#endif
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)