VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
23 
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 
55 //typedef DtNetEntityIdentifier DtNetObjectId;
57 
60 
61 #endif

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)