1 #ifndef __JACOUSTICS__JTRANSCEIVER__ 
    2 #define __JACOUSTICS__JTRANSCEIVER__ 
   18 namespace JACOUSTICS {}
 
   19 namespace JPP { 
using namespace JACOUSTICS; }
 
   21 namespace JACOUSTICS {
 
   71                            this->receiver.getID(),
 
JTransceiver()
Default constructor. 
 
double getDistance(const JVector3D &pos) const 
Get distance to point. 
 
static const JSoundVelocity getSoundVelocity(1541.0,-17.0e-3,-2000.0)
Function object for velocity of sound. 
 
JTransceiver(const JEmitter &emitter, const JReceiver &receiver)
Constructor. 
 
double getT(const double t_s) const 
Get corrected time. 
 
JTransmission getTransmission(const JToAshort &data, const JAbstractSoundVelocity &V=getSoundVelocity) const 
Get transmission. 
 
Interface for velocity of sound. 
 
double getDistance() const 
Get distance between emitter and receiver. 
 
double getZ() const 
Get z position.