A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
lte-spectrum-signal-parameters.h
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2 /*
3  * Copyright (c) 2011 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  * Modified by Marco Miozzo <mmiozzo@cttc.es> (add data and ctrl diversity)
20  */
21 
22 #ifndef LTE_SPECTRUM_SIGNAL_PARAMETERS_H
23 #define LTE_SPECTRUM_SIGNAL_PARAMETERS_H
24 
25 
26 #include <ns3/spectrum-signal-parameters.h>
27 
28 namespace ns3 {
29 
30 class PacketBurst;
31 class LteControlMessage;
32 
33 
40 {
41 
42  // inherited from SpectrumSignalParameters
44 
49 
54 
59 };
60 
61 
70 {
71 
72  // inherited from SpectrumSignalParameters
74 
79 
84 
89 
90  std::list<Ptr<LteControlMessage> > ctrlMsgList;
91 
92  uint16_t cellId;
93 };
94 
95 
102 {
103 
104  // inherited from SpectrumSignalParameters
106 
111 
116 
117 
118  std::list<Ptr<LteControlMessage> > ctrlMsgList;
119 
120  uint16_t cellId;
121 };
122 
123 
124 
131 {
132 
133  // inherited from SpectrumSignalParameters
135 
140 
145 
146  uint16_t cellId;
147 };
148 
149 
150 } // namespace ns3
151 
152 
153 #endif /* LTE_SPECTRUM_SIGNAL_PARAMETERS_H */
smart pointer class similar to boost::intrusive_ptr
Definition: ptr.h:59
virtual Ptr< SpectrumSignalParameters > Copy()
virtual Ptr< SpectrumSignalParameters > Copy()
virtual Ptr< SpectrumSignalParameters > Copy()
virtual Ptr< SpectrumSignalParameters > Copy()