A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
drop-tail-queue.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2007 University of Washington
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*/
6
7
#include "
drop-tail-queue.h
"
8
9
namespace
ns3
10
{
11
12
NS_LOG_COMPONENT_DEFINE
(
"DropTailQueue"
);
13
14
NS_OBJECT_TEMPLATE_CLASS_DEFINE
(DropTailQueue, Packet);
15
NS_OBJECT_TEMPLATE_CLASS_DEFINE
(DropTailQueue, QueueDiscItem);
16
17
}
// namespace ns3
drop-tail-queue.h
NS_LOG_COMPONENT_DEFINE
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition
log.h:191
NS_OBJECT_TEMPLATE_CLASS_DEFINE
#define NS_OBJECT_TEMPLATE_CLASS_DEFINE(type, param)
Explicitly instantiate a template class with one template parameter and register the resulting instan...
Definition
object-base.h:67
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
network
utils
drop-tail-queue.cc
Generated on Fri Nov 8 2024 13:59:05 for ns-3 by
1.11.0