A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
uan-transducer.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2011 University of Washington
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Mitch Watrous <watrous@u.washington.edu>
7 */
8
9#include "uan-transducer.h"
10
11namespace ns3
12{
13
14NS_OBJECT_ENSURE_REGISTERED(UanTransducer);
15
16TypeId
18{
19 static TypeId tid = TypeId("ns3::UanTransducer").SetParent<Object>().SetGroupName("Uan");
20 return tid;
21}
22
23} // namespace ns3
A base class which provides memory management and object aggregation.
Definition object.h:78
a unique identifier for an interface.
Definition type-id.h:48
TypeId SetParent(TypeId tid)
Set the parent TypeId.
Definition type-id.cc:1001
static TypeId GetTypeId()
Register this type.
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
Definition object-base.h:35
Every class exported by the ns3 library is enclosed in the ns3 namespace.