40 virtual DtArealObjectStatePdu* stateMsg(
47 virtual inline void setLocThreshold(
double val );
48 virtual inline double locThreshold()
const;
66 DtArealObjectStatePdu myPdu;
67 double myLocThresholdSquared;
72 inline void DtArealObjectEncoder::setLocThreshold(
double val )
74 myLocThresholdSquared = val*val;
77 inline double DtArealObjectEncoder::locThreshold()
const
79 return sqrt( myLocThresholdSquared );
Contains the DtArealObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtArealObjectEncoder are used to encode areal object state messages from a state reposit...
Definition: arealObjectEncoderHLA.h:31
This file declares DtArealObjectStatePdu – DIS Only.
Instances of DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
This file declares the DIS version of DtStateEncoder.