76 virtual inline void sendFinalPduOnDestruction(
bool onOff );
83 virtual void setLocThreshold(
double val );
84 virtual double locThreshold()
const;
87 virtual void setOriThreshold(
double val );
88 virtual double oriThreshold()
const;
91 static inline void setDfltLocThreshold(
double val );
92 static inline double dfltLocThreshold();
95 static inline void setDfltOriThreshold(
double val );
96 static inline double dfltOriThreshold();
99 static void setStateRepCreator( DtStateRepCreator creator );
100 static DtStateRepCreator stateRepCreator();
102 static void setClassDfltTimeThreshold(
DtTime threshold );
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:176
static double dfltLocThreshold()
Definition: pointObjectPublisherDIS.h:161
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
Contains the DtPointObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static const DtEntityIdentifier & defaultId()
Returns a reference to an instance of -1:-1:-1.
static double theDfltLocThreshold
Definition: pointObjectPublisherDIS.h:124
virtual const DtObjectId & localId() const
Get the point object's localId - same as id for DIS.
Definition: pointObjectPublisherDIS.h:69
virtual DtPointObjectEncoder * encoder()
Returns a pointer to the Encoder being used to encode current state into an entity state PDU...
Definition: pointObjectPublisherDIS.h:63
static void setDfltLocThreshold(double val)
Get/Set default Location threshold.
Definition: pointObjectPublisherDIS.h:156
virtual const DtGlobalObjectDesignator & globalId() const
Get the global object designator - same as id for DIS.
Definition: pointObjectPublisherDIS.h:72
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 bool theClassDfltIsSetFlag
Definition: pointObjectPublisherDIS.h:127
DtPointObjectDecoder * myDecoder
Definition: pointObjectPublisherDIS.h:129
virtual DtPointObjectRepository * pointObjectStateRep()
Returns a pointer to the DtPointObjectRepository - through which you can set or inspect current state...
Definition: pointObjectPublisherDIS.h:136
virtual const DtObjectId & id() const =0
The id is the same as the globalId, a DtEntityIdentifier unique to this object.
virtual DtPointObjectDecoder * decoder()
Returns a pointer to the Decoder being used to decode PDUs that we send back into the asSeenByRemote ...
Definition: pointObjectPublisherDIS.h:59
virtual void forceUpdate()
Force a state update to be sent during the next call to tick, even if nothing would normally cause a ...
Definition: pointObjectPublisherDIS.h:146
DtSyntheticEnvironmentObjectType is a class which contains information identifying the type of a synt...
Definition: vlpi/syntheticEnvironmentObjectType.h:19
Contains the DIS DtPointObjectEncoder class declaration.
static double theDfltOriThreshold
Definition: pointObjectPublisherDIS.h:125
Contains the DIS DtPointObjectDecoder class declaration.
Definition: pointObjectPublisherDIS.h:21
Instances of DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
Provides encoding logic for the DtPointObjectStatePdu class.
Definition: pointObjectEncoderDIS.h:20
DtPointObjectEncoder * myEncoder
Definition: pointObjectPublisherDIS.h:130
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
Provides decoding logic for the DtPointObjectStatePdu class.
Definition: pointObjectDecoderDIS.h:20
virtual void sendFinalPduOnDestruction(bool onOff)
Set flag indicating whether to send a final PDU with the "FinalPdu" appearance bit set...
Definition: pointObjectPublisherDIS.h:151
This class declares the DIS version of DtObjectPublisher.
static DtStateRepCreator theStateRepCreator
Definition: pointObjectPublisherDIS.h:122
static DtTime theClassDfltTimeThreshold
Definition: pointObjectPublisherDIS.h:126
virtual void tick()=0
Tick (update) this object.
bool myStateRepPassedFlag
Definition: pointObjectPublisherDIS.h:131
virtual DtPointObjectRepository * posr()
Synonym for pointObjectStateRep().
Definition: pointObjectPublisherDIS.h:141
static double dfltOriThreshold()
Definition: pointObjectPublisherDIS.h:171
bool mySendFinalInDtor
Definition: pointObjectPublisherDIS.h:132
virtual void setSendNeeded()
Sets myForceSendNeeded to true.
static void setDfltOriThreshold(double val)
Get/Set default Orientation threshold.
Definition: pointObjectPublisherDIS.h:166