77 virtual inline void sendFinalPduOnDestruction(
bool onOff );
84 virtual void setLocThreshold(
double val );
85 virtual double locThreshold()
const;
88 static inline void setDfltLocThreshold(
double val );
89 static inline double dfltLocThreshold();
92 static void setStateRepCreator( DtStateRepCreator creator );
93 static DtStateRepCreator stateRepCreator();
95 static void setClassDfltTimeThreshold(
DtTime threshold );
static double dfltLocThreshold()
Definition: linearObjectPublisherDIS.h:153
static void setDfltLocThreshold(double val)
Get/Set default Location threshold.
Definition: linearObjectPublisherDIS.h:148
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:193
Definition: linearObjectPublisherDIS.h:21
Contains the DtLinearObjectRepository class declaration.
virtual const DtObjectId & localId() const
Get the point object's localId - same as id for DIS.
Definition: linearObjectPublisherDIS.h:70
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
bool myStateRepPassedFlag
Definition: linearObjectPublisherDIS.h:123
static const DtEntityIdentifier & defaultId()
Returns a reference to an instance of -1:-1:-1.
virtual DtLinearObjectRepository * linearObjectStateRep()
Returns a pointer to the DtLinearObjectRepository - through which you can set or inspect current stat...
Definition: linearObjectPublisherDIS.h:128
static DtTime theClassDfltTimeThreshold
Definition: linearObjectPublisherDIS.h:118
virtual DtLinearObjectDecoder * decoder()
Returns a pointer to the Decoder being used to decode PDUs that we send back into the asSeenByRemote ...
Definition: linearObjectPublisherDIS.h:60
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherDIS.h:36
virtual DtLinearObjectEncoder * encoder()
Returns a pointer to the Encoder being used to encode current state into an entity state PDU...
Definition: linearObjectPublisherDIS.h:64
Functions in vlPrint.h provide an error and print facility for vrlink.
virtual void forceUpdate()=0
For publisher to send PDU on next tick.
Provides decoding logic for the DtLinearObjectStatePdu class.
Definition: linearObjectDecoderDIS.h:20
virtual const DtObjectId & id() const =0
The id is the same as the globalId, a DtEntityIdentifier unique to this object.
static DtStateRepCreator theStateRepCreator
Definition: linearObjectPublisherDIS.h:115
DtSyntheticEnvironmentObjectType is a class which contains information identifying the type of a synt...
Definition: vlpi/syntheticEnvironmentObjectType.h:19
Provides encoding logic for the DtLinearObjectStatePdu class.
Definition: linearObjectEncoderDIS.h:20
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
Contains the DIS DtLinearObjectDecoder class declaration.
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
virtual const DtGlobalObjectDesignator & globalId() const
Get the global object designator - same as id for DIS.
Definition: linearObjectPublisherDIS.h:73
Contains the DIS DtLinearObjectEncoder class declaration.
DtLinearObjectEncoder * myEncoder
Definition: linearObjectPublisherDIS.h:122
This class declares the DIS version of DtObjectPublisher.
DtLinearObjectDecoder * myDecoder
Definition: linearObjectPublisherDIS.h:121
bool mySendFinalInDtor
Definition: linearObjectPublisherDIS.h:124
virtual bool tick()=0
Tick (update) this object.
virtual void forceUpdate()
Force a state update to be sent during the next call to tick, even if nothing would normally cause a ...
Definition: linearObjectPublisherDIS.h:138
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49
virtual void setSendNeeded()
Sets myForceSendNeeded to true.
virtual void sendFinalPduOnDestruction(bool onOff)
Set flag indicating whether to send a final PDU with the "FinalPdu" appearance bit set...
Definition: linearObjectPublisherDIS.h:143
virtual DtLinearObjectRepository * losr()
Synonym for pointObjectStateRep().
Definition: linearObjectPublisherDIS.h:133
static bool theClassDfltIsSetFlag
Definition: linearObjectPublisherDIS.h:119
static double theDfltLocThreshold
Definition: linearObjectPublisherDIS.h:117