47 virtual inline void setLocThreshold(
double val );
48 virtual inline double locThreshold()
const;
DtArealObjectStatePdu myPdu
Definition: arealObjectEncoderDIS.h:66
virtual void setLocThreshold(double val)
Set/Query the value of the Location Update Threshold.
Definition: arealObjectEncoderDIS.h:72
Contains the DtArealObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
double myLocThresholdSquared
Definition: arealObjectEncoderDIS.h:67
Provides encoding logic for the DtArealObjectStatePdu class.
Definition: arealObjectEncoderDIS.h:20
Instances of DtArealObjectStatePdu are used to communicate information about the addition/modificatio...
Definition: arealObjectStatePdu.h:36
The DtStateEncoder class provides a base class for all DIS encoders.
Definition: stateEncoder.h:33
This file declares DtArealObjectStatePdu – DIS Only.
virtual double locThreshold() const
Set/Query the value of the Location Update Threshold.
Definition: arealObjectEncoderDIS.h:77
DtStateEncoder & operator=(const DtStateEncoder &orig)
Assignment operator.
Instances of DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26
This file declares the DIS version of DtStateEncoder.