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()
101 static void setStateRepCreator(DtStateRepCreator creator);
102 static DtStateRepCreator stateRepCreator(
void);
104 static void setClassDfltTimeThreshold(
DtTime threshold);
112 void init(
const char* name,
143 #if DT_CANT_USE_STATIC_MEMBER_FCN_AS_DFLT_ARG
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:176
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:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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:57
DtObjectId myId
Definition: iffPublisherDIS.h:122
DtIffAtcNavaidsSysType
Definition: disEnums.h:2087
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:123
virtual const DtObjectId & id() const =0
The id is the same as the globalId, a DtEntityIdentifier unique to this object.
static const DtObjectId & findOwnId()
Returns an id of (-1,-1,-1).
char * myName
Definition: iffPublisherDIS.h:130
virtual const DtObjectId & id() const
Get the entity's identifier.
static bool theClassDfltIsSetFlag
Definition: iffPublisherDIS.h:129
virtual const DtObjectId & localId() const
Get the entity's localId - same as id for DIS.
Definition: iffPublisherDIS.h:138
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:127
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.
static DtTime theClassDfltTimeThreshold
Definition: iffPublisherDIS.h:128
This file declares the DIS version of DtIffStateDecoder.
virtual void tick()=0
Tick (update) this object.
DtIffStateEncoder * myIffEncoder
Definition: iffPublisherDIS.h:124
virtual DtIffStateRepository * isr()
Definition: iffPublisherDIS.h:133
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:24