47 virtual inline void setLocThreshold(
double val );
48 virtual inline double locThreshold()
const;
55 virtual inline void setOriThreshold(
double val );
56 virtual inline double oriThreshold()
const;
Contains the DtLinearObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void setLocThreshold(double val)
Set/Query the value of the Location Update Threshold.
Definition: linearObjectEncoderDIS.h:81
DtLinearObjectStatePdu myPdu
Definition: linearObjectEncoderDIS.h:74
The DtStateEncoder class provides a base class for all DIS encoders.
Definition: stateEncoder.h:33
Instances of DtLinearObjectStatePdu are used to communicate information about the addition/modificati...
Definition: linearObjectStatePdu.h:33
double myLocThresholdSquared
Definition: linearObjectEncoderDIS.h:75
double myOriThresholdSquared
Definition: linearObjectEncoderDIS.h:76
virtual double oriThreshold() const
Set/Query the value of the Orientation Update Threshold.
Definition: linearObjectEncoderDIS.h:96
virtual void setOriThreshold(double val)
Set/Query the value of the Orientation Update Threshold.
Definition: linearObjectEncoderDIS.h:91
Provides encoding logic for the DtLinearObjectStatePdu class.
Definition: linearObjectEncoderDIS.h:20
virtual double locThreshold() const
Set/Query the value of the Location Update Threshold.
Definition: linearObjectEncoderDIS.h:86
DtStateEncoder & operator=(const DtStateEncoder &orig)
Assignment operator.
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26
This file declares the DIS version of DtStateEncoder.
Instances of DtLinearObjectRepository are used to maintain state information needed by linear object ...
Definition: linearObjectRepository.h:49
Contains the DtLinearObjectStatePdu class declaration.