72 virtual inline void sendFinalPduOnDestruction(
bool onOff );
79 virtual void setRelPosThreshold(
double val );
80 virtual double relPosThreshold()
const;
83 virtual void setAbsPosThreshold(
double val );
84 virtual double absPosThreshold()
const;
87 virtual void setAccelThreshold(
double val );
88 virtual double accelThreshold()
const;
91 static inline void setDfltRelPosThreshold(
double val );
92 static inline double dfltRelPosThreshold();
95 static inline void setDfltAbsPosThreshold(
double val );
96 static inline double dfltAbsPosThreshold();
99 static inline void setDfltAccelThreshold(
double val );
100 static inline double dfltAccelThreshold();
103 static void setStateRepCreator(DtStateRepCreator creator);
104 static DtStateRepCreator stateRepCreator(
void);
106 static void setClassDfltTimeThreshold(
DtTime threshold);
126 static DtStateRepCreator theStateRepCreator;
128 static double theDfltRelPosThreshold;
129 static double theDfltAbsPosThreshold;
130 static double theDfltAccelThreshold;
131 static DtTime theClassDfltTimeThreshold;
132 static bool theClassDfltIsSetFlag;
136 bool mySendFinalInDtor;
156 inline void DtDesignatorPublisher::sendFinalPduOnDestruction(
bool onOff )
158 mySendFinalInDtor = onOff;
161 inline void DtDesignatorPublisher::setDfltRelPosThreshold(
double val )
163 theDfltRelPosThreshold = val;
166 inline double DtDesignatorPublisher::dfltRelPosThreshold()
168 return theDfltRelPosThreshold;
171 inline void DtDesignatorPublisher::setDfltAbsPosThreshold(
double val )
173 theDfltAbsPosThreshold = val;
176 inline double DtDesignatorPublisher::dfltAbsPosThreshold()
178 return theDfltAbsPosThreshold;
181 inline void DtDesignatorPublisher::setDfltAccelThreshold(
double val )
183 theDfltAccelThreshold = val;
186 inline double DtDesignatorPublisher::dfltAccelThreshold()
188 return theDfltAccelThreshold;
DtStateRepository * myStateRep
Definition: objectPublisherHLA.h:202
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
virtual DtHlaStateEncoder * encoder()
Returns a pointer to the Encoder being used to encode current state into an outgoing message...
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
static const DtObjectId & defaultId()
class DtDesignatorPublisher:
Definition: designatorPublisherHLA.h:27
DtHlaStateEncoder * myEncoder
Definition: objectPublisherHLA.h:204
virtual DtDesignatorRepository * designatorStateRep()
Returns a pointer to the DtDesignatorRepository - through which you can set or inspect current state ...
Definition: designatorPublisherHLA.h:105
Instances of DtObjectPublisher are used for local or source simulations of objects, (i.e.
Definition: objectPublisherHLA.h:34
Functions in vlPrint.h provide an error and print facility for vrlink.
virtual void tick()
Tick (update) this object.
class DtDesignatorEncoder:
Definition: designatorEncoderHLA.h:36
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in RTI1.3.3, but the objectId in RTI1...
virtual void forceUpdate()
Specify a set of attributes that should be included in the ahvps the next time tick is called...
DtHlaStateDecoder * myDecoder
Definition: objectPublisherHLA.h:205
DtObjectPublisher & operator=(const DtObjectPublisher &orig)
assignment operator – not implemented
virtual DtDesignatorRepository * dsr()
Synonym for designatorStateRep().
Definition: designatorPublisherHLA.h:110
This class declares the DIS version of DtObjectPublisher.
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
class DtDesignatorRepository:
Definition: designatorRepository.h:20
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual const DtObjectId & id() const
Get the object's local identifier.
void init(RTI::ObjectClassHandle hand, DtStateRepository *stateRep, DtStateRepository *asSeenByRemote, DtHlaStateEncoder *encoder=0, DtHlaStateDecoder *decoder=0)
class DtDesignatorDecoder:
Definition: designatorDecoderHLA.h:31
virtual const DtObjectId & localId() const
Get the object's local identifier.
Definition: objectPublisherHLA.h:247
virtual DtHlaStateDecoder * decoder()
Returns a pointer to the Decoder being used to decode state messages that we send back into the asSee...