VR-Link API Documentation for DIS
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 
16 
17 #if DtHLA
18 class DT_DLL_VL DtObjectId;
19 #define DtMAX_OBJECT_NAME_LENGTH 64
20 #elif DtDIS
21 
23 //typedef DtNetEntityIdentifier DtNetObjectId;
25 #endif
26 
27 #if DtHLA
28 
30 
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 
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)