1 #ifndef __JACOUSTICS__JTRANSMISSION_T__ 
    2 #define __JACOUSTICS__JTRANSMISSION_T__ 
   60       if (this->
tx == 
id.
tx)
 
   61         return this->
rx < 
id.rx;
 
   63         return this->tx < 
id.tx;
 
   76       return in >> 
object.tx >> 
object.rx;
 
   89       return out << 
object.tx << 
' ' << 
object.rx;
 
Auxiliary classes and methods for acoustic position calibration.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Acoustic transmission identifier.
 
JTransmission_t(const int tx, const int rx)
Constructor.
 
JTransmission_t()
Default constructor.
 
friend std::ostream & operator<<(std::ostream &out, const JTransmission_t &object)
Write transmission identifier to output stream.
 
friend std::istream & operator>>(std::istream &in, JTransmission_t &object)
Read transmission identifier from input stream.
 
bool less(const JTransmission_t &id) const
Less than method.
 
int rx
receiver identifier
 
Template definition of auxiliary base class for comparison of data structures.