VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedEnvironmentProcessHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #ifndef DtReflectedEnvironmentProcess_H_
6 #define DtReflectedEnvironmentProcess_H_
7 
8 #if DtHLA
9 
11 #include "reflectedObjectHLA.h"
12 
17 
22  DtReflectedEnvironmentProcess* obj, void* userData);
23 
32 {
33 public:
34 
37  typedef DtEnvironmentProcessRepository* (*DtStateRepCreator)();
38 
39 public:
40 
43 
46 
48  virtual DtEnvironmentProcessRepository* environmentProcessStateRep() const;
49 
51  virtual DtEnvironmentProcessRepository* epsr() const;
52 
54  virtual DtReflectedEnvironmentProcess* next() const;
55 
57  virtual DtReflectedEnvironmentProcess* prev() const;
58 
61  virtual DtReflectedEnvironmentProcess* wrapNext() const;
62 
65  virtual DtReflectedEnvironmentProcess* wrapPrev() const;
66 
68  virtual void addPostUpdateCallback(
69  DtEnvironmentProcessCallbackFunction cb, void* userData);
70 
71  virtual void removePostUpdateCallback(
72  DtEnvironmentProcessCallbackFunction cb, void* userData);
73 
74 public:
75 
77  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
78 
79 protected:
80 
83 
86  (const DtReflectedEnvironmentProcess& orig);
87 
88 protected:
89 
90  static DtStateRepCreator theStateRepCreator;
91 };
92 
95 {
97 }
98 
101 {
103 }
104 
105 #endif //DtHLA
106 #endif //DtReflectedEnvironmentProcess
107 
virtual DtEnvironmentProcessRepository * epsr() const
Synonym for environmentProcessRep().
Definition: reflectedEnvironmentProcessHLA.h:100
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
Contains the DtEnvironmentProcessRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtReflectedEnvironmentProcess are used to represent an Instance of an EnvironmentProcess...
Definition: reflectedEnvironmentProcessHLA.h:31
virtual DtEnvironmentProcessRepository * environmentProcessStateRep() const
Get the environmental process's state repository.
Definition: reflectedEnvironmentProcessHLA.h:94
static DtStateRepCreator theStateRepCreator
Definition: reflectedEnvironmentProcessHLA.h:90
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
Instances of DtEnvironmentProcessRepository are used to store state information for environmental pro...
Definition: environmentProcessRepository.h:27
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
void(* DtEnvironmentProcessCallbackFunction)(DtReflectedEnvironmentProcess *obj, void *userData)
Definition: reflectedEnvironmentProcessHLA.h:21
This file provides a declaration of the class DtReflectedObject.

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)