76 virtual inline void sendFinalPduOnDestruction(
bool onOff );
83 virtual void setLocThreshold(
double val );
84 virtual double locThreshold()
const;
87 static inline void setDfltLocThreshold(
double val );
88 static inline double dfltLocThreshold();
91 static void setStateRepCreator( DtStateRepCreator creator );
92 static DtStateRepCreator stateRepCreator();
94 static void setClassDfltTimeThreshold(
DtTime threshold );
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:176
static DtTime theClassDfltTimeThreshold
Definition: arealObjectPublisherDIS.h:117
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
static void setDfltLocThreshold(double val)
Get/Set default Location threshold.
Definition: arealObjectPublisherDIS.h:147
virtual DtArealObjectRepository * arealObjectStateRep()
Returns a pointer to the DtArealObjectRepository - through which you can set or inspect current state...
Definition: arealObjectPublisherDIS.h:127
Contains the DtArealObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void forceUpdate()
Force a state update to be sent during the next call to tick, even if nothing would normally cause a ...
Definition: arealObjectPublisherDIS.h:137
static const DtEntityIdentifier & defaultId()
Returns a reference to an instance of -1:-1:-1.
Contains the DIS DtArealObjectDecoder class declaration.
Contains the DIS DtArealObjectEncoder class declaration.
static bool theClassDfltIsSetFlag
Definition: arealObjectPublisherDIS.h:118
Provides decoding logic for the DtArealObjectStatePdu class.
Definition: arealObjectDecoderDIS.h:20
DtArealObjectDecoder * myDecoder
Definition: arealObjectPublisherDIS.h:120
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherDIS.h:36
Functions in vlPrint.h provide an error and print facility for vrlink.
virtual void forceUpdate()=0
For publisher to send PDU on next tick.
static DtStateRepCreator theStateRepCreator
Definition: arealObjectPublisherDIS.h:114
Provides encoding logic for the DtArealObjectStatePdu class.
Definition: arealObjectEncoderDIS.h:20
DtArealObjectEncoder * myEncoder
Definition: arealObjectPublisherDIS.h:121
virtual const DtObjectId & id() const =0
The id is the same as the globalId, a DtEntityIdentifier unique to this object.
static double dfltLocThreshold()
Definition: arealObjectPublisherDIS.h:152
Definition: arealObjectPublisherDIS.h:21
virtual DtArealObjectRepository * aosr()
Synonym for pointObjectStateRep().
Definition: arealObjectPublisherDIS.h:132
DtSyntheticEnvironmentObjectType is a class which contains information identifying the type of a synt...
Definition: vlpi/syntheticEnvironmentObjectType.h:19
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual DtArealObjectDecoder * decoder()
Returns a pointer to the Decoder being used to decode PDUs that we send back into the asSeenByRemote ...
Definition: arealObjectPublisherDIS.h:59
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
Instances of DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
virtual const DtObjectId & localId() const
Get the point object's localId - same as id for DIS.
Definition: arealObjectPublisherDIS.h:69
This class declares the DIS version of DtObjectPublisher.
virtual DtArealObjectEncoder * encoder()
Returns a pointer to the Encoder being used to encode current state into an entity state PDU...
Definition: arealObjectPublisherDIS.h:63
virtual void sendFinalPduOnDestruction(bool onOff)
Set flag indicating whether to send a final PDU with the "FinalPdu" appearance bit set...
Definition: arealObjectPublisherDIS.h:142
virtual void tick()=0
Tick (update) this object.
virtual const DtGlobalObjectDesignator & globalId() const
Get the global object designator - same as id for DIS.
Definition: arealObjectPublisherDIS.h:72
static double theDfltLocThreshold
Definition: arealObjectPublisherDIS.h:116
virtual void setSendNeeded()
Sets myForceSendNeeded to true.
bool mySendFinalInDtor
Definition: arealObjectPublisherDIS.h:123
bool myStateRepPassedFlag
Definition: arealObjectPublisherDIS.h:122