1 #ifndef DtReflectedIff_H_
2 #define DtReflectedIff_H_
58 virtual void syncMode5Transponder();
59 virtual void syncMode5Interrogator();
60 virtual void syncModeSTransponder();
61 virtual void syncModeSInterrogator();
72 virtual void addPostUpdateCallback(
74 virtual void removePostUpdateCallback(
80 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
Contains the DtIffStateRepository class declaration.
class DtReflectedIff:
Definition: reflectedIffHLA.h:32
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:57
void(* DtIffCallbackFunction)(DtReflectedIff *obj, void *userData)
Definition: reflectedIffHLA.h:20
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtIffStateRepository * iffRep() const
Synonym for iffStateRep()
Definition: reflectedIffHLA.h:105
virtual DtIffStateRepository * isr() const
Synonym for iffStateRep()
Definition: reflectedIffHLA.h:100
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
static DtStateRepCreator theStateRepCreator
Definition: reflectedIffHLA.h:92
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
virtual DtIffStateRepository * iffStateRep() const
Returns a pointer to the IffStateRepository, through which you can inspect current state information...
Definition: reflectedIffHLA.h:95
This file provides a declaration of the class DtReflectedObject.