VR-Link API Documentation for HLA 1516
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 
28 #if DtHLA
29 class DT_DLL_VL DtObjectId;
30 #define DtMAX_OBJECT_NAME_LENGTH 64
31 
32 
33 #elif (DtDIS || DtTENA)
34 
36 //typedef DtNetEntityIdentifier DtNetObjectId;
38 #endif
39 
40 #if DtHLA
41 
43 
52 {
53 public:
54  DtNetGlobalObjectDesignator& operator=(
55  const DtGlobalObjectDesignator& des);
56  operator DtGlobalObjectDesignator() const;
57 
58 protected:
60 };
61 
62 #elif (DtDIS || DtTENA)
63 
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)