BundleOfferEntry represents one Bundle, a single entry in a Bundle TLV sent by a Prophet router in the WAIT_RIB or OFFER state. More...
#include <BundleTLVEntry.h>
Public Member Functions | |
BundleOfferEntry (u_int32_t cts, u_int32_t seq, u_int16_t sid, bool custody, bool ack) | |
Constructor. | |
BundleOfferEntry (const BundleOfferEntry &b) | |
Copy constructor. | |
virtual | ~BundleOfferEntry () |
Destructor. | |
Protected Member Functions | |
BundleOfferEntry () | |
Default constructor, only used by friend classes. | |
Friends | |
class | PointerList< BundleOfferEntry > |
BundleOfferEntry represents one Bundle, a single entry in a Bundle TLV sent by a Prophet router in the WAIT_RIB or OFFER state.
Definition at line 230 of file BundleTLVEntry.h.
prophet::BundleOfferEntry::BundleOfferEntry | ( | u_int32_t | cts, | |
u_int32_t | seq, | |||
u_int16_t | sid, | |||
bool | custody, | |||
bool | ack | |||
) | [inline] |
Constructor.
Definition at line 236 of file BundleTLVEntry.h.
prophet::BundleOfferEntry::BundleOfferEntry | ( | const BundleOfferEntry & | b | ) | [inline] |
Copy constructor.
Definition at line 244 of file BundleTLVEntry.h.
virtual prophet::BundleOfferEntry::~BundleOfferEntry | ( | ) | [inline, virtual] |
Destructor.
Definition at line 250 of file BundleTLVEntry.h.
prophet::BundleOfferEntry::BundleOfferEntry | ( | ) | [inline, protected] |
Default constructor, only used by friend classes.
Definition at line 258 of file BundleTLVEntry.h.
References prophet::BundleTLVEntry::type_, and prophet::BundleTLVEntry::UNDEFINED.
friend class PointerList< BundleOfferEntry > [friend] |
Definition at line 253 of file BundleTLVEntry.h.