A Discrete-Event Network Simulator
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
9namespace ns3
10{
11
12NS_LOG_COMPONENT_DEFINE("DropTailQueue");
13
14NS_OBJECT_TEMPLATE_CLASS_DEFINE(DropTailQueue, Packet);
15NS_OBJECT_TEMPLATE_CLASS_DEFINE(DropTailQueue, QueueDiscItem);
16
17} // namespace ns3
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
Definition log.h:191
#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
Every class exported by the ns3 library is enclosed in the ns3 namespace.