A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
CobaltQueueDiscTestItem Class Reference

Cobalt Queue Disc Test Item. More...

+ Inheritance diagram for CobaltQueueDiscTestItem:
+ Collaboration diagram for CobaltQueueDiscTestItem:

Public Member Functions

 CobaltQueueDiscTestItem ()=delete
 
 CobaltQueueDiscTestItem (const CobaltQueueDiscTestItem &)=delete
 
 CobaltQueueDiscTestItem (Ptr< Packet > p, const Address &addr, bool ecnCapable)
 Constructor.
 
 ~CobaltQueueDiscTestItem () override
 
void AddHeader () override
 Add the header to the packet.
 
bool Mark () override
 Marks the packet as a substitute for dropping it, such as for Explicit Congestion Notification.
 
CobaltQueueDiscTestItemoperator= (const CobaltQueueDiscTestItem &)=delete
 
- Public Member Functions inherited from ns3::QueueDiscItem
 QueueDiscItem ()=delete
 
 QueueDiscItem (const QueueDiscItem &)=delete
 
 QueueDiscItem (Ptr< Packet > p, const Address &addr, uint16_t protocol)
 Create a queue disc item.
 
 ~QueueDiscItem () override
 
virtual void AddHeader ()=0
 Add the header to the packet.
 
Address GetAddress () const
 Get the MAC address included in this item.
 
uint16_t GetProtocol () const
 Get the L3 protocol included in this item.
 
Time GetTimeStamp () const
 Get the timestamp included in this item.
 
uint8_t GetTxQueueIndex () const
 Get the transmission queue index included in this item.
 
virtual uint32_t Hash (uint32_t perturbation=0) const
 Computes the hash of various fields of the packet header.
 
virtual bool Mark ()=0
 Marks the packet as a substitute for dropping it, such as for Explicit Congestion Notification.
 
QueueDiscItemoperator= (const QueueDiscItem &)=delete
 
void Print (std::ostream &os) const override
 Print the item contents.
 
void SetTimeStamp (Time t)
 Set the timestamp included in this item.
 
void SetTxQueueIndex (uint8_t txq)
 Set the transmission queue index to store in this item.
 
- Public Member Functions inherited from ns3::QueueItem
 QueueItem ()=delete
 
 QueueItem (const QueueItem &)=delete
 
 QueueItem (Ptr< Packet > p)
 Create a queue item containing a packet.
 
virtual ~QueueItem ()
 
Ptr< PacketGetPacket () const
 
virtual uint32_t GetSize () const
 Use this method (instead of GetPacket ()->GetSize ()) to get the packet size.
 
virtual bool GetUint8Value (Uint8Values field, uint8_t &value) const
 Retrieve the value of a given field from the packet, if present.
 
QueueItemoperator= (const QueueItem &)=delete
 
virtual void Print (std::ostream &os) const
 Print the item contents.
 
- Public Member Functions inherited from ns3::SimpleRefCount< QueueItem >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Private Attributes

bool m_ecnCapablePacket
 ECN capable packet?
 

Additional Inherited Members

- Public Types inherited from ns3::QueueItem
typedef void(* TracedCallback) (Ptr< const QueueItem > item)
 TracedCallback signature for Ptr<QueueItem>
 
enum  Uint8Values { IP_DSFIELD }
 1-byte fields of the packet whose value can be retrieved, if present More...
 

Detailed Description

Cobalt Queue Disc Test Item.

Definition at line 40 of file cobalt-queue-disc-test-suite.cc.

Constructor & Destructor Documentation

◆ CobaltQueueDiscTestItem() [1/3]

CobaltQueueDiscTestItem::CobaltQueueDiscTestItem ( Ptr< Packet p,
const Address addr,
bool  ecnCapable 
)

Constructor.

Parameters
ppacket
addraddress
ecnCapableECN capable

Definition at line 65 of file cobalt-queue-disc-test-suite.cc.

◆ ~CobaltQueueDiscTestItem()

CobaltQueueDiscTestItem::~CobaltQueueDiscTestItem ( )
override

Definition at line 73 of file cobalt-queue-disc-test-suite.cc.

◆ CobaltQueueDiscTestItem() [2/3]

CobaltQueueDiscTestItem::CobaltQueueDiscTestItem ( )
delete

◆ CobaltQueueDiscTestItem() [3/3]

CobaltQueueDiscTestItem::CobaltQueueDiscTestItem ( const CobaltQueueDiscTestItem )
delete

Member Function Documentation

◆ AddHeader()

void CobaltQueueDiscTestItem::AddHeader ( )
overridevirtual

Add the header to the packet.

Subclasses may keep header and payload separate to allow manipulating the header, so this method allows to add the header to the packet before sending the packet to the device.

Implements ns3::QueueDiscItem.

Definition at line 78 of file cobalt-queue-disc-test-suite.cc.

◆ Mark()

bool CobaltQueueDiscTestItem::Mark ( )
overridevirtual

Marks the packet as a substitute for dropping it, such as for Explicit Congestion Notification.

Returns
true if the packet is marked by this method or is already marked, false otherwise

Implements ns3::QueueDiscItem.

Definition at line 83 of file cobalt-queue-disc-test-suite.cc.

References m_ecnCapablePacket.

◆ operator=()

CobaltQueueDiscTestItem & CobaltQueueDiscTestItem::operator= ( const CobaltQueueDiscTestItem )
delete

Member Data Documentation

◆ m_ecnCapablePacket

bool CobaltQueueDiscTestItem::m_ecnCapablePacket
private

ECN capable packet?

Definition at line 62 of file cobalt-queue-disc-test-suite.cc.

Referenced by Mark().


The documentation for this class was generated from the following file: