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
uan-noise-model.cc
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2009 University of Washington
3
*
4
* SPDX-License-Identifier: GPL-2.0-only
5
*
6
* Author: Leonard Tracy <lentracy@gmail.com>
7
*/
8
9
#include "
uan-noise-model.h
"
10
11
namespace
ns3
12
{
13
14
NS_OBJECT_ENSURE_REGISTERED
(UanNoiseModel);
15
16
TypeId
17
UanNoiseModel::GetTypeId
()
18
{
19
static
TypeId
tid =
TypeId
(
"ns3::UanNoiseModel"
).
SetParent
<
Object
>().SetGroupName(
"Uan"
);
20
return
tid;
21
}
22
23
void
24
UanNoiseModel::Clear
()
25
{
26
}
27
28
void
29
UanNoiseModel::DoDispose
()
30
{
31
Clear
();
32
Object::DoDispose
();
33
}
34
35
}
// namespace ns3
ns3::Object
A base class which provides memory management and object aggregation.
Definition
object.h:78
ns3::Object::DoDispose
virtual void DoDispose()
Destructor implementation.
Definition
object.cc:433
ns3::TypeId
a unique identifier for an interface.
Definition
type-id.h:48
ns3::TypeId::SetParent
TypeId SetParent(TypeId tid)
Set the parent TypeId.
Definition
type-id.cc:1001
ns3::UanNoiseModel::DoDispose
void DoDispose() override
Destructor implementation.
Definition
uan-noise-model.cc:29
ns3::UanNoiseModel::GetTypeId
static TypeId GetTypeId()
Register this type.
Definition
uan-noise-model.cc:17
ns3::UanNoiseModel::Clear
virtual void Clear()
Clear all pointer references.
Definition
uan-noise-model.cc:24
NS_OBJECT_ENSURE_REGISTERED
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
Definition
object-base.h:35
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
uan-noise-model.h
src
uan
model
uan-noise-model.cc
Generated on Fri Nov 8 2024 13:59:07 for ns-3 by
1.11.0