Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index

Class: LDPPacketRun

This is a base class.

Description:
.

Data Fields
privatedoubletime1
privateSequenceseq1
privatedoubletime2
privateSequenceseq2
privateintproduct

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.


Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index