VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedDesignatorDIS.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
10 #ifndef DtDisReflectedDesignator_H_
11 #define DtDisReflectedDesignator_H_
12 
13 #if DtDIS
14 
15 
16 #include "designatorRepository.h"
17 #include "designatorDecoderDIS.h"
18 #include "reflectedObjectDIS.h"
19 #include "systemHashKey.h"
20 
21 
23 
27 
32 {
33 public:
34 
36  typedef DtDesignatorRepository* (*DtStateRepCreator)();
37 
38 public:
39 
42  const DtGlobalObjectDesignator& designatingEntity, int designatorCode );
43 
45  virtual ~DtReflectedDesignator();
46 
47 
48 public:
50  virtual inline DtDesignatorRepository* designatorRep() const { return myStateRepository; }
51 
53  virtual inline DtDesignatorRepository* dsr() const { return myStateRepository; }
54 
57  virtual inline DtStateRepository* stateRep() const { return myStateRepository; }
58 
60  virtual inline DtDesignatorDecoder* decoder() { return myDecoder; }
61 
64  virtual void processStateMessage( const DtStateMsg& msg );
65 
67  virtual DtReflectedDesignator* next() const;
68 
70  virtual DtReflectedDesignator* prev() const;
71 
74  virtual DtReflectedDesignator* wrapNext() const;
75 
78  virtual DtReflectedDesignator* wrapPrev() const;
79 
81  virtual void addPostUpdateCallback(
82  DtDesignatorCallbackFunction cb, void* userData );
83 
84  virtual void removePostUpdateCallback(
85  DtDesignatorCallbackFunction cb, void* userData );
86 
88  virtual inline const DtBaseHashKey& hashKey() const { return myHashKey; }
89 
91  virtual inline DtString idString() const { return myIdString; }
92 
95  virtual const DtGlobalObjectDesignator& globalId() const;
96 
97 public:
99  static void setStateRepCreator(DtStateRepCreator creator);
100  static DtStateRepCreator stateRepCreator(void);
101 
102 protected:
103 
106 
109 
110 protected:
111 
112  static DtStateRepCreator theStateRepCreator;
113 
114 protected:
115 
120 };
121 
122 
123 #endif
124 
125 #endif
126 
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
DtDesignatorDecoder * myDecoder
Definition: reflectedDesignatorDIS.h:119
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual const DtBaseHashKey & hashKey() const
Get a hash key for this object.
Definition: reflectedDesignatorDIS.h:88
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtSystemHashKey are used as hash keys for an emitter system.
Definition: systemHashKey.h:18
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
DtDesignatorRepository * myStateRepository
Definition: reflectedDesignatorDIS.h:118
void(* DtDesignatorCallbackFunction)(DtReflectedDesignator *, void *)
Callback function that takes a DtReflectedDesignator and user data.
Definition: reflectedDesignatorDIS.h:26
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository through which you can inspect current state information...
Definition: reflectedDesignatorDIS.h:57
Instances of DtReflectedDesignator represent designator object simulated by remote applications...
Definition: reflectedDesignatorDIS.h:31
DtString myIdString
Definition: reflectedDesignatorDIS.h:117
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
virtual const DtGlobalObjectDesignator & globalId() const =0
Get the Global ID for this object.
virtual DtDesignatorRepository * designatorRep() const
Get the designator's state repository.
Definition: reflectedDesignatorDIS.h:50
void * prev() const
Definition: vlList.h:277
static DtStateRepCreator theStateRepCreator
Definition: reflectedDesignatorDIS.h:112
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual DtDesignatorRepository * dsr() const
Synonym for designatorRep().
Definition: reflectedDesignatorDIS.h:53
DtSystemHashKey myHashKey
Definition: reflectedDesignatorDIS.h:116
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
virtual DtDesignatorDecoder * decoder()
Returns a pointer to the Decoder being used to decode state messages.
Definition: reflectedDesignatorDIS.h:60
void * wrapPrev() const
Definition: vlList.h:288
virtual DtString idString() const
Get a string identification of this object.
Definition: reflectedDesignatorDIS.h:91
class DtDesignatorRepository:
Definition: designatorRepository.h:20
Instances of DtString are used to represent strings.
Definition: vlString.h:36
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
Definition: designatorDecoderDIS.h:19

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)