VR-Link API Documentation for HLA 1.3
 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 
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:202
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEnvironmentProcessPublisher are used for local or source simulations of environment pr...
Definition: environmentProcessPublisherHLA.h:27
virtual DtEnvironmentProcessRepository * environmentProcessStateRep()
Returns a pointer to the DtEnvironmentProcessRepository - through which you can set or inspect curren...
Definition: environmentProcessPublisherHLA.h:99
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
static DtStateRepCreator theStateRepCreator
Definition: environmentProcessPublisherHLA.h:95
virtual DtEnvironmentProcessRepository * epsr()
Synonym for environmentProcessStateRep().
Definition: environmentProcessPublisherHLA.h:104
Instances of DtEnvironmentProcessRepository are used to store state information for environmental pro...
Definition: environmentProcessRepository.h:27
This file provides a declaration of the class DtObjectPublisher.

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)