Acoustic transmission identifier.  
 More...
#include <JTransmission_t.hh>
Acoustic transmission identifier. 
Definition at line 26 of file JTransmission_t.hh.
 
◆ JTransmission_t() [1/2]
  
  
      
        
          | JACOUSTICS::JTransmission_t::JTransmission_t  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JTransmission_t() [2/2]
  
  
      
        
          | JACOUSTICS::JTransmission_t::JTransmission_t  | 
          ( | 
          const int  | 
          tx,  | 
         
        
           | 
           | 
          const int  | 
          rx  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | tx | emitter identifier  | 
    | rx | receiver identifier  | 
  
   
Definition at line 44 of file JTransmission_t.hh.
 
 
◆ less()
Less than method. 
- Parameters
 - 
  
    | id | transmission identifier  | 
  
   
- Returns
 - true is this transmission identifier is less than given transmision identifier; else false 
 
Definition at line 58 of file JTransmission_t.hh.
   60       if (this->
tx == 
id.
tx)
 
   61         return this->
rx < 
id.rx;
 
   63         return this->tx < 
id.tx;
 
 
 
 
◆ operator>>
Read transmission identifier from input stream. 
- Parameters
 - 
  
    | in | input stream  | 
    | object | transmission identifier  | 
  
   
- Returns
 - input stream 
 
Definition at line 74 of file JTransmission_t.hh.
   76       return in >> 
object.tx >> 
object.rx;
 
 
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JTransmission_t &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write transmission identifier to output stream. 
- Parameters
 - 
  
    | out | output stream  | 
    | object | transmission identifier  | 
  
   
- Returns
 - output stream 
 
Definition at line 87 of file JTransmission_t.hh.
   89       return out << 
object.tx << 
' ' << 
object.rx;
 
 
 
 
◆ tx
      
        
          | int JACOUSTICS::JTransmission_t::tx | 
        
      
 
 
◆ rx
      
        
          | int JACOUSTICS::JTransmission_t::rx | 
        
      
 
 
The documentation for this struct was generated from the following file: