A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
spectrum-analyzer-helper.h
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2
/*
3
* Copyright (c) 2010 CTTC
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License version 2 as
7
* published by the Free Software Foundation;
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
*
18
* Author: Nicola Baldo <nbaldo@cttc.es>
19
*/
20
21
#ifndef SPECTRUM_ANALYZER_HELPER_H
22
#define SPECTRUM_ANALYZER_HELPER_H
23
24
25
#include <string>
26
#include <ns3/attribute.h>
27
#include <ns3/object-factory.h>
28
#include <ns3/node-container.h>
29
#include <ns3/net-device-container.h>
30
#include <ns3/queue.h>
31
32
33
namespace
ns3 {
34
35
36
class
SpectrumValue;
37
class
SpectrumChannel;
38
class
SpectrumModel;
39
44
class
SpectrumAnalyzerHelper
45
{
46
public
:
47
SpectrumAnalyzerHelper
();
48
~SpectrumAnalyzerHelper
();
49
55
void
SetChannel
(
Ptr<SpectrumChannel>
channel);
56
62
void
SetChannel
(std::string channelName);
63
70
void
SetPhyAttribute
(std::string name,
const
AttributeValue
&v);
71
78
void
SetDeviceAttribute
(std::string n1,
const
AttributeValue
&v1);
79
101
void
SetAntenna
(std::string type,
102
std::string n0 =
""
,
const
AttributeValue
&v0 =
EmptyAttributeValue
(),
103
std::string n1 =
""
,
const
AttributeValue
&v1 =
EmptyAttributeValue
(),
104
std::string n2 =
""
,
const
AttributeValue
&v2 =
EmptyAttributeValue
(),
105
std::string n3 =
""
,
const
AttributeValue
&v3 =
EmptyAttributeValue
(),
106
std::string n4 =
""
,
const
AttributeValue
&v4 =
EmptyAttributeValue
(),
107
std::string n5 =
""
,
const
AttributeValue
&v5 =
EmptyAttributeValue
(),
108
std::string n6 =
""
,
const
AttributeValue
&v6 =
EmptyAttributeValue
(),
109
std::string n7 =
""
,
const
AttributeValue
&v7 =
EmptyAttributeValue
());
110
116
void
SetRxSpectrumModel
(
Ptr<SpectrumModel>
m);
117
118
124
void
EnableAsciiAll
(std::string prefix);
125
130
NetDeviceContainer
Install
(
NodeContainer
c)
const
;
135
NetDeviceContainer
Install
(
Ptr<Node>
node)
const
;
140
NetDeviceContainer
Install
(std::string nodeName)
const
;
141
142
143
private
:
144
ObjectFactory
m_phy
;
145
ObjectFactory
m_device
;
146
ObjectFactory
m_antenna
;
147
148
Ptr<SpectrumChannel>
m_channel
;
149
Ptr<SpectrumModel>
m_rxSpectrumModel
;
150
std::string
m_prefix
;
151
};
152
153
154
}
// namespace ns3
155
156
157
#endif
/* SPECTRUM_ANALYZER_HELPER_H */
src
spectrum
helper
spectrum-analyzer-helper.h
Generated on Tue Nov 13 2012 10:32:22 for ns-3 by
1.8.1.2