VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentProcessPublisherHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
9 #if DtHLA
10 
11 #ifndef environmentProcessPublisherHLA_H_
12 #define environmentProcessPublisherHLA_H_
13 
14 #include "objectPublisherHLA.h"
15 
16 
18 
28 {
29 public:
30 
33  typedef DtEnvironmentProcessRepository* (*DtStateRepCreator)();
34 
35 public:
36 
39  DtEnvironmentProcessRepository *stateRepToUse,
40  DtExerciseConn* conn,
41  const char* name = 0,
42  const DtDDMRegionSet* regionSetToUse = 0);
43 
46  RTI::ObjectClassHandle h,
47  DtExerciseConn* conn,
48  const char* name = 0,
49  const DtDDMRegionSet* regionSetToUse = 0);
50 
53  DtExerciseConn* conn,
54  const char* name = 0,
55  const DtDDMRegionSet* regionSetToUse = 0);
56 
59 
62  virtual DtEnvironmentProcessRepository* environmentProcessStateRep();
63 
65  virtual DtEnvironmentProcessRepository* epsr();
66 
69  virtual const char* classToUse() const;
70 
71 public:
72 
74  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
75 
76 protected:
77 
83  const char* name = 0,
84  const DtDDMRegionSet* regionSetToUse = 0);
85 
88 
91  (const DtEnvironmentProcessPublisher& orig);
92 
93 protected:
94 
95  static DtStateRepCreator theStateRepCreator;
96 };
97 
100 {
102 }
103 
105 {
107 }
108 
109 #endif //DtEnvironmentProcessPublisher_H_
110 #endif //DtHLA
111 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)