A Discrete-Event Network Simulator
lorawan @ (+)
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
j
l
m
n
o
p
q
r
s
t
w
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Symbols
:
a
b
c
d
e
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
e
l
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
▼
ns-3
►
ns-3 Documentation
►
All Environment Variables
Todo List
Deprecated List
Bug List
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
doc
►
examples
▼
src
►
antenna
►
aodv
►
applications
►
bridge
►
brite
►
buildings
►
click
►
config-store
►
core
►
csma
►
csma-layout
►
dsdv
►
dsr
►
energy
►
fd-net-device
►
flow-monitor
►
internet
►
internet-apps
►
lorawan
►
lr-wpan
►
lte
►
mesh
►
mobility
►
mpi
►
netanim
►
network
►
nix-vector-routing
►
olsr
►
openflow
►
point-to-point
►
point-to-point-layout
►
propagation
►
sixlowpan
►
spectrum
►
stats
►
tap-bridge
►
test
►
topology-read
►
traffic-control
▼
uan
►
examples
►
helper
▼
model
acoustic-modem-energy-model.cc
acoustic-modem-energy-model.h
uan-channel.cc
uan-channel.h
►
uan-header-common.cc
uan-header-common.h
uan-header-rc.cc
uan-header-rc.h
uan-mac-aloha.cc
uan-mac-aloha.h
uan-mac-cw.cc
uan-mac-cw.h
uan-mac-rc-gw.cc
uan-mac-rc-gw.h
uan-mac-rc.cc
►
uan-mac-rc.h
uan-mac.cc
uan-mac.h
uan-net-device.cc
uan-net-device.h
uan-noise-model-default.cc
uan-noise-model-default.h
uan-noise-model.cc
uan-noise-model.h
uan-phy-dual.cc
►
uan-phy-dual.h
uan-phy-gen.cc
uan-phy-gen.h
uan-phy.cc
uan-phy.h
uan-prop-model-ideal.cc
uan-prop-model-ideal.h
uan-prop-model-thorp.cc
uan-prop-model-thorp.h
►
uan-prop-model.cc
►
uan-prop-model.h
uan-transducer-hd.cc
uan-transducer-hd.h
uan-transducer.cc
uan-transducer.h
►
uan-tx-mode.cc
►
uan-tx-mode.h
►
test
►
virtual-net-device
►
visualizer
►
wifi
►
wimax
►
zigbee
►
utils
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
11
namespace
ns3
12
{
13
14
NS_OBJECT_ENSURE_REGISTERED
(UanTransducer);
15
16
TypeId
17
UanTransducer::GetTypeId
()
18
{
19
static
TypeId
tid =
TypeId
(
"ns3::UanTransducer"
).
SetParent
<
Object
>().SetGroupName(
"Uan"
);
20
return
tid;
21
}
17
UanTransducer::GetTypeId
() {
…
}
22
23
}
// namespace ns3
ns3::Object
A base class which provides memory management and object aggregation.
Definition
object.h:78
ns3::TypeId
a unique identifier for an interface.
Definition
type-id.h:49
ns3::TypeId::SetParent
TypeId SetParent(TypeId tid)
Set the parent TypeId.
Definition
type-id.cc:1001
ns3::UanTransducer::GetTypeId
static TypeId GetTypeId()
Register this type.
Definition
uan-transducer.cc:17
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-transducer.h
src
uan
model
uan-transducer.cc
Generated on Tue Apr 8 2025 15:27:19 for ns-3 by
1.11.0