Description:
.
| Data Fields | ||
| private | double | time1 |
| private | Sequence | seq1 |
| private | double | time2 |
| private | Sequence | seq2 |
| private | int | product |
| Constructors / Destructor | |
| public | LDPPacketRun(double time1, int seq1, double time2, int seq2, int product)Constructor. |
| LDPPacketRun | ~LDPPacketRun() |
| Methods | |||
| LDPPacketRun | bool | overlaps(LDPPacketRun* run)Returns true if two runs have at least one packet in common. | |
| LDPPacketRun | bool | belongsTo(LDPPacketRun* run) | |
| LDPPacketRun | int | sequenceDifference(int sequence1, int sequence2) | |
| Operators | |||
| LDPPacketRun | bool | const LDPPacketRun& < const LDPPacketRun&7******* Compare two runs based on the first packet in each. First compares the packet times and then compares the sequence numbers if the times are equal. | |