Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index

Class: LDPPacketStub

This is a base class.

Description:
.

Embedded Classes:
LDPPacketStub::MaybeException

Data Fields
publicstatic const intMAX_LDP_PAGES
publicstatic const doubleMAX_LDP_DURATION
publicstatic const doubleMAX_TIME_PER_PACKET
privateboolis_xrt
privatedoubletime
privateSequenceseq
privateintproduct
privateintpage
privateintnpages
privateLDPStub*ldp

Constructors / Destructor
public LDPPacketStub(LDPPacket* packet)
Constructor.
public ~LDPPacketStub()

Methods
public virtual LDPStub* getLDP()

.

public virtual void setLDP(LDPStub* ldp)
Will set the page count in the LDP if this packet knows it.
public virtual int getLDPPageCount()
Returns the page count if known or zero if it isn't.
public virtual int getProduct()

.

public virtual bool sameLDPAs(LDPPacketStub* stub)

.
Throws: LDPPacketStub::MaybeException

Operators
public bool const LDPPacketStub& < const LDPPacketStub&
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.
public bool const LDPPacketStub& == const LDPPacketStub&
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