VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericObjectPublisher.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
9 
10 #ifndef genericObjectPublisher_H_
11 #define genericObjectPublisher_H_
12 
13 #if DtHLA
14 
15 #include "objectPublisherHLA.h"
16 #include "stateRepository.h"
17 
18 
27 {
28 public:
29 
33  const char* className,
34  const char* objName = 0,
35  const DtDDMRegionSet* regionSetToUse = 0);
36 
38  virtual ~DtGenericObjectPublisher();
39 
42  virtual DtStateRepository* genericStateRep();
43 
45  virtual DtStateRepository* gsr();
46 
47 protected:
48 
51 
54 
55 };
56 
57 #endif
58 #endif
59 
60 

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)