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 );
static double dfltLocThreshold()
Definition: linearObjectPublisherDIS.h:152
static void setDfltLocThreshold(double val)
Get/Set default Location threshold.
Definition: linearObjectPublisherDIS.h:147
DtStateRepository * myStateRep
Definition: objectPublisherDIS.h:176
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:69
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
bool myStateRepPassedFlag
Definition: linearObjectPublisherDIS.h:122
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:127
static DtTime theClassDfltTimeThreshold
Definition: linearObjectPublisherDIS.h:117
virtual DtLinearObjectDecoder * decoder()
Returns a pointer to the Decoder being used to decode PDUs that we send back into the asSeenByRemote ...
Definition: linearObjectPublisherDIS.h:59
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:63
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:114
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:72
Contains the DIS DtLinearObjectEncoder class declaration.
DtLinearObjectEncoder * myEncoder
Definition: linearObjectPublisherDIS.h:121
This class declares the DIS version of DtObjectPublisher.
DtLinearObjectDecoder * myDecoder
Definition: linearObjectPublisherDIS.h:120
bool mySendFinalInDtor
Definition: linearObjectPublisherDIS.h:123
virtual void 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:137
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:142
virtual DtLinearObjectRepository * losr()
Synonym for pointObjectStateRep().
Definition: linearObjectPublisherDIS.h:132
static bool theClassDfltIsSetFlag
Definition: linearObjectPublisherDIS.h:118
static double theDfltLocThreshold
Definition: linearObjectPublisherDIS.h:116