11 #ifndef iffPublisherDIS_H_
12 #define iffPublisherDIS_H_
27 #define DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG 1
30 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
31 static inline const DtObjectId& iffFindOwnId();
35 #define iffFindOwnId() DtIffPublisher::findOwnId()
70 const char* name = 0);
124 static void setStateRepCreator(DtStateRepCreator creator);
125 static DtStateRepCreator stateRepCreator(
void);
127 static void setClassDfltTimeThreshold(
DtTime threshold);
135 void init(
const char* name,
146 DtIffStateDecoder* myIffDecoder;
147 DtIffStateEncoder* myIffEncoder;
150 static DtStateRepCreator theStateRepCreator;
151 static DtTime theClassDfltTimeThreshold;
152 static bool theClassDfltIsSetFlag;
166 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
169 return DtIffPublisher::findOwnId();
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:221
This file declares the DIS version of DtIffStateEncoder.
class DtIffPublisher:
Definition: iffPublisherHLA.h:24
Contains the DtIffStateRepository class declaration.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
DtString myName
Definition: objectPublisherHLA.h:227
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: disEnums.h:2093
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
DtIffAtcNavaidsSysType
Definition: disEnums.h:2125
static const DtVector32 & zero()
Get a zeroed vector.
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
Definition: disEnums.h:2099
DtIffAtcNavaidsSysName
Definition: disEnums.h:2113
Definition: disEnums.h:2092
virtual bool tick()
Tick (update) this object.
Definition: vlVector.h:162
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in RTI1.3.3, but the objectId in RTI1...
virtual void forceUpdate()
Specify a set of attributes that should be included in the ahvps the next time tick is called...
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
This class declares the DIS version of DtObjectPublisher.
Definition: disEnums.h:2096
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
This file declares the DIS version of DtIffStateDecoder.
Definition: disEnums.h:2090
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual const DtObjectId & id() const
Get the object's local identifier.
Definition: disEnums.h:2095
Definition: disEnums.h:2091
virtual DtIffStateRepository * isr()
Synonym for iffStateRep()
Definition: iffPublisherHLA.h:158
void init(RTI::ObjectClassHandle hand, DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0)
virtual const DtObjectId & localId() const
Get the object's local identifier.
Definition: objectPublisherHLA.h:277