Jpp
15.0.2
the software that should make you happy
|
Auxiliary class to compare transmissions. More...
#include <JTransmission.hh>
Public Member Functions | |
compare (const double precision) | |
Constructor. More... | |
bool | operator() (const JTransmission &first, const JTransmission &second) const |
Compare two transmissions. More... | |
Public Attributes | |
const double | precision |
Auxiliary class to compare transmissions.
Definition at line 169 of file JTransmission.hh.
|
inline |
Constructor.
precision | precision |
Definition at line 177 of file JTransmission.hh.
|
inline |
Compare two transmissions.
The transmission wih the earliest time-of-arrival comes first.
If the two transmissions are equal within the specified precision, the transmission with the highest quality comes first.
first | first transmission |
second | second transmission |
Definition at line 193 of file JTransmission.hh.
|
inherited |
Definition at line 162 of file JTransmission.hh.