A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::TrafficControlLayer::NetDeviceInfo Struct Reference

Information to store for each device. More...

+ Collaboration diagram for ns3::TrafficControlLayer::NetDeviceInfo:

Public Attributes

Ptr< NetDeviceQueueInterfacendqi
 the netdevice queue interface More...
 
QueueDiscVector queueDiscsToWake
 the vector of queue discs to wake More...
 
Ptr< QueueDiscrootQueueDisc
 the root queue disc on the device More...
 

Detailed Description

Information to store for each device.

Definition at line 221 of file traffic-control-layer.h.

Member Data Documentation

Ptr<NetDeviceQueueInterface> ns3::TrafficControlLayer::NetDeviceInfo::ndqi

the netdevice queue interface

Definition at line 223 of file traffic-control-layer.h.

QueueDiscVector ns3::TrafficControlLayer::NetDeviceInfo::queueDiscsToWake

the vector of queue discs to wake

Definition at line 224 of file traffic-control-layer.h.

Ptr<QueueDisc> ns3::TrafficControlLayer::NetDeviceInfo::rootQueueDisc

the root queue disc on the device

Definition at line 222 of file traffic-control-layer.h.


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