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
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,
166 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:193
This file declares the DIS version of DtIffStateEncoder.
Instances of DtIffPublisher are used to take care of the details associated with publishing the state...
Definition: iffPublisherDIS.h:41
Contains the DtIffStateRepository class declaration.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Definition: disEnums.h:2093
Instances of DtIffStateDecoder are used to take state information from an emission state PDU and plac...
Definition: iffStateDecoder.h:33
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:39
DtObjectId myId
Definition: iffPublisherDIS.h:145
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: objectPublisherDIS.h:36
virtual void forceUpdate()=0
For publisher to send PDU on next tick.
#define iffFindOwnId()
Definition: iffPublisherDIS.h:35
DtIffStateDecoder * myIffDecoder
Definition: iffPublisherDIS.h:146
Definition: disEnums.h:2099
virtual const DtObjectId & id() const =0
The id is the same as the globalId, a DtEntityIdentifier unique to this object.
DtIffAtcNavaidsSysName
Definition: disEnums.h:2113
static const DtObjectId & findOwnId()
Returns an id of (-1,-1,-1).
char * myName
Definition: iffPublisherDIS.h:153
virtual const DtObjectId & id() const
Get the entity's identifier.
static bool theClassDfltIsSetFlag
Definition: iffPublisherDIS.h:152
Definition: disEnums.h:2092
Definition: vlVector.h:162
virtual const DtObjectId & localId() const
Get the entity's localId - same as id for DIS.
Definition: iffPublisherDIS.h:161
virtual const DtGlobalObjectDesignator & globalId() const =0
The entityIdentifier unique to this object.
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
static DtStateRepCreator theStateRepCreator
Definition: iffPublisherDIS.h:150
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
static DtTime theClassDfltTimeThreshold
Definition: iffPublisherDIS.h:151
This file declares the DIS version of DtIffStateDecoder.
Definition: disEnums.h:2090
DtIffStateEncoder * myIffEncoder
Definition: iffPublisherDIS.h:147
virtual bool tick()=0
Tick (update) this object.
Definition: disEnums.h:2095
Definition: disEnums.h:2091
virtual DtIffStateRepository * isr()
Definition: iffPublisherDIS.h:156
virtual const DtObjectId & localId() const =0
The localId is the same as the globalId, a DtEntityIdentifier unique to this object.
Instances of DtIffStateEncoder are used to take state information from a DtIffStateRepository and pla...
Definition: iffStateEncoder.h:36