Information to store for each device. More...
Collaboration diagram for ns3::TrafficControlLayer::NetDeviceInfo:Public Attributes | |
| Ptr< NetDeviceQueueInterface > | ndqi |
| the netdevice queue interface More... | |
| QueueDiscVector | queueDiscsToWake |
| the vector of queue discs to wake More... | |
| Ptr< QueueDisc > | rootQueueDisc |
| the root queue disc on the device More... | |
Information to store for each device.
Definition at line 221 of file traffic-control-layer.h.
| 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.
the root queue disc on the device
Definition at line 222 of file traffic-control-layer.h.