VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedUnderwaterAcousticsHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/reflectedObjectHLA.h>
16 
18 
22  DtReflectedUnderwaterAcoustics* obj, void* userData);
23 
29 {
30 public:
31 
33  typedef DtUnderwaterAcousticsStateRepository* (*DtStateRepCreator)();
34 
35 public:
36 
40 
44  const DtGlobalObjectDesignator& hostId, DtExerciseConn* conn );
45 
48 
50  virtual DtUnderwaterAcousticsStateRepository* underwaterAcousticsStateRep() const;
51 
53  virtual DtUnderwaterAcousticsStateRepository* usr() const;
54 
56  virtual DtReflectedUnderwaterAcoustics* next() const;
57 
59  virtual DtReflectedUnderwaterAcoustics* prev() const;
60 
63  virtual DtReflectedUnderwaterAcoustics* wrapNext() const;
64 
67  virtual DtReflectedUnderwaterAcoustics* wrapPrev() const;
68 
70  virtual void addPostUpdateCallback( DtUnderwaterAcousticsCallbackFunction cb,
71  void* usr );
72  virtual void removePostUpdateCallback( DtUnderwaterAcousticsCallbackFunction cb,
73  void* usr );
74 
76  virtual void subsystemUpdated();
77 
78 public:
79 
81  static DtStateRepCreator setStateRepCreator( DtStateRepCreator creator );
82 
83 protected:
84 
87 
90  const DtReflectedUnderwaterAcoustics& orig );
91 
92 protected:
93 
94  static DtStateRepCreator theStateRepCreator;
95 
97 
98 };
99 
101 {
103 }
104 
106 {
108 }
109 
110 #endif // DtHLA
Contains the DtUnderwaterAcousticsStateRepository class declaration.
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtReflectedUnderwaterAcoustics represent EmitterSystem objects simulated by remote appli...
Definition: reflectedUnderwaterAcousticsHLA.h:28
void(* DtUnderwaterAcousticsCallbackFunction)(DtReflectedUnderwaterAcoustics *obj, void *userData)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedUnderwaterAcousticsHLA.h:21
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtUnderwaterAcousticsStateRepository * underwaterAcousticsStateRep() const
Get the emitter system&#39;s state repository.
Definition: reflectedUnderwaterAcousticsHLA.h:100
static DtStateRepCreator theStateRepCreator
Definition: reflectedUnderwaterAcousticsHLA.h:94
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
Instances of DtUnderwaterAcousticsStateRepository are used to store state data for all underwater aco...
Definition: underwaterAcousticsStateRepository.h:37
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
virtual DtUnderwaterAcousticsStateRepository * usr() const
Synonym for emitterSysRep().
Definition: reflectedUnderwaterAcousticsHLA.h:105
bool mySubsystemsCauseUpdate
Definition: reflectedUnderwaterAcousticsHLA.h:96
Instances of DtString are used to represent strings.
Definition: vlString.h:29
This file provides a declaration of the class DtReflectedObject.

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)