26 class DT_DLL_VL DtUnderwaterAcousticsEncoder :
public DtStateEncoder
31 DtUnderwaterAcousticsEncoder();
34 DtUnderwaterAcousticsEncoder(
const DtUnderwaterAcousticsEncoder& orig );
37 virtual ~DtUnderwaterAcousticsEncoder();
40 DtUnderwaterAcousticsEncoder& operator = (
const DtUnderwaterAcousticsEncoder& orig );
46 virtual DtUnderwaterAcousticPdu* stateMsg(
52 virtual void setAzimuthThreshold(
double threshold );
55 virtual double azimuthThreshold()
const;
59 virtual void setElevationThreshold(
double threshold );
62 virtual double elevationThreshold()
const;
65 DtCLONE_ENCODER( DtUnderwaterAcousticsEncoder );
76 DtUnderwaterAcousticPdu* pdu );
80 DtUnderwaterAcousticPdu myAsPdu;