1#ifndef __JACOUSTICS__JTRANSCEIVER__
2#define __JACOUSTICS__JTRANSCEIVER__
67 this->receiver.getID(),
69 data.QUALITYNORMALISATION,
double getDistance(const JVector3D &pos) const
Get distance to point.
double getZ() const
Get z position.
Auxiliary classes and methods for acoustic position calibration.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Interface for depth dependend velocity of sound.
virtual double getTime(const double D_m, const double z1, const double z2) const =0
Get propagation time of sound.
double getT(const double t_s) const
Get corrected time.
Time-of-arrival data from acoustic piezo sensor or hydrophone.
JTransmission getTransmission(const JToA &data, const JAbstractSoundVelocity &V) const
Get transmission.
JTransceiver()
Default constructor.
double getDistance() const
Get distance between emitter and receiver.
JTransceiver(const JEmitter &emitter, const JReceiver &receiver)
Constructor.