VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedEnvironmentConditionHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **hrefObjHeader.tlt
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/reflectedObjectHLA.h>
15 #include "vrfMetocDefines.h"
17 
18 namespace makVrfMetoc {
19 
20 class DtReflectedEnvironmentCondition;
21 
26  DtReflectedEnvironmentCondition* obj, void* userData);
27 
33 {
34 public:
37  typedef DtEnvironmentConditionStateRepository* (*DtStateRepCreator)();
38 
39 public:
41  DtReflectedEnvironmentCondition(DtHlaObject* obj, DtExerciseConn* exConn);
42 
45 
47  virtual DtEnvironmentConditionStateRepository* environmentConditionStateRep() const;
48 
50  virtual DtEnvironmentConditionStateRepository* esr() const;
51 
54  virtual DtReflectedEnvironmentCondition* next() const;
55 
58  virtual DtReflectedEnvironmentCondition* prev() const;
59 
62  virtual DtReflectedEnvironmentCondition* wrapNext() const;
63 
66  virtual DtReflectedEnvironmentCondition* wrapPrev() const;
67 
70  virtual void addPostUpdateCallback(
71  DtEnvironmentConditionCallbackFunction cb, void* userData);
72 
75  virtual void removePostUpdateCallback(
76  DtEnvironmentConditionCallbackFunction cb, void* userData);
77 
78 public:
80  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
81 
82 protected:
85 
88 
89 protected:
91  static DtStateRepCreator theStateRepCreator;
92 };
93 
95 {
96  return (DtEnvironmentConditionStateRepository*) myStateRep;
97 }
98 
100 {
101  return (DtEnvironmentConditionStateRepository*) myStateRep;
102 }
103 
104 } //end makVrfMetoc
105 
106 #endif
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedEnvironmentConditionHLA.h:91
void(* DtEnvironmentConditionCallbackFunction)(DtReflectedEnvironmentCondition *obj, void *userData)
Signature of the callback function that takes a DtReflectedEnvironmentCondition and user data...
Definition: reflectedEnvironmentConditionHLA.h:25
Instances of DtReflectedEnvironmentCondition are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition object reflected across a network.
Definition: reflectedEnvironmentConditionHLA.h:32
virtual DtEnvironmentConditionStateRepository * environmentConditionStateRep() const
Returns the EnvironmentCondition&#39;s state repository.
Definition: reflectedEnvironmentConditionHLA.h:94
virtual DtEnvironmentConditionStateRepository * esr() const
Shorter version of lifeformRep.
Definition: reflectedEnvironmentConditionHLA.h:99
Contains the DtEnvironmentConditionStateRepository class declaration.
Instances of DtEnvironmentConditionStateRepository are used to store state data for METOC_Root...
Definition: environmentConditionStateRepository.h:32

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)