VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
reflectedTroposphereLayerHLA.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 DtReflectedTroposphereLayer;
21 
26  DtReflectedTroposphereLayer* obj, void* userData);
27 
33 {
34 public:
37  typedef DtTroposphereLayerStateRepository* (*DtStateRepCreator)();
38 
39 public:
41  DtReflectedTroposphereLayer(DtHlaObject* obj, DtExerciseConn* exConn);
42 
44  virtual ~DtReflectedTroposphereLayer();
45 
47  virtual DtTroposphereLayerStateRepository* troposphereLayerStateRep() const;
48 
50  virtual DtTroposphereLayerStateRepository* tsr() const;
51 
54  virtual DtReflectedTroposphereLayer* next() const;
55 
58  virtual DtReflectedTroposphereLayer* prev() const;
59 
62  virtual DtReflectedTroposphereLayer* wrapNext() const;
63 
66  virtual DtReflectedTroposphereLayer* wrapPrev() const;
67 
70  virtual void addPostUpdateCallback(
71  DtTroposphereLayerCallbackFunction cb, void* userData);
72 
75  virtual void removePostUpdateCallback(
76  DtTroposphereLayerCallbackFunction 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 (DtTroposphereLayerStateRepository*) myStateRep;
97 }
98 
100 {
101  return (DtTroposphereLayerStateRepository*) 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
Instances of DtTroposphereLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.Weather.TroposphereLayer objects.
Definition: troposphereLayerStateRepository.h:32
virtual DtTroposphereLayerStateRepository * troposphereLayerStateRep() const
Returns the TroposphereLayer&#39;s state repository.
Definition: reflectedTroposphereLayerHLA.h:94
virtual DtTroposphereLayerStateRepository * tsr() const
Shorter version of lifeformRep.
Definition: reflectedTroposphereLayerHLA.h:99
void(* DtTroposphereLayerCallbackFunction)(DtReflectedTroposphereLayer *obj, void *userData)
Signature of the callback function that takes a DtReflectedTroposphereLayer and user data...
Definition: reflectedTroposphereLayerHLA.h:25
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedTroposphereLayerHLA.h:91
Contains the DtTroposphereLayerStateRepository class declaration.
Instances of DtReflectedTroposphereLayer are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.Weather.TroposphereLayer object reflected across a network.
Definition: reflectedTroposphereLayerHLA.h:32

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)