|
Jpp test-rotations-old
the software that should make you happy
|
Auxiliary class to compare transmissions. More...
#include <JTransmission.hh>
Public Member Functions | |
| compare (const double precision) | |
| Constructor. | |
| bool | operator() (const JTransmission &first, const JTransmission &second) const |
| Compare two transmissions. | |
Public Attributes | |
| const double | precision |
Auxiliary class to compare transmissions.
Definition at line 228 of file JTransmission.hh.
|
inline |
Constructor.
| precision | time-of-arrival precision [s] |
Definition at line 236 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.
If also the qualities are the same, the time-of-arrival is again used.
| first | first transmission |
| second | second transmission |
Definition at line 253 of file JTransmission.hh.
|
inherited |
Definition at line 221 of file JTransmission.hh.