VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedSubsurfaceLayerHLA.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 <vlutil/vlMachineTypes.h>
17 
18 
19 
21 
26  DtReflectedSubsurfaceLayer* obj, void* userData);
27 
33 {
34 public:
37  typedef DtSubsurfaceLayerStateRepository* (*DtStateRepCreator)();
38 
39 public:
42 
44  virtual ~DtReflectedSubsurfaceLayer();
45 
47  virtual DtSubsurfaceLayerStateRepository* subsurfaceLayerStateRep() const;
48 
50  virtual DtSubsurfaceLayerStateRepository* ssr() const;
51 
54  virtual DtReflectedSubsurfaceLayer* next() const;
55 
58  virtual DtReflectedSubsurfaceLayer* prev() const;
59 
62  virtual DtReflectedSubsurfaceLayer* wrapNext() const;
63 
66  virtual DtReflectedSubsurfaceLayer* wrapPrev() const;
67 
70  virtual void addPostUpdateCallback(
71  DtSubsurfaceLayerCallbackFunction cb, void* userData);
72 
75  virtual void removePostUpdateCallback(
76  DtSubsurfaceLayerCallbackFunction 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 {
97 }
98 
100 {
102 }
103 
104 
105 
106 #endif
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Contains the DtSubsurfaceLayerStateRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtSubsurfaceLayerStateRepository * ssr() const
Shorter version of lifeformRep.
Definition: reflectedSubsurfaceLayerHLA.h:99
Instances of DtSubsurfaceLayerStateRepository are used to store state data for METOC_Root.EnvironmentCondition.SubsurfaceLayer objects.
Definition: subsurfaceLayerStateRepository.h:32
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
void(* DtSubsurfaceLayerCallbackFunction)(DtReflectedSubsurfaceLayer *obj, void *userData)
Signature of the callback function that takes a DtReflectedSubsurfaceLayer and user data...
Definition: reflectedSubsurfaceLayerHLA.h:25
Instances of DtReflectedSubsurfaceLayer are used to represent a simulated HLAobjectRoot.METOC_Root.EnvironmentCondition.SubsurfaceLayer object reflected across a network.
Definition: reflectedSubsurfaceLayerHLA.h:32
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
virtual DtSubsurfaceLayerStateRepository * subsurfaceLayerStateRep() const
Returns the SubsurfaceLayer&#39;s state repository.
Definition: reflectedSubsurfaceLayerHLA.h:94
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedSubsurfaceLayerHLA.h:91
This file contains typedefs for machine dependant types.
This file provides a declaration of the class DtReflectedObject.

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)