author | Gustavo J. A. M. Carneiro <gjc@inescporto.pt> |
Tue, 29 Mar 2011 18:16:08 +0100 | |
changeset 6971 | ff3b82dd20ce |
parent 6909 | 69da8fae7882 |
child 7056 | 8ad432d69d33 |
permissions | -rw-r--r-- |
6534 | 1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers |
2 |
||
3 |
def register_types(module): |
|
4 |
root_module = module.get_root() |
|
5 |
||
6806 | 6 |
## adhoc-aloha-noack-ideal-phy-helper.h: ns3::AdhocAlohaNoackIdealPhyHelper [class] |
7 |
module.add_class('AdhocAlohaNoackIdealPhyHelper') |
|
8 |
## spectrum-model.h: ns3::BandInfo [struct] |
|
9 |
module.add_class('BandInfo') |
|
6534 | 10 |
## microwave-oven-spectrum-value-helper.h: ns3::MicrowaveOvenSpectrumValueHelper [class] |
11 |
module.add_class('MicrowaveOvenSpectrumValueHelper') |
|
12 |
## multi-model-spectrum-channel.h: ns3::RxSpectrumModelInfo [class] |
|
13 |
module.add_class('RxSpectrumModelInfo') |
|
6806 | 14 |
## spectrum-analyzer-helper.h: ns3::SpectrumAnalyzerHelper [class] |
15 |
module.add_class('SpectrumAnalyzerHelper') |
|
16 |
## spectrum-helper.h: ns3::SpectrumChannelHelper [class] |
|
17 |
module.add_class('SpectrumChannelHelper') |
|
18 |
## spectrum-helper.h: ns3::SpectrumPhyHelper [class] |
|
19 |
module.add_class('SpectrumPhyHelper') |
|
20 |
## spectrum-type.h: ns3::SpectrumType [class] |
|
21 |
module.add_class('SpectrumType') |
|
22 |
## spectrum-type.h: ns3::SpectrumTypeFactory [class] |
|
23 |
module.add_class('SpectrumTypeFactory') |
|
6534 | 24 |
## multi-model-spectrum-channel.h: ns3::TxSpectrumModelInfo [class] |
25 |
module.add_class('TxSpectrumModelInfo') |
|
6806 | 26 |
## waveform-generator-helper.h: ns3::WaveformGeneratorHelper [class] |
27 |
module.add_class('WaveformGeneratorHelper') |
|
6534 | 28 |
## wifi-spectrum-value-helper.h: ns3::WifiSpectrumValue5MhzFactory [class] |
29 |
module.add_class('WifiSpectrumValue5MhzFactory', allow_subclassing=True) |
|
30 |
## wifi-spectrum-value-helper.h: ns3::WifiSpectrumValueHelper [class] |
|
31 |
module.add_class('WifiSpectrumValueHelper', allow_subclassing=True) |
|
6806 | 32 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SpectrumConverter, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumConverter> > [class] |
33 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::SpectrumConverter', 'ns3::empty', 'ns3::DefaultDeleter<ns3::SpectrumConverter>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
|
34 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SpectrumModel, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumModel> > [class] |
|
35 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::SpectrumModel', 'ns3::empty', 'ns3::DefaultDeleter<ns3::SpectrumModel>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
|
36 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SpectrumValue, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumValue> > [class] |
|
37 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::SpectrumValue', 'ns3::empty', 'ns3::DefaultDeleter<ns3::SpectrumValue>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
|
38 |
## spectrum-converter.h: ns3::SpectrumConverter [class] |
|
39 |
module.add_class('SpectrumConverter', parent=root_module['ns3::SimpleRefCount< ns3::SpectrumConverter, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumConverter> >']) |
|
6534 | 40 |
## spectrum-error-model.h: ns3::SpectrumErrorModel [class] |
41 |
module.add_class('SpectrumErrorModel', parent=root_module['ns3::Object']) |
|
42 |
## spectrum-interference.h: ns3::SpectrumInterference [class] |
|
43 |
module.add_class('SpectrumInterference', parent=root_module['ns3::Object']) |
|
6806 | 44 |
## spectrum-model.h: ns3::SpectrumModel [class] |
45 |
module.add_class('SpectrumModel', parent=root_module['ns3::SimpleRefCount< ns3::SpectrumModel, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumModel> >']) |
|
46 |
## spectrum-phy.h: ns3::SpectrumPhy [class] |
|
47 |
module.add_class('SpectrumPhy', parent=root_module['ns3::Object']) |
|
48 |
## spectrum-propagation-loss-model.h: ns3::SpectrumPropagationLossModel [class] |
|
49 |
module.add_class('SpectrumPropagationLossModel', parent=root_module['ns3::Object']) |
|
50 |
## spectrum-value.h: ns3::SpectrumValue [class] |
|
51 |
module.add_class('SpectrumValue', parent=root_module['ns3::SimpleRefCount< ns3::SpectrumValue, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumValue> >']) |
|
6534 | 52 |
## waveform-generator.h: ns3::WaveformGenerator [class] |
53 |
module.add_class('WaveformGenerator', parent=root_module['ns3::SpectrumPhy']) |
|
54 |
## aloha-noack-mac-header.h: ns3::AlohaNoackMacHeader [class] |
|
55 |
module.add_class('AlohaNoackMacHeader', parent=root_module['ns3::Header']) |
|
6806 | 56 |
## friis-spectrum-propagation-loss.h: ns3::FriisSpectrumPropagationLossModel [class] |
57 |
module.add_class('FriisSpectrumPropagationLossModel', parent=root_module['ns3::SpectrumPropagationLossModel']) |
|
6534 | 58 |
## half-duplex-ideal-phy.h: ns3::HalfDuplexIdealPhy [class] |
59 |
module.add_class('HalfDuplexIdealPhy', parent=root_module['ns3::SpectrumPhy']) |
|
60 |
## half-duplex-ideal-phy.h: ns3::HalfDuplexIdealPhy::State [enumeration] |
|
61 |
module.add_enum('State', ['IDLE', 'TX', 'RX'], outer_class=root_module['ns3::HalfDuplexIdealPhy']) |
|
62 |
## non-communicating-net-device.h: ns3::NonCommunicatingNetDevice [class] |
|
63 |
module.add_class('NonCommunicatingNetDevice', parent=root_module['ns3::NetDevice']) |
|
64 |
## spectrum-error-model.h: ns3::ShannonSpectrumErrorModel [class] |
|
65 |
module.add_class('ShannonSpectrumErrorModel', parent=root_module['ns3::SpectrumErrorModel']) |
|
66 |
## spectrum-analyzer.h: ns3::SpectrumAnalyzer [class] |
|
67 |
module.add_class('SpectrumAnalyzer', parent=root_module['ns3::SpectrumPhy']) |
|
6806 | 68 |
## spectrum-channel.h: ns3::SpectrumChannel [class] |
69 |
module.add_class('SpectrumChannel', parent=root_module['ns3::Channel']) |
|
6534 | 70 |
## aloha-noack-net-device.h: ns3::AlohaNoackNetDevice [class] |
71 |
module.add_class('AlohaNoackNetDevice', parent=root_module['ns3::NetDevice']) |
|
72 |
## aloha-noack-net-device.h: ns3::AlohaNoackNetDevice::State [enumeration] |
|
73 |
module.add_enum('State', ['IDLE', 'TX', 'RX'], outer_class=root_module['ns3::AlohaNoackNetDevice']) |
|
74 |
## multi-model-spectrum-channel.h: ns3::MultiModelSpectrumChannel [class] |
|
75 |
module.add_class('MultiModelSpectrumChannel', parent=root_module['ns3::SpectrumChannel']) |
|
76 |
## single-model-spectrum-channel.h: ns3::SingleModelSpectrumChannel [class] |
|
77 |
module.add_class('SingleModelSpectrumChannel', parent=root_module['ns3::SpectrumChannel']) |
|
6806 | 78 |
module.add_container('ns3::SpectrumConverterMap_t', ('unsigned int', 'ns3::SpectrumConverter'), container_type='map') |
79 |
module.add_container('ns3::Bands', 'ns3::BandInfo', container_type='vector') |
|
80 |
typehandlers.add_type_alias('std::vector< double, std::allocator< double > >', 'ns3::Values') |
|
81 |
typehandlers.add_type_alias('std::vector< double, std::allocator< double > >*', 'ns3::Values*') |
|
82 |
typehandlers.add_type_alias('std::vector< double, std::allocator< double > >&', 'ns3::Values&') |
|
6691 | 83 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::SpectrumConverter, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::SpectrumConverter > > >', 'ns3::SpectrumConverterMap_t') |
84 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::SpectrumConverter, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::SpectrumConverter > > >*', 'ns3::SpectrumConverterMap_t*') |
|
85 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::SpectrumConverter, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::SpectrumConverter > > >&', 'ns3::SpectrumConverterMap_t&') |
|
6534 | 86 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::TxSpectrumModelInfo, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::TxSpectrumModelInfo > > >', 'ns3::TxSpectrumModelInfoMap_t') |
87 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::TxSpectrumModelInfo, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::TxSpectrumModelInfo > > >*', 'ns3::TxSpectrumModelInfoMap_t*') |
|
88 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::TxSpectrumModelInfo, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::TxSpectrumModelInfo > > >&', 'ns3::TxSpectrumModelInfoMap_t&') |
|
89 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::RxSpectrumModelInfo, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::RxSpectrumModelInfo > > >', 'ns3::RxSpectrumModelInfoMap_t') |
|
90 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::RxSpectrumModelInfo, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::RxSpectrumModelInfo > > >*', 'ns3::RxSpectrumModelInfoMap_t*') |
|
91 |
typehandlers.add_type_alias('std::map< unsigned int, ns3::RxSpectrumModelInfo, std::less< unsigned int >, std::allocator< std::pair< unsigned int const, ns3::RxSpectrumModelInfo > > >&', 'ns3::RxSpectrumModelInfoMap_t&') |
|
6806 | 92 |
typehandlers.add_type_alias('uint32_t', 'ns3::SpectrumModelUid_t') |
93 |
typehandlers.add_type_alias('uint32_t*', 'ns3::SpectrumModelUid_t*') |
|
94 |
typehandlers.add_type_alias('uint32_t&', 'ns3::SpectrumModelUid_t&') |
|
6909
69da8fae7882
Bindings api rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6891
diff
changeset
|
95 |
typehandlers.add_type_alias('std::vector< ns3::BandInfo, std::allocator< ns3::BandInfo > >', 'ns3::Bands') |
69da8fae7882
Bindings api rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6891
diff
changeset
|
96 |
typehandlers.add_type_alias('std::vector< ns3::BandInfo, std::allocator< ns3::BandInfo > >*', 'ns3::Bands*') |
69da8fae7882
Bindings api rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6891
diff
changeset
|
97 |
typehandlers.add_type_alias('std::vector< ns3::BandInfo, std::allocator< ns3::BandInfo > >&', 'ns3::Bands&') |
6534 | 98 |
|
99 |
## Register a nested module for the namespace Config |
|
100 |
||
101 |
nested_module = module.add_cpp_namespace('Config') |
|
102 |
register_types_ns3_Config(nested_module) |
|
103 |
||
104 |
||
105 |
## Register a nested module for the namespace FatalImpl |
|
106 |
||
107 |
nested_module = module.add_cpp_namespace('FatalImpl') |
|
108 |
register_types_ns3_FatalImpl(nested_module) |
|
109 |
||
110 |
||
111 |
## Register a nested module for the namespace addressUtils |
|
112 |
||
113 |
nested_module = module.add_cpp_namespace('addressUtils') |
|
114 |
register_types_ns3_addressUtils(nested_module) |
|
115 |
||
116 |
||
117 |
## Register a nested module for the namespace aodv |
|
118 |
||
119 |
nested_module = module.add_cpp_namespace('aodv') |
|
120 |
register_types_ns3_aodv(nested_module) |
|
121 |
||
122 |
||
123 |
## Register a nested module for the namespace dot11s |
|
124 |
||
125 |
nested_module = module.add_cpp_namespace('dot11s') |
|
126 |
register_types_ns3_dot11s(nested_module) |
|
127 |
||
128 |
||
6718 | 129 |
## Register a nested module for the namespace dsdv |
130 |
||
131 |
nested_module = module.add_cpp_namespace('dsdv') |
|
132 |
register_types_ns3_dsdv(nested_module) |
|
133 |
||
134 |
||
6534 | 135 |
## Register a nested module for the namespace flame |
136 |
||
137 |
nested_module = module.add_cpp_namespace('flame') |
|
138 |
register_types_ns3_flame(nested_module) |
|
139 |
||
140 |
||
141 |
## Register a nested module for the namespace internal |
|
142 |
||
143 |
nested_module = module.add_cpp_namespace('internal') |
|
144 |
register_types_ns3_internal(nested_module) |
|
145 |
||
146 |
||
147 |
## Register a nested module for the namespace olsr |
|
148 |
||
149 |
nested_module = module.add_cpp_namespace('olsr') |
|
150 |
register_types_ns3_olsr(nested_module) |
|
151 |
||
152 |
||
153 |
def register_types_ns3_Config(module): |
|
154 |
root_module = module.get_root() |
|
155 |
||
156 |
||
157 |
def register_types_ns3_FatalImpl(module): |
|
158 |
root_module = module.get_root() |
|
159 |
||
160 |
||
161 |
def register_types_ns3_addressUtils(module): |
|
162 |
root_module = module.get_root() |
|
163 |
||
164 |
||
165 |
def register_types_ns3_aodv(module): |
|
166 |
root_module = module.get_root() |
|
167 |
||
168 |
||
169 |
def register_types_ns3_dot11s(module): |
|
170 |
root_module = module.get_root() |
|
171 |
||
172 |
||
6718 | 173 |
def register_types_ns3_dsdv(module): |
174 |
root_module = module.get_root() |
|
175 |
||
176 |
||
6534 | 177 |
def register_types_ns3_flame(module): |
178 |
root_module = module.get_root() |
|
179 |
||
180 |
||
181 |
def register_types_ns3_internal(module): |
|
182 |
root_module = module.get_root() |
|
183 |
||
184 |
||
185 |
def register_types_ns3_olsr(module): |
|
186 |
root_module = module.get_root() |
|
187 |
||
188 |
||
189 |
def register_methods(root_module): |
|
6806 | 190 |
register_Ns3AdhocAlohaNoackIdealPhyHelper_methods(root_module, root_module['ns3::AdhocAlohaNoackIdealPhyHelper']) |
191 |
register_Ns3BandInfo_methods(root_module, root_module['ns3::BandInfo']) |
|
6534 | 192 |
register_Ns3MicrowaveOvenSpectrumValueHelper_methods(root_module, root_module['ns3::MicrowaveOvenSpectrumValueHelper']) |
193 |
register_Ns3RxSpectrumModelInfo_methods(root_module, root_module['ns3::RxSpectrumModelInfo']) |
|
6806 | 194 |
register_Ns3SpectrumAnalyzerHelper_methods(root_module, root_module['ns3::SpectrumAnalyzerHelper']) |
195 |
register_Ns3SpectrumChannelHelper_methods(root_module, root_module['ns3::SpectrumChannelHelper']) |
|
196 |
register_Ns3SpectrumPhyHelper_methods(root_module, root_module['ns3::SpectrumPhyHelper']) |
|
197 |
register_Ns3SpectrumType_methods(root_module, root_module['ns3::SpectrumType']) |
|
198 |
register_Ns3SpectrumTypeFactory_methods(root_module, root_module['ns3::SpectrumTypeFactory']) |
|
6534 | 199 |
register_Ns3TxSpectrumModelInfo_methods(root_module, root_module['ns3::TxSpectrumModelInfo']) |
6806 | 200 |
register_Ns3WaveformGeneratorHelper_methods(root_module, root_module['ns3::WaveformGeneratorHelper']) |
6534 | 201 |
register_Ns3WifiSpectrumValue5MhzFactory_methods(root_module, root_module['ns3::WifiSpectrumValue5MhzFactory']) |
202 |
register_Ns3WifiSpectrumValueHelper_methods(root_module, root_module['ns3::WifiSpectrumValueHelper']) |
|
6806 | 203 |
register_Ns3SpectrumConverter_methods(root_module, root_module['ns3::SpectrumConverter']) |
6534 | 204 |
register_Ns3SpectrumErrorModel_methods(root_module, root_module['ns3::SpectrumErrorModel']) |
205 |
register_Ns3SpectrumInterference_methods(root_module, root_module['ns3::SpectrumInterference']) |
|
6806 | 206 |
register_Ns3SpectrumModel_methods(root_module, root_module['ns3::SpectrumModel']) |
207 |
register_Ns3SpectrumPhy_methods(root_module, root_module['ns3::SpectrumPhy']) |
|
208 |
register_Ns3SpectrumPropagationLossModel_methods(root_module, root_module['ns3::SpectrumPropagationLossModel']) |
|
209 |
register_Ns3SpectrumValue_methods(root_module, root_module['ns3::SpectrumValue']) |
|
6534 | 210 |
register_Ns3WaveformGenerator_methods(root_module, root_module['ns3::WaveformGenerator']) |
211 |
register_Ns3AlohaNoackMacHeader_methods(root_module, root_module['ns3::AlohaNoackMacHeader']) |
|
6806 | 212 |
register_Ns3FriisSpectrumPropagationLossModel_methods(root_module, root_module['ns3::FriisSpectrumPropagationLossModel']) |
6534 | 213 |
register_Ns3HalfDuplexIdealPhy_methods(root_module, root_module['ns3::HalfDuplexIdealPhy']) |
214 |
register_Ns3NonCommunicatingNetDevice_methods(root_module, root_module['ns3::NonCommunicatingNetDevice']) |
|
215 |
register_Ns3ShannonSpectrumErrorModel_methods(root_module, root_module['ns3::ShannonSpectrumErrorModel']) |
|
216 |
register_Ns3SpectrumAnalyzer_methods(root_module, root_module['ns3::SpectrumAnalyzer']) |
|
6806 | 217 |
register_Ns3SpectrumChannel_methods(root_module, root_module['ns3::SpectrumChannel']) |
6534 | 218 |
register_Ns3AlohaNoackNetDevice_methods(root_module, root_module['ns3::AlohaNoackNetDevice']) |
219 |
register_Ns3MultiModelSpectrumChannel_methods(root_module, root_module['ns3::MultiModelSpectrumChannel']) |
|
220 |
register_Ns3SingleModelSpectrumChannel_methods(root_module, root_module['ns3::SingleModelSpectrumChannel']) |
|
221 |
return |
|
222 |
||
6806 | 223 |
def register_Ns3AdhocAlohaNoackIdealPhyHelper_methods(root_module, cls): |
224 |
## adhoc-aloha-noack-ideal-phy-helper.h: ns3::AdhocAlohaNoackIdealPhyHelper::AdhocAlohaNoackIdealPhyHelper(ns3::AdhocAlohaNoackIdealPhyHelper const & arg0) [copy constructor] |
|
225 |
cls.add_constructor([param('ns3::AdhocAlohaNoackIdealPhyHelper const &', 'arg0')]) |
|
226 |
## adhoc-aloha-noack-ideal-phy-helper.h: ns3::AdhocAlohaNoackIdealPhyHelper::AdhocAlohaNoackIdealPhyHelper() [constructor] |
|
227 |
cls.add_constructor([]) |
|
228 |
## adhoc-aloha-noack-ideal-phy-helper.h: ns3::NetDeviceContainer ns3::AdhocAlohaNoackIdealPhyHelper::Install(ns3::NodeContainer c) const [member function] |
|
229 |
cls.add_method('Install', |
|
230 |
'ns3::NetDeviceContainer', |
|
231 |
[param('ns3::NodeContainer', 'c')], |
|
232 |
is_const=True) |
|
233 |
## adhoc-aloha-noack-ideal-phy-helper.h: ns3::NetDeviceContainer ns3::AdhocAlohaNoackIdealPhyHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
|
234 |
cls.add_method('Install', |
|
235 |
'ns3::NetDeviceContainer', |
|
236 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
237 |
is_const=True) |
|
238 |
## adhoc-aloha-noack-ideal-phy-helper.h: ns3::NetDeviceContainer ns3::AdhocAlohaNoackIdealPhyHelper::Install(std::string nodeName) const [member function] |
|
239 |
cls.add_method('Install', |
|
240 |
'ns3::NetDeviceContainer', |
|
241 |
[param('std::string', 'nodeName')], |
|
242 |
is_const=True) |
|
243 |
## adhoc-aloha-noack-ideal-phy-helper.h: void ns3::AdhocAlohaNoackIdealPhyHelper::SetChannel(ns3::Ptr<ns3::SpectrumChannel> channel) [member function] |
|
244 |
cls.add_method('SetChannel', |
|
245 |
'void', |
|
246 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'channel')]) |
|
247 |
## adhoc-aloha-noack-ideal-phy-helper.h: void ns3::AdhocAlohaNoackIdealPhyHelper::SetChannel(std::string channelName) [member function] |
|
248 |
cls.add_method('SetChannel', |
|
249 |
'void', |
|
250 |
[param('std::string', 'channelName')]) |
|
251 |
## adhoc-aloha-noack-ideal-phy-helper.h: void ns3::AdhocAlohaNoackIdealPhyHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function] |
|
252 |
cls.add_method('SetDeviceAttribute', |
|
253 |
'void', |
|
254 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')]) |
|
255 |
## adhoc-aloha-noack-ideal-phy-helper.h: void ns3::AdhocAlohaNoackIdealPhyHelper::SetNoisePowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue> noisePsd) [member function] |
|
256 |
cls.add_method('SetNoisePowerSpectralDensity', |
|
257 |
'void', |
|
258 |
[param('ns3::Ptr< ns3::SpectrumValue >', 'noisePsd')]) |
|
259 |
## adhoc-aloha-noack-ideal-phy-helper.h: void ns3::AdhocAlohaNoackIdealPhyHelper::SetPhyAttribute(std::string name, ns3::AttributeValue const & v) [member function] |
|
260 |
cls.add_method('SetPhyAttribute', |
|
261 |
'void', |
|
262 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'v')]) |
|
263 |
## adhoc-aloha-noack-ideal-phy-helper.h: void ns3::AdhocAlohaNoackIdealPhyHelper::SetTxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue> txPsd) [member function] |
|
264 |
cls.add_method('SetTxPowerSpectralDensity', |
|
265 |
'void', |
|
266 |
[param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd')]) |
|
267 |
return |
|
268 |
||
269 |
def register_Ns3BandInfo_methods(root_module, cls): |
|
270 |
## spectrum-model.h: ns3::BandInfo::BandInfo() [constructor] |
|
271 |
cls.add_constructor([]) |
|
272 |
## spectrum-model.h: ns3::BandInfo::BandInfo(ns3::BandInfo const & arg0) [copy constructor] |
|
273 |
cls.add_constructor([param('ns3::BandInfo const &', 'arg0')]) |
|
274 |
## spectrum-model.h: ns3::BandInfo::fc [variable] |
|
275 |
cls.add_instance_attribute('fc', 'double', is_const=False) |
|
276 |
## spectrum-model.h: ns3::BandInfo::fh [variable] |
|
277 |
cls.add_instance_attribute('fh', 'double', is_const=False) |
|
278 |
## spectrum-model.h: ns3::BandInfo::fl [variable] |
|
279 |
cls.add_instance_attribute('fl', 'double', is_const=False) |
|
280 |
return |
|
281 |
||
6534 | 282 |
def register_Ns3MicrowaveOvenSpectrumValueHelper_methods(root_module, cls): |
283 |
## microwave-oven-spectrum-value-helper.h: ns3::MicrowaveOvenSpectrumValueHelper::MicrowaveOvenSpectrumValueHelper() [constructor] |
|
284 |
cls.add_constructor([]) |
|
285 |
## microwave-oven-spectrum-value-helper.h: ns3::MicrowaveOvenSpectrumValueHelper::MicrowaveOvenSpectrumValueHelper(ns3::MicrowaveOvenSpectrumValueHelper const & arg0) [copy constructor] |
|
286 |
cls.add_constructor([param('ns3::MicrowaveOvenSpectrumValueHelper const &', 'arg0')]) |
|
287 |
## microwave-oven-spectrum-value-helper.h: static ns3::Ptr<ns3::SpectrumValue> ns3::MicrowaveOvenSpectrumValueHelper::CreatePowerSpectralDensityMwo1() [member function] |
|
288 |
cls.add_method('CreatePowerSpectralDensityMwo1', |
|
289 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
290 |
[], |
|
291 |
is_static=True) |
|
292 |
## microwave-oven-spectrum-value-helper.h: static ns3::Ptr<ns3::SpectrumValue> ns3::MicrowaveOvenSpectrumValueHelper::CreatePowerSpectralDensityMwo2() [member function] |
|
293 |
cls.add_method('CreatePowerSpectralDensityMwo2', |
|
294 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
295 |
[], |
|
296 |
is_static=True) |
|
297 |
return |
|
298 |
||
299 |
def register_Ns3RxSpectrumModelInfo_methods(root_module, cls): |
|
300 |
## multi-model-spectrum-channel.h: ns3::RxSpectrumModelInfo::RxSpectrumModelInfo(ns3::RxSpectrumModelInfo const & arg0) [copy constructor] |
|
301 |
cls.add_constructor([param('ns3::RxSpectrumModelInfo const &', 'arg0')]) |
|
302 |
## multi-model-spectrum-channel.h: ns3::RxSpectrumModelInfo::RxSpectrumModelInfo(ns3::Ptr<ns3::SpectrumModel const> rxSpectrumModel) [constructor] |
|
303 |
cls.add_constructor([param('ns3::Ptr< ns3::SpectrumModel const >', 'rxSpectrumModel')]) |
|
304 |
## multi-model-spectrum-channel.h: ns3::RxSpectrumModelInfo::m_rxPhyList [variable] |
|
305 |
cls.add_instance_attribute('m_rxPhyList', 'std::list< ns3::Ptr< ns3::SpectrumPhy > >', is_const=False) |
|
306 |
## multi-model-spectrum-channel.h: ns3::RxSpectrumModelInfo::m_rxSpectrumModel [variable] |
|
307 |
cls.add_instance_attribute('m_rxSpectrumModel', 'ns3::Ptr< ns3::SpectrumModel const >', is_const=False) |
|
308 |
return |
|
309 |
||
6806 | 310 |
def register_Ns3SpectrumAnalyzerHelper_methods(root_module, cls): |
311 |
## spectrum-analyzer-helper.h: ns3::SpectrumAnalyzerHelper::SpectrumAnalyzerHelper(ns3::SpectrumAnalyzerHelper const & arg0) [copy constructor] |
|
312 |
cls.add_constructor([param('ns3::SpectrumAnalyzerHelper const &', 'arg0')]) |
|
313 |
## spectrum-analyzer-helper.h: ns3::SpectrumAnalyzerHelper::SpectrumAnalyzerHelper() [constructor] |
|
314 |
cls.add_constructor([]) |
|
315 |
## spectrum-analyzer-helper.h: void ns3::SpectrumAnalyzerHelper::EnableAsciiAll(std::string prefix) [member function] |
|
316 |
cls.add_method('EnableAsciiAll', |
|
317 |
'void', |
|
318 |
[param('std::string', 'prefix')]) |
|
319 |
## spectrum-analyzer-helper.h: ns3::NetDeviceContainer ns3::SpectrumAnalyzerHelper::Install(ns3::NodeContainer c) const [member function] |
|
320 |
cls.add_method('Install', |
|
321 |
'ns3::NetDeviceContainer', |
|
322 |
[param('ns3::NodeContainer', 'c')], |
|
323 |
is_const=True) |
|
324 |
## spectrum-analyzer-helper.h: ns3::NetDeviceContainer ns3::SpectrumAnalyzerHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
|
325 |
cls.add_method('Install', |
|
326 |
'ns3::NetDeviceContainer', |
|
327 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
328 |
is_const=True) |
|
329 |
## spectrum-analyzer-helper.h: ns3::NetDeviceContainer ns3::SpectrumAnalyzerHelper::Install(std::string nodeName) const [member function] |
|
330 |
cls.add_method('Install', |
|
331 |
'ns3::NetDeviceContainer', |
|
332 |
[param('std::string', 'nodeName')], |
|
333 |
is_const=True) |
|
334 |
## spectrum-analyzer-helper.h: void ns3::SpectrumAnalyzerHelper::SetChannel(ns3::Ptr<ns3::SpectrumChannel> channel) [member function] |
|
335 |
cls.add_method('SetChannel', |
|
336 |
'void', |
|
337 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'channel')]) |
|
338 |
## spectrum-analyzer-helper.h: void ns3::SpectrumAnalyzerHelper::SetChannel(std::string channelName) [member function] |
|
339 |
cls.add_method('SetChannel', |
|
340 |
'void', |
|
341 |
[param('std::string', 'channelName')]) |
|
342 |
## spectrum-analyzer-helper.h: void ns3::SpectrumAnalyzerHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function] |
|
343 |
cls.add_method('SetDeviceAttribute', |
|
344 |
'void', |
|
345 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')]) |
|
346 |
## spectrum-analyzer-helper.h: void ns3::SpectrumAnalyzerHelper::SetPhyAttribute(std::string name, ns3::AttributeValue const & v) [member function] |
|
347 |
cls.add_method('SetPhyAttribute', |
|
348 |
'void', |
|
349 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'v')]) |
|
350 |
## spectrum-analyzer-helper.h: void ns3::SpectrumAnalyzerHelper::SetRxSpectrumModel(ns3::Ptr<ns3::SpectrumModel> m) [member function] |
|
351 |
cls.add_method('SetRxSpectrumModel', |
|
352 |
'void', |
|
353 |
[param('ns3::Ptr< ns3::SpectrumModel >', 'm')]) |
|
354 |
return |
|
355 |
||
356 |
def register_Ns3SpectrumChannelHelper_methods(root_module, cls): |
|
357 |
## spectrum-helper.h: ns3::SpectrumChannelHelper::SpectrumChannelHelper() [constructor] |
|
358 |
cls.add_constructor([]) |
|
359 |
## spectrum-helper.h: ns3::SpectrumChannelHelper::SpectrumChannelHelper(ns3::SpectrumChannelHelper const & arg0) [copy constructor] |
|
360 |
cls.add_constructor([param('ns3::SpectrumChannelHelper const &', 'arg0')]) |
|
361 |
## spectrum-helper.h: void ns3::SpectrumChannelHelper::AddSpectrumPropagationLoss(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function] |
|
362 |
cls.add_method('AddSpectrumPropagationLoss', |
|
363 |
'void', |
|
364 |
[param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')]) |
|
365 |
## spectrum-helper.h: ns3::Ptr<ns3::SpectrumChannel> ns3::SpectrumChannelHelper::Create() const [member function] |
|
366 |
cls.add_method('Create', |
|
367 |
'ns3::Ptr< ns3::SpectrumChannel >', |
|
368 |
[], |
|
369 |
is_const=True) |
|
370 |
## spectrum-helper.h: static ns3::SpectrumChannelHelper ns3::SpectrumChannelHelper::Default() [member function] |
|
371 |
cls.add_method('Default', |
|
372 |
'ns3::SpectrumChannelHelper', |
|
373 |
[], |
|
374 |
is_static=True) |
|
375 |
## spectrum-helper.h: void ns3::SpectrumChannelHelper::SetChannel(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function] |
|
376 |
cls.add_method('SetChannel', |
|
377 |
'void', |
|
378 |
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')]) |
|
379 |
## spectrum-helper.h: void ns3::SpectrumChannelHelper::SetPropagationDelay(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function] |
|
380 |
cls.add_method('SetPropagationDelay', |
|
381 |
'void', |
|
382 |
[param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')]) |
|
383 |
return |
|
384 |
||
385 |
def register_Ns3SpectrumPhyHelper_methods(root_module, cls): |
|
386 |
## spectrum-helper.h: ns3::SpectrumPhyHelper::SpectrumPhyHelper() [constructor] |
|
387 |
cls.add_constructor([]) |
|
388 |
## spectrum-helper.h: ns3::SpectrumPhyHelper::SpectrumPhyHelper(ns3::SpectrumPhyHelper const & arg0) [copy constructor] |
|
389 |
cls.add_constructor([param('ns3::SpectrumPhyHelper const &', 'arg0')]) |
|
390 |
## spectrum-helper.h: ns3::Ptr<ns3::SpectrumPhy> ns3::SpectrumPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::NetDevice> device) const [member function] |
|
391 |
cls.add_method('Create', |
|
392 |
'ns3::Ptr< ns3::SpectrumPhy >', |
|
393 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::NetDevice >', 'device')], |
|
394 |
is_const=True) |
|
395 |
## spectrum-helper.h: void ns3::SpectrumPhyHelper::SetChannel(ns3::Ptr<ns3::SpectrumChannel> channel) [member function] |
|
396 |
cls.add_method('SetChannel', |
|
397 |
'void', |
|
398 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'channel')]) |
|
399 |
## spectrum-helper.h: void ns3::SpectrumPhyHelper::SetChannel(std::string channelName) [member function] |
|
400 |
cls.add_method('SetChannel', |
|
401 |
'void', |
|
402 |
[param('std::string', 'channelName')]) |
|
403 |
## spectrum-helper.h: void ns3::SpectrumPhyHelper::SetPhy(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function] |
|
404 |
cls.add_method('SetPhy', |
|
405 |
'void', |
|
406 |
[param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')]) |
|
407 |
## spectrum-helper.h: void ns3::SpectrumPhyHelper::SetPhyAttribute(std::string name, ns3::AttributeValue const & v) [member function] |
|
408 |
cls.add_method('SetPhyAttribute', |
|
409 |
'void', |
|
410 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'v')]) |
|
411 |
return |
|
412 |
||
413 |
def register_Ns3SpectrumType_methods(root_module, cls): |
|
414 |
cls.add_binary_comparison_operator('!=') |
|
415 |
cls.add_output_stream_operator() |
|
416 |
cls.add_binary_comparison_operator('==') |
|
417 |
## spectrum-type.h: ns3::SpectrumType::SpectrumType(ns3::SpectrumType const & arg0) [copy constructor] |
|
418 |
cls.add_constructor([param('ns3::SpectrumType const &', 'arg0')]) |
|
419 |
## spectrum-type.h: std::string ns3::SpectrumType::GetName() const [member function] |
|
420 |
cls.add_method('GetName', |
|
421 |
'std::string', |
|
422 |
[], |
|
423 |
is_const=True) |
|
424 |
## spectrum-type.h: uint32_t ns3::SpectrumType::GetUid() const [member function] |
|
425 |
cls.add_method('GetUid', |
|
426 |
'uint32_t', |
|
427 |
[], |
|
428 |
is_const=True) |
|
429 |
return |
|
430 |
||
431 |
def register_Ns3SpectrumTypeFactory_methods(root_module, cls): |
|
432 |
## spectrum-type.h: ns3::SpectrumTypeFactory::SpectrumTypeFactory() [constructor] |
|
433 |
cls.add_constructor([]) |
|
434 |
## spectrum-type.h: ns3::SpectrumTypeFactory::SpectrumTypeFactory(ns3::SpectrumTypeFactory const & arg0) [copy constructor] |
|
435 |
cls.add_constructor([param('ns3::SpectrumTypeFactory const &', 'arg0')]) |
|
436 |
## spectrum-type.h: static ns3::SpectrumType ns3::SpectrumTypeFactory::Create(std::string name) [member function] |
|
437 |
cls.add_method('Create', |
|
438 |
'ns3::SpectrumType', |
|
439 |
[param('std::string', 'name')], |
|
440 |
is_static=True) |
|
441 |
## spectrum-type.h: static std::string ns3::SpectrumTypeFactory::GetNameByUid(uint32_t uid) [member function] |
|
442 |
cls.add_method('GetNameByUid', |
|
443 |
'std::string', |
|
444 |
[param('uint32_t', 'uid')], |
|
445 |
is_static=True) |
|
446 |
return |
|
447 |
||
6534 | 448 |
def register_Ns3TxSpectrumModelInfo_methods(root_module, cls): |
449 |
## multi-model-spectrum-channel.h: ns3::TxSpectrumModelInfo::TxSpectrumModelInfo(ns3::TxSpectrumModelInfo const & arg0) [copy constructor] |
|
450 |
cls.add_constructor([param('ns3::TxSpectrumModelInfo const &', 'arg0')]) |
|
451 |
## multi-model-spectrum-channel.h: ns3::TxSpectrumModelInfo::TxSpectrumModelInfo(ns3::Ptr<ns3::SpectrumModel const> txSpectrumModel) [constructor] |
|
452 |
cls.add_constructor([param('ns3::Ptr< ns3::SpectrumModel const >', 'txSpectrumModel')]) |
|
453 |
## multi-model-spectrum-channel.h: ns3::TxSpectrumModelInfo::m_spectrumConverterMap [variable] |
|
454 |
cls.add_instance_attribute('m_spectrumConverterMap', 'ns3::SpectrumConverterMap_t', is_const=False) |
|
455 |
## multi-model-spectrum-channel.h: ns3::TxSpectrumModelInfo::m_txSpectrumModel [variable] |
|
456 |
cls.add_instance_attribute('m_txSpectrumModel', 'ns3::Ptr< ns3::SpectrumModel const >', is_const=False) |
|
457 |
return |
|
458 |
||
6806 | 459 |
def register_Ns3WaveformGeneratorHelper_methods(root_module, cls): |
460 |
## waveform-generator-helper.h: ns3::WaveformGeneratorHelper::WaveformGeneratorHelper(ns3::WaveformGeneratorHelper const & arg0) [copy constructor] |
|
461 |
cls.add_constructor([param('ns3::WaveformGeneratorHelper const &', 'arg0')]) |
|
462 |
## waveform-generator-helper.h: ns3::WaveformGeneratorHelper::WaveformGeneratorHelper() [constructor] |
|
463 |
cls.add_constructor([]) |
|
464 |
## waveform-generator-helper.h: ns3::NetDeviceContainer ns3::WaveformGeneratorHelper::Install(ns3::NodeContainer c) const [member function] |
|
465 |
cls.add_method('Install', |
|
466 |
'ns3::NetDeviceContainer', |
|
467 |
[param('ns3::NodeContainer', 'c')], |
|
468 |
is_const=True) |
|
469 |
## waveform-generator-helper.h: ns3::NetDeviceContainer ns3::WaveformGeneratorHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
|
470 |
cls.add_method('Install', |
|
471 |
'ns3::NetDeviceContainer', |
|
472 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
473 |
is_const=True) |
|
474 |
## waveform-generator-helper.h: ns3::NetDeviceContainer ns3::WaveformGeneratorHelper::Install(std::string nodeName) const [member function] |
|
475 |
cls.add_method('Install', |
|
476 |
'ns3::NetDeviceContainer', |
|
477 |
[param('std::string', 'nodeName')], |
|
478 |
is_const=True) |
|
479 |
## waveform-generator-helper.h: void ns3::WaveformGeneratorHelper::SetChannel(ns3::Ptr<ns3::SpectrumChannel> channel) [member function] |
|
480 |
cls.add_method('SetChannel', |
|
481 |
'void', |
|
482 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'channel')]) |
|
483 |
## waveform-generator-helper.h: void ns3::WaveformGeneratorHelper::SetChannel(std::string channelName) [member function] |
|
484 |
cls.add_method('SetChannel', |
|
485 |
'void', |
|
486 |
[param('std::string', 'channelName')]) |
|
487 |
## waveform-generator-helper.h: void ns3::WaveformGeneratorHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function] |
|
488 |
cls.add_method('SetDeviceAttribute', |
|
489 |
'void', |
|
490 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')]) |
|
491 |
## waveform-generator-helper.h: void ns3::WaveformGeneratorHelper::SetPhyAttribute(std::string name, ns3::AttributeValue const & v) [member function] |
|
492 |
cls.add_method('SetPhyAttribute', |
|
493 |
'void', |
|
494 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'v')]) |
|
495 |
## waveform-generator-helper.h: void ns3::WaveformGeneratorHelper::SetTxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue> txPsd) [member function] |
|
496 |
cls.add_method('SetTxPowerSpectralDensity', |
|
497 |
'void', |
|
498 |
[param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd')]) |
|
499 |
return |
|
500 |
||
6534 | 501 |
def register_Ns3WifiSpectrumValue5MhzFactory_methods(root_module, cls): |
502 |
## wifi-spectrum-value-helper.h: ns3::WifiSpectrumValue5MhzFactory::WifiSpectrumValue5MhzFactory() [constructor] |
|
503 |
cls.add_constructor([]) |
|
504 |
## wifi-spectrum-value-helper.h: ns3::WifiSpectrumValue5MhzFactory::WifiSpectrumValue5MhzFactory(ns3::WifiSpectrumValue5MhzFactory const & arg0) [copy constructor] |
|
505 |
cls.add_constructor([param('ns3::WifiSpectrumValue5MhzFactory const &', 'arg0')]) |
|
506 |
## wifi-spectrum-value-helper.h: ns3::Ptr<ns3::SpectrumValue> ns3::WifiSpectrumValue5MhzFactory::CreateConstant(double psd) [member function] |
|
507 |
cls.add_method('CreateConstant', |
|
508 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
509 |
[param('double', 'psd')], |
|
510 |
is_virtual=True) |
|
511 |
## wifi-spectrum-value-helper.h: ns3::Ptr<ns3::SpectrumValue> ns3::WifiSpectrumValue5MhzFactory::CreateRfFilter(uint32_t channel) [member function] |
|
512 |
cls.add_method('CreateRfFilter', |
|
513 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
514 |
[param('uint32_t', 'channel')], |
|
515 |
is_virtual=True) |
|
516 |
## wifi-spectrum-value-helper.h: ns3::Ptr<ns3::SpectrumValue> ns3::WifiSpectrumValue5MhzFactory::CreateTxPowerSpectralDensity(double txPower, uint32_t channel) [member function] |
|
517 |
cls.add_method('CreateTxPowerSpectralDensity', |
|
518 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
519 |
[param('double', 'txPower'), param('uint32_t', 'channel')], |
|
520 |
is_virtual=True) |
|
521 |
return |
|
522 |
||
523 |
def register_Ns3WifiSpectrumValueHelper_methods(root_module, cls): |
|
524 |
## wifi-spectrum-value-helper.h: ns3::WifiSpectrumValueHelper::WifiSpectrumValueHelper() [constructor] |
|
525 |
cls.add_constructor([]) |
|
526 |
## wifi-spectrum-value-helper.h: ns3::WifiSpectrumValueHelper::WifiSpectrumValueHelper(ns3::WifiSpectrumValueHelper const & arg0) [copy constructor] |
|
527 |
cls.add_constructor([param('ns3::WifiSpectrumValueHelper const &', 'arg0')]) |
|
528 |
## wifi-spectrum-value-helper.h: ns3::Ptr<ns3::SpectrumValue> ns3::WifiSpectrumValueHelper::CreateConstant(double psd) [member function] |
|
529 |
cls.add_method('CreateConstant', |
|
530 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
531 |
[param('double', 'psd')], |
|
532 |
is_pure_virtual=True, is_virtual=True) |
|
533 |
## wifi-spectrum-value-helper.h: ns3::Ptr<ns3::SpectrumValue> ns3::WifiSpectrumValueHelper::CreateRfFilter(uint32_t channel) [member function] |
|
534 |
cls.add_method('CreateRfFilter', |
|
535 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
536 |
[param('uint32_t', 'channel')], |
|
537 |
is_pure_virtual=True, is_virtual=True) |
|
538 |
## wifi-spectrum-value-helper.h: ns3::Ptr<ns3::SpectrumValue> ns3::WifiSpectrumValueHelper::CreateTxPowerSpectralDensity(double txPower, uint32_t channel) [member function] |
|
539 |
cls.add_method('CreateTxPowerSpectralDensity', |
|
540 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
541 |
[param('double', 'txPower'), param('uint32_t', 'channel')], |
|
542 |
is_pure_virtual=True, is_virtual=True) |
|
543 |
return |
|
544 |
||
6806 | 545 |
def register_Ns3SpectrumConverter_methods(root_module, cls): |
546 |
## spectrum-converter.h: ns3::SpectrumConverter::SpectrumConverter(ns3::SpectrumConverter const & arg0) [copy constructor] |
|
547 |
cls.add_constructor([param('ns3::SpectrumConverter const &', 'arg0')]) |
|
548 |
## spectrum-converter.h: ns3::SpectrumConverter::SpectrumConverter(ns3::Ptr<ns3::SpectrumModel const> fromSpectrumModel, ns3::Ptr<ns3::SpectrumModel const> toSpectrumModel) [constructor] |
|
549 |
cls.add_constructor([param('ns3::Ptr< ns3::SpectrumModel const >', 'fromSpectrumModel'), param('ns3::Ptr< ns3::SpectrumModel const >', 'toSpectrumModel')]) |
|
550 |
## spectrum-converter.h: ns3::SpectrumConverter::SpectrumConverter() [constructor] |
|
551 |
cls.add_constructor([]) |
|
552 |
## spectrum-converter.h: ns3::Ptr<ns3::SpectrumValue> ns3::SpectrumConverter::Convert(ns3::Ptr<ns3::SpectrumValue const> vvf) const [member function] |
|
553 |
cls.add_method('Convert', |
|
554 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
555 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'vvf')], |
|
556 |
is_const=True) |
|
557 |
return |
|
558 |
||
6534 | 559 |
def register_Ns3SpectrumErrorModel_methods(root_module, cls): |
560 |
## spectrum-error-model.h: ns3::SpectrumErrorModel::SpectrumErrorModel() [constructor] |
|
561 |
cls.add_constructor([]) |
|
562 |
## spectrum-error-model.h: ns3::SpectrumErrorModel::SpectrumErrorModel(ns3::SpectrumErrorModel const & arg0) [copy constructor] |
|
563 |
cls.add_constructor([param('ns3::SpectrumErrorModel const &', 'arg0')]) |
|
564 |
## spectrum-error-model.h: void ns3::SpectrumErrorModel::EvaluateChunk(ns3::SpectrumValue const & sinr, ns3::Time duration) [member function] |
|
565 |
cls.add_method('EvaluateChunk', |
|
566 |
'void', |
|
567 |
[param('ns3::SpectrumValue const &', 'sinr'), param('ns3::Time', 'duration')], |
|
568 |
is_pure_virtual=True, is_virtual=True) |
|
569 |
## spectrum-error-model.h: bool ns3::SpectrumErrorModel::IsRxCorrect() [member function] |
|
570 |
cls.add_method('IsRxCorrect', |
|
571 |
'bool', |
|
572 |
[], |
|
573 |
is_pure_virtual=True, is_virtual=True) |
|
574 |
## spectrum-error-model.h: void ns3::SpectrumErrorModel::StartRx(ns3::Ptr<ns3::Packet const> p) [member function] |
|
575 |
cls.add_method('StartRx', |
|
576 |
'void', |
|
577 |
[param('ns3::Ptr< ns3::Packet const >', 'p')], |
|
578 |
is_pure_virtual=True, is_virtual=True) |
|
579 |
return |
|
580 |
||
581 |
def register_Ns3SpectrumInterference_methods(root_module, cls): |
|
582 |
## spectrum-interference.h: ns3::SpectrumInterference::SpectrumInterference(ns3::SpectrumInterference const & arg0) [copy constructor] |
|
583 |
cls.add_constructor([param('ns3::SpectrumInterference const &', 'arg0')]) |
|
584 |
## spectrum-interference.h: ns3::SpectrumInterference::SpectrumInterference() [constructor] |
|
585 |
cls.add_constructor([]) |
|
586 |
## spectrum-interference.h: void ns3::SpectrumInterference::AddSignal(ns3::Ptr<ns3::SpectrumValue const> spd, ns3::Time const duration) [member function] |
|
587 |
cls.add_method('AddSignal', |
|
588 |
'void', |
|
589 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'spd'), param('ns3::Time const', 'duration')]) |
|
590 |
## spectrum-interference.h: bool ns3::SpectrumInterference::EndRx() [member function] |
|
591 |
cls.add_method('EndRx', |
|
592 |
'bool', |
|
593 |
[]) |
|
594 |
## spectrum-interference.h: void ns3::SpectrumInterference::SetErrorModel(ns3::Ptr<ns3::SpectrumErrorModel> e) [member function] |
|
595 |
cls.add_method('SetErrorModel', |
|
596 |
'void', |
|
597 |
[param('ns3::Ptr< ns3::SpectrumErrorModel >', 'e')]) |
|
598 |
## spectrum-interference.h: void ns3::SpectrumInterference::SetNoisePowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue const> noisePsd) [member function] |
|
599 |
cls.add_method('SetNoisePowerSpectralDensity', |
|
600 |
'void', |
|
601 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'noisePsd')]) |
|
602 |
## spectrum-interference.h: void ns3::SpectrumInterference::StartRx(ns3::Ptr<ns3::Packet const> p, ns3::Ptr<ns3::SpectrumValue const> rxPsd) [member function] |
|
603 |
cls.add_method('StartRx', |
|
604 |
'void', |
|
605 |
[param('ns3::Ptr< ns3::Packet const >', 'p'), param('ns3::Ptr< ns3::SpectrumValue const >', 'rxPsd')]) |
|
606 |
## spectrum-interference.h: void ns3::SpectrumInterference::DoDispose() [member function] |
|
607 |
cls.add_method('DoDispose', |
|
608 |
'void', |
|
609 |
[], |
|
610 |
visibility='protected', is_virtual=True) |
|
611 |
return |
|
612 |
||
6806 | 613 |
def register_Ns3SpectrumModel_methods(root_module, cls): |
614 |
cls.add_binary_comparison_operator('==') |
|
615 |
## spectrum-model.h: ns3::SpectrumModel::SpectrumModel(ns3::SpectrumModel const & arg0) [copy constructor] |
|
616 |
cls.add_constructor([param('ns3::SpectrumModel const &', 'arg0')]) |
|
617 |
## spectrum-model.h: ns3::SpectrumModel::SpectrumModel(std::vector<double, std::allocator<double> > centerFreqs) [constructor] |
|
618 |
cls.add_constructor([param('std::vector< double >', 'centerFreqs')]) |
|
619 |
## spectrum-model.h: ns3::SpectrumModel::SpectrumModel(ns3::Bands bands) [constructor] |
|
620 |
cls.add_constructor([param('ns3::Bands', 'bands')]) |
|
621 |
## spectrum-model.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumModel::Begin() const [member function] |
|
622 |
cls.add_method('Begin', |
|
623 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >', |
|
624 |
[], |
|
625 |
is_const=True) |
|
626 |
## spectrum-model.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumModel::End() const [member function] |
|
627 |
cls.add_method('End', |
|
628 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >', |
|
629 |
[], |
|
630 |
is_const=True) |
|
631 |
## spectrum-model.h: size_t ns3::SpectrumModel::GetNumBands() const [member function] |
|
632 |
cls.add_method('GetNumBands', |
|
633 |
'size_t', |
|
634 |
[], |
|
635 |
is_const=True) |
|
636 |
## spectrum-model.h: ns3::SpectrumModelUid_t ns3::SpectrumModel::GetUid() const [member function] |
|
637 |
cls.add_method('GetUid', |
|
638 |
'ns3::SpectrumModelUid_t', |
|
639 |
[], |
|
640 |
is_const=True) |
|
641 |
return |
|
642 |
||
643 |
def register_Ns3SpectrumPhy_methods(root_module, cls): |
|
644 |
## spectrum-phy.h: ns3::SpectrumPhy::SpectrumPhy() [constructor] |
|
645 |
cls.add_constructor([]) |
|
646 |
## spectrum-phy.h: ns3::SpectrumPhy::SpectrumPhy(ns3::SpectrumPhy const & arg0) [copy constructor] |
|
647 |
cls.add_constructor([param('ns3::SpectrumPhy const &', 'arg0')]) |
|
648 |
## spectrum-phy.h: ns3::Ptr<ns3::Object> ns3::SpectrumPhy::GetDevice() [member function] |
|
649 |
cls.add_method('GetDevice', |
|
650 |
'ns3::Ptr< ns3::Object >', |
|
651 |
[], |
|
652 |
is_pure_virtual=True, is_virtual=True) |
|
653 |
## spectrum-phy.h: ns3::Ptr<ns3::Object> ns3::SpectrumPhy::GetMobility() [member function] |
|
654 |
cls.add_method('GetMobility', |
|
655 |
'ns3::Ptr< ns3::Object >', |
|
656 |
[], |
|
657 |
is_pure_virtual=True, is_virtual=True) |
|
658 |
## spectrum-phy.h: ns3::Ptr<ns3::SpectrumModel const> ns3::SpectrumPhy::GetRxSpectrumModel() const [member function] |
|
659 |
cls.add_method('GetRxSpectrumModel', |
|
660 |
'ns3::Ptr< ns3::SpectrumModel const >', |
|
661 |
[], |
|
662 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
663 |
## spectrum-phy.h: static ns3::TypeId ns3::SpectrumPhy::GetTypeId() [member function] |
|
664 |
cls.add_method('GetTypeId', |
|
665 |
'ns3::TypeId', |
|
666 |
[], |
|
667 |
is_static=True) |
|
668 |
## spectrum-phy.h: void ns3::SpectrumPhy::SetChannel(ns3::Ptr<ns3::SpectrumChannel> c) [member function] |
|
669 |
cls.add_method('SetChannel', |
|
670 |
'void', |
|
671 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'c')], |
|
672 |
is_pure_virtual=True, is_virtual=True) |
|
673 |
## spectrum-phy.h: void ns3::SpectrumPhy::SetDevice(ns3::Ptr<ns3::Object> d) [member function] |
|
674 |
cls.add_method('SetDevice', |
|
675 |
'void', |
|
676 |
[param('ns3::Ptr< ns3::Object >', 'd')], |
|
677 |
is_pure_virtual=True, is_virtual=True) |
|
678 |
## spectrum-phy.h: void ns3::SpectrumPhy::SetMobility(ns3::Ptr<ns3::Object> m) [member function] |
|
679 |
cls.add_method('SetMobility', |
|
680 |
'void', |
|
681 |
[param('ns3::Ptr< ns3::Object >', 'm')], |
|
682 |
is_pure_virtual=True, is_virtual=True) |
|
683 |
## spectrum-phy.h: void ns3::SpectrumPhy::StartRx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue const> rxPsd, ns3::SpectrumType st, ns3::Time duration) [member function] |
|
684 |
cls.add_method('StartRx', |
|
685 |
'void', |
|
686 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue const >', 'rxPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration')], |
|
687 |
is_pure_virtual=True, is_virtual=True) |
|
688 |
return |
|
689 |
||
690 |
def register_Ns3SpectrumPropagationLossModel_methods(root_module, cls): |
|
691 |
## spectrum-propagation-loss-model.h: ns3::SpectrumPropagationLossModel::SpectrumPropagationLossModel(ns3::SpectrumPropagationLossModel const & arg0) [copy constructor] |
|
692 |
cls.add_constructor([param('ns3::SpectrumPropagationLossModel const &', 'arg0')]) |
|
693 |
## spectrum-propagation-loss-model.h: ns3::SpectrumPropagationLossModel::SpectrumPropagationLossModel() [constructor] |
|
694 |
cls.add_constructor([]) |
|
695 |
## spectrum-propagation-loss-model.h: ns3::Ptr<ns3::SpectrumValue> ns3::SpectrumPropagationLossModel::CalcRxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue const> txPsd, ns3::Ptr<const ns3::MobilityModel> a, ns3::Ptr<const ns3::MobilityModel> b) const [member function] |
|
696 |
cls.add_method('CalcRxPowerSpectralDensity', |
|
697 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
698 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'txPsd'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b')], |
|
699 |
is_const=True) |
|
700 |
## spectrum-propagation-loss-model.h: static ns3::TypeId ns3::SpectrumPropagationLossModel::GetTypeId() [member function] |
|
701 |
cls.add_method('GetTypeId', |
|
702 |
'ns3::TypeId', |
|
703 |
[], |
|
704 |
is_static=True) |
|
705 |
## spectrum-propagation-loss-model.h: void ns3::SpectrumPropagationLossModel::SetNext(ns3::Ptr<ns3::SpectrumPropagationLossModel> next) [member function] |
|
706 |
cls.add_method('SetNext', |
|
707 |
'void', |
|
708 |
[param('ns3::Ptr< ns3::SpectrumPropagationLossModel >', 'next')]) |
|
709 |
## spectrum-propagation-loss-model.h: void ns3::SpectrumPropagationLossModel::DoDispose() [member function] |
|
710 |
cls.add_method('DoDispose', |
|
711 |
'void', |
|
712 |
[], |
|
713 |
visibility='protected', is_virtual=True) |
|
714 |
## spectrum-propagation-loss-model.h: ns3::Ptr<ns3::SpectrumValue> ns3::SpectrumPropagationLossModel::DoCalcRxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue const> txPsd, ns3::Ptr<const ns3::MobilityModel> a, ns3::Ptr<const ns3::MobilityModel> b) const [member function] |
|
715 |
cls.add_method('DoCalcRxPowerSpectralDensity', |
|
716 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
717 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'txPsd'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b')], |
|
718 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
719 |
return |
|
720 |
||
721 |
def register_Ns3SpectrumValue_methods(root_module, cls): |
|
722 |
cls.add_output_stream_operator() |
|
723 |
cls.add_binary_numeric_operator('*', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right')) |
|
724 |
cls.add_binary_numeric_operator('*', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right')) |
|
725 |
cls.add_binary_numeric_operator('+', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right')) |
|
726 |
cls.add_binary_numeric_operator('+', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right')) |
|
727 |
cls.add_unary_numeric_operator('-') |
|
728 |
cls.add_binary_numeric_operator('-', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right')) |
|
729 |
cls.add_binary_numeric_operator('-', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right')) |
|
730 |
cls.add_binary_numeric_operator('/', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right')) |
|
731 |
cls.add_binary_numeric_operator('/', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right')) |
|
732 |
cls.add_inplace_numeric_operator('*=', param('ns3::SpectrumValue const &', 'right')) |
|
733 |
cls.add_inplace_numeric_operator('*=', param('double', 'right')) |
|
734 |
cls.add_inplace_numeric_operator('+=', param('ns3::SpectrumValue const &', 'right')) |
|
735 |
cls.add_inplace_numeric_operator('+=', param('double', 'right')) |
|
736 |
cls.add_inplace_numeric_operator('-=', param('ns3::SpectrumValue const &', 'right')) |
|
737 |
cls.add_inplace_numeric_operator('-=', param('double', 'right')) |
|
738 |
cls.add_inplace_numeric_operator('/=', param('ns3::SpectrumValue const &', 'right')) |
|
739 |
cls.add_inplace_numeric_operator('/=', param('double', 'right')) |
|
740 |
## spectrum-value.h: ns3::SpectrumValue::SpectrumValue(ns3::SpectrumValue const & arg0) [copy constructor] |
|
741 |
cls.add_constructor([param('ns3::SpectrumValue const &', 'arg0')]) |
|
742 |
## spectrum-value.h: ns3::SpectrumValue::SpectrumValue(ns3::Ptr<ns3::SpectrumModel const> sm) [constructor] |
|
743 |
cls.add_constructor([param('ns3::Ptr< ns3::SpectrumModel const >', 'sm')]) |
|
744 |
## spectrum-value.h: ns3::SpectrumValue::SpectrumValue() [constructor] |
|
745 |
cls.add_constructor([]) |
|
746 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumValue::ConstBandsBegin() const [member function] |
|
747 |
cls.add_method('ConstBandsBegin', |
|
748 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >', |
|
749 |
[], |
|
750 |
is_const=True) |
|
751 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumValue::ConstBandsEnd() const [member function] |
|
752 |
cls.add_method('ConstBandsEnd', |
|
753 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >', |
|
754 |
[], |
|
755 |
is_const=True) |
|
756 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ConstValuesBegin() const [member function] |
|
757 |
cls.add_method('ConstValuesBegin', |
|
758 |
'__gnu_cxx::__normal_iterator< double const *, std::vector< double > >', |
|
759 |
[], |
|
760 |
is_const=True) |
|
761 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ConstValuesEnd() const [member function] |
|
762 |
cls.add_method('ConstValuesEnd', |
|
763 |
'__gnu_cxx::__normal_iterator< double const *, std::vector< double > >', |
|
764 |
[], |
|
765 |
is_const=True) |
|
766 |
## spectrum-value.h: ns3::Ptr<ns3::SpectrumValue> ns3::SpectrumValue::Copy() const [member function] |
|
767 |
cls.add_method('Copy', |
|
768 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
769 |
[], |
|
770 |
is_const=True) |
|
771 |
## spectrum-value.h: ns3::Ptr<ns3::SpectrumModel const> ns3::SpectrumValue::GetSpectrumModel() const [member function] |
|
772 |
cls.add_method('GetSpectrumModel', |
|
773 |
'ns3::Ptr< ns3::SpectrumModel const >', |
|
774 |
[], |
|
775 |
is_const=True) |
|
776 |
## spectrum-value.h: ns3::SpectrumModelUid_t ns3::SpectrumValue::GetSpectrumModelUid() const [member function] |
|
777 |
cls.add_method('GetSpectrumModelUid', |
|
778 |
'ns3::SpectrumModelUid_t', |
|
779 |
[], |
|
780 |
is_const=True) |
|
781 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ValuesBegin() [member function] |
|
782 |
cls.add_method('ValuesBegin', |
|
783 |
'__gnu_cxx::__normal_iterator< double *, std::vector< double > >', |
|
784 |
[]) |
|
785 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ValuesEnd() [member function] |
|
786 |
cls.add_method('ValuesEnd', |
|
787 |
'__gnu_cxx::__normal_iterator< double *, std::vector< double > >', |
|
788 |
[]) |
|
789 |
return |
|
790 |
||
6534 | 791 |
def register_Ns3WaveformGenerator_methods(root_module, cls): |
792 |
## waveform-generator.h: ns3::WaveformGenerator::WaveformGenerator(ns3::WaveformGenerator const & arg0) [copy constructor] |
|
793 |
cls.add_constructor([param('ns3::WaveformGenerator const &', 'arg0')]) |
|
794 |
## waveform-generator.h: ns3::WaveformGenerator::WaveformGenerator() [constructor] |
|
795 |
cls.add_constructor([]) |
|
796 |
## waveform-generator.h: ns3::Ptr<ns3::Object> ns3::WaveformGenerator::GetDevice() [member function] |
|
797 |
cls.add_method('GetDevice', |
|
798 |
'ns3::Ptr< ns3::Object >', |
|
799 |
[], |
|
800 |
is_virtual=True) |
|
801 |
## waveform-generator.h: double ns3::WaveformGenerator::GetDutyCycle() const [member function] |
|
802 |
cls.add_method('GetDutyCycle', |
|
803 |
'double', |
|
804 |
[], |
|
805 |
is_const=True) |
|
806 |
## waveform-generator.h: ns3::Ptr<ns3::Object> ns3::WaveformGenerator::GetMobility() [member function] |
|
807 |
cls.add_method('GetMobility', |
|
808 |
'ns3::Ptr< ns3::Object >', |
|
809 |
[], |
|
810 |
is_virtual=True) |
|
811 |
## waveform-generator.h: ns3::Time ns3::WaveformGenerator::GetPeriod() const [member function] |
|
812 |
cls.add_method('GetPeriod', |
|
813 |
'ns3::Time', |
|
814 |
[], |
|
815 |
is_const=True) |
|
816 |
## waveform-generator.h: ns3::Ptr<ns3::SpectrumModel const> ns3::WaveformGenerator::GetRxSpectrumModel() const [member function] |
|
817 |
cls.add_method('GetRxSpectrumModel', |
|
818 |
'ns3::Ptr< ns3::SpectrumModel const >', |
|
819 |
[], |
|
820 |
is_const=True, is_virtual=True) |
|
821 |
## waveform-generator.h: ns3::SpectrumType ns3::WaveformGenerator::GetSpectrumType() [member function] |
|
822 |
cls.add_method('GetSpectrumType', |
|
823 |
'ns3::SpectrumType', |
|
824 |
[]) |
|
825 |
## waveform-generator.h: static ns3::TypeId ns3::WaveformGenerator::GetTypeId() [member function] |
|
826 |
cls.add_method('GetTypeId', |
|
827 |
'ns3::TypeId', |
|
828 |
[], |
|
829 |
is_static=True) |
|
830 |
## waveform-generator.h: void ns3::WaveformGenerator::SetChannel(ns3::Ptr<ns3::SpectrumChannel> c) [member function] |
|
831 |
cls.add_method('SetChannel', |
|
832 |
'void', |
|
833 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'c')], |
|
834 |
is_virtual=True) |
|
835 |
## waveform-generator.h: void ns3::WaveformGenerator::SetDevice(ns3::Ptr<ns3::Object> d) [member function] |
|
836 |
cls.add_method('SetDevice', |
|
837 |
'void', |
|
838 |
[param('ns3::Ptr< ns3::Object >', 'd')], |
|
839 |
is_virtual=True) |
|
840 |
## waveform-generator.h: void ns3::WaveformGenerator::SetDutyCycle(double value) [member function] |
|
841 |
cls.add_method('SetDutyCycle', |
|
842 |
'void', |
|
843 |
[param('double', 'value')]) |
|
844 |
## waveform-generator.h: void ns3::WaveformGenerator::SetMobility(ns3::Ptr<ns3::Object> m) [member function] |
|
845 |
cls.add_method('SetMobility', |
|
846 |
'void', |
|
847 |
[param('ns3::Ptr< ns3::Object >', 'm')], |
|
848 |
is_virtual=True) |
|
849 |
## waveform-generator.h: void ns3::WaveformGenerator::SetPeriod(ns3::Time period) [member function] |
|
850 |
cls.add_method('SetPeriod', |
|
851 |
'void', |
|
852 |
[param('ns3::Time', 'period')]) |
|
853 |
## waveform-generator.h: void ns3::WaveformGenerator::SetTxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue> txs) [member function] |
|
854 |
cls.add_method('SetTxPowerSpectralDensity', |
|
855 |
'void', |
|
856 |
[param('ns3::Ptr< ns3::SpectrumValue >', 'txs')]) |
|
857 |
## waveform-generator.h: void ns3::WaveformGenerator::Start() [member function] |
|
858 |
cls.add_method('Start', |
|
859 |
'void', |
|
860 |
[], |
|
861 |
is_virtual=True) |
|
862 |
## waveform-generator.h: void ns3::WaveformGenerator::StartRx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue const> rxPsd, ns3::SpectrumType st, ns3::Time duration) [member function] |
|
863 |
cls.add_method('StartRx', |
|
864 |
'void', |
|
865 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue const >', 'rxPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration')], |
|
866 |
is_virtual=True) |
|
867 |
## waveform-generator.h: void ns3::WaveformGenerator::Stop() [member function] |
|
868 |
cls.add_method('Stop', |
|
869 |
'void', |
|
870 |
[], |
|
871 |
is_virtual=True) |
|
872 |
## waveform-generator.h: void ns3::WaveformGenerator::DoDispose() [member function] |
|
873 |
cls.add_method('DoDispose', |
|
874 |
'void', |
|
875 |
[], |
|
876 |
visibility='private', is_virtual=True) |
|
877 |
## waveform-generator.h: void ns3::WaveformGenerator::GenerateWaveform() [member function] |
|
878 |
cls.add_method('GenerateWaveform', |
|
879 |
'void', |
|
880 |
[], |
|
881 |
visibility='private', is_virtual=True) |
|
882 |
return |
|
883 |
||
884 |
def register_Ns3AlohaNoackMacHeader_methods(root_module, cls): |
|
885 |
## aloha-noack-mac-header.h: ns3::AlohaNoackMacHeader::AlohaNoackMacHeader() [constructor] |
|
886 |
cls.add_constructor([]) |
|
887 |
## aloha-noack-mac-header.h: ns3::AlohaNoackMacHeader::AlohaNoackMacHeader(ns3::AlohaNoackMacHeader const & arg0) [copy constructor] |
|
888 |
cls.add_constructor([param('ns3::AlohaNoackMacHeader const &', 'arg0')]) |
|
889 |
## aloha-noack-mac-header.h: uint32_t ns3::AlohaNoackMacHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
890 |
cls.add_method('Deserialize', |
|
891 |
'uint32_t', |
|
892 |
[param('ns3::Buffer::Iterator', 'start')], |
|
893 |
is_virtual=True) |
|
894 |
## aloha-noack-mac-header.h: ns3::Mac48Address ns3::AlohaNoackMacHeader::GetDestination() const [member function] |
|
895 |
cls.add_method('GetDestination', |
|
896 |
'ns3::Mac48Address', |
|
897 |
[], |
|
898 |
is_const=True) |
|
899 |
## aloha-noack-mac-header.h: ns3::TypeId ns3::AlohaNoackMacHeader::GetInstanceTypeId() const [member function] |
|
900 |
cls.add_method('GetInstanceTypeId', |
|
901 |
'ns3::TypeId', |
|
902 |
[], |
|
903 |
is_const=True, is_virtual=True) |
|
904 |
## aloha-noack-mac-header.h: uint32_t ns3::AlohaNoackMacHeader::GetSerializedSize() const [member function] |
|
905 |
cls.add_method('GetSerializedSize', |
|
906 |
'uint32_t', |
|
907 |
[], |
|
908 |
is_const=True, is_virtual=True) |
|
909 |
## aloha-noack-mac-header.h: ns3::Mac48Address ns3::AlohaNoackMacHeader::GetSource() const [member function] |
|
910 |
cls.add_method('GetSource', |
|
911 |
'ns3::Mac48Address', |
|
912 |
[], |
|
913 |
is_const=True) |
|
914 |
## aloha-noack-mac-header.h: static ns3::TypeId ns3::AlohaNoackMacHeader::GetTypeId() [member function] |
|
915 |
cls.add_method('GetTypeId', |
|
916 |
'ns3::TypeId', |
|
917 |
[], |
|
918 |
is_static=True) |
|
919 |
## aloha-noack-mac-header.h: void ns3::AlohaNoackMacHeader::Print(std::ostream & os) const [member function] |
|
920 |
cls.add_method('Print', |
|
921 |
'void', |
|
922 |
[param('std::ostream &', 'os')], |
|
923 |
is_const=True, is_virtual=True) |
|
924 |
## aloha-noack-mac-header.h: void ns3::AlohaNoackMacHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
925 |
cls.add_method('Serialize', |
|
926 |
'void', |
|
927 |
[param('ns3::Buffer::Iterator', 'start')], |
|
928 |
is_const=True, is_virtual=True) |
|
929 |
## aloha-noack-mac-header.h: void ns3::AlohaNoackMacHeader::SetDestination(ns3::Mac48Address destination) [member function] |
|
930 |
cls.add_method('SetDestination', |
|
931 |
'void', |
|
932 |
[param('ns3::Mac48Address', 'destination')]) |
|
933 |
## aloha-noack-mac-header.h: void ns3::AlohaNoackMacHeader::SetSource(ns3::Mac48Address source) [member function] |
|
934 |
cls.add_method('SetSource', |
|
935 |
'void', |
|
936 |
[param('ns3::Mac48Address', 'source')]) |
|
937 |
return |
|
938 |
||
6806 | 939 |
def register_Ns3FriisSpectrumPropagationLossModel_methods(root_module, cls): |
940 |
## friis-spectrum-propagation-loss.h: ns3::FriisSpectrumPropagationLossModel::FriisSpectrumPropagationLossModel(ns3::FriisSpectrumPropagationLossModel const & arg0) [copy constructor] |
|
941 |
cls.add_constructor([param('ns3::FriisSpectrumPropagationLossModel const &', 'arg0')]) |
|
942 |
## friis-spectrum-propagation-loss.h: ns3::FriisSpectrumPropagationLossModel::FriisSpectrumPropagationLossModel() [constructor] |
|
943 |
cls.add_constructor([]) |
|
944 |
## friis-spectrum-propagation-loss.h: double ns3::FriisSpectrumPropagationLossModel::CalculateLoss(double f, double d) const [member function] |
|
945 |
cls.add_method('CalculateLoss', |
|
946 |
'double', |
|
947 |
[param('double', 'f'), param('double', 'd')], |
|
948 |
is_const=True) |
|
949 |
## friis-spectrum-propagation-loss.h: ns3::Ptr<ns3::SpectrumValue> ns3::FriisSpectrumPropagationLossModel::DoCalcRxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue const> txPsd, ns3::Ptr<const ns3::MobilityModel> a, ns3::Ptr<const ns3::MobilityModel> b) const [member function] |
|
950 |
cls.add_method('DoCalcRxPowerSpectralDensity', |
|
951 |
'ns3::Ptr< ns3::SpectrumValue >', |
|
952 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'txPsd'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b')], |
|
953 |
is_const=True, is_virtual=True) |
|
954 |
## friis-spectrum-propagation-loss.h: static ns3::TypeId ns3::FriisSpectrumPropagationLossModel::GetTypeId() [member function] |
|
955 |
cls.add_method('GetTypeId', |
|
956 |
'ns3::TypeId', |
|
957 |
[], |
|
958 |
is_static=True) |
|
959 |
return |
|
960 |
||
6534 | 961 |
def register_Ns3HalfDuplexIdealPhy_methods(root_module, cls): |
962 |
## half-duplex-ideal-phy.h: ns3::HalfDuplexIdealPhy::HalfDuplexIdealPhy(ns3::HalfDuplexIdealPhy const & arg0) [copy constructor] |
|
963 |
cls.add_constructor([param('ns3::HalfDuplexIdealPhy const &', 'arg0')]) |
|
964 |
## half-duplex-ideal-phy.h: ns3::HalfDuplexIdealPhy::HalfDuplexIdealPhy() [constructor] |
|
965 |
cls.add_constructor([]) |
|
966 |
## half-duplex-ideal-phy.h: ns3::Ptr<ns3::Object> ns3::HalfDuplexIdealPhy::GetDevice() [member function] |
|
967 |
cls.add_method('GetDevice', |
|
968 |
'ns3::Ptr< ns3::Object >', |
|
969 |
[], |
|
970 |
is_virtual=True) |
|
971 |
## half-duplex-ideal-phy.h: ns3::Ptr<ns3::Object> ns3::HalfDuplexIdealPhy::GetMobility() [member function] |
|
972 |
cls.add_method('GetMobility', |
|
973 |
'ns3::Ptr< ns3::Object >', |
|
974 |
[], |
|
975 |
is_virtual=True) |
|
976 |
## half-duplex-ideal-phy.h: ns3::DataRate ns3::HalfDuplexIdealPhy::GetRate() const [member function] |
|
977 |
cls.add_method('GetRate', |
|
978 |
'ns3::DataRate', |
|
979 |
[], |
|
980 |
is_const=True) |
|
981 |
## half-duplex-ideal-phy.h: ns3::Ptr<ns3::SpectrumModel const> ns3::HalfDuplexIdealPhy::GetRxSpectrumModel() const [member function] |
|
982 |
cls.add_method('GetRxSpectrumModel', |
|
983 |
'ns3::Ptr< ns3::SpectrumModel const >', |
|
984 |
[], |
|
985 |
is_const=True, is_virtual=True) |
|
986 |
## half-duplex-ideal-phy.h: ns3::SpectrumType ns3::HalfDuplexIdealPhy::GetSpectrumType() [member function] |
|
987 |
cls.add_method('GetSpectrumType', |
|
988 |
'ns3::SpectrumType', |
|
989 |
[]) |
|
990 |
## half-duplex-ideal-phy.h: static ns3::TypeId ns3::HalfDuplexIdealPhy::GetTypeId() [member function] |
|
991 |
cls.add_method('GetTypeId', |
|
992 |
'ns3::TypeId', |
|
993 |
[], |
|
994 |
is_static=True) |
|
995 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetChannel(ns3::Ptr<ns3::SpectrumChannel> c) [member function] |
|
996 |
cls.add_method('SetChannel', |
|
997 |
'void', |
|
998 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'c')], |
|
999 |
is_virtual=True) |
|
1000 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetDevice(ns3::Ptr<ns3::Object> d) [member function] |
|
1001 |
cls.add_method('SetDevice', |
|
1002 |
'void', |
|
1003 |
[param('ns3::Ptr< ns3::Object >', 'd')], |
|
1004 |
is_virtual=True) |
|
6971 | 1005 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetGenericPhyRxEndErrorCallback(ns3::GenericPhyRxEndErrorCallback c) [member function] |
1006 |
cls.add_method('SetGenericPhyRxEndErrorCallback', |
|
1007 |
'void', |
|
1008 |
[param('ns3::GenericPhyRxEndErrorCallback', 'c')]) |
|
1009 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetGenericPhyRxEndOkCallback(ns3::GenericPhyRxEndOkCallback c) [member function] |
|
1010 |
cls.add_method('SetGenericPhyRxEndOkCallback', |
|
1011 |
'void', |
|
1012 |
[param('ns3::GenericPhyRxEndOkCallback', 'c')]) |
|
1013 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetGenericPhyRxStartCallback(ns3::GenericPhyRxStartCallback c) [member function] |
|
1014 |
cls.add_method('SetGenericPhyRxStartCallback', |
|
1015 |
'void', |
|
1016 |
[param('ns3::GenericPhyRxStartCallback', 'c')]) |
|
1017 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetGenericPhyTxEndCallback(ns3::GenericPhyTxEndCallback c) [member function] |
|
1018 |
cls.add_method('SetGenericPhyTxEndCallback', |
|
1019 |
'void', |
|
1020 |
[param('ns3::GenericPhyTxEndCallback', 'c')]) |
|
6534 | 1021 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetMobility(ns3::Ptr<ns3::Object> m) [member function] |
1022 |
cls.add_method('SetMobility', |
|
1023 |
'void', |
|
1024 |
[param('ns3::Ptr< ns3::Object >', 'm')], |
|
1025 |
is_virtual=True) |
|
1026 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetNoisePowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue const> noisePsd) [member function] |
|
1027 |
cls.add_method('SetNoisePowerSpectralDensity', |
|
1028 |
'void', |
|
1029 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'noisePsd')]) |
|
1030 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetRate(ns3::DataRate rate) [member function] |
|
1031 |
cls.add_method('SetRate', |
|
1032 |
'void', |
|
1033 |
[param('ns3::DataRate', 'rate')]) |
|
1034 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::SetTxPowerSpectralDensity(ns3::Ptr<ns3::SpectrumValue> txPsd) [member function] |
|
1035 |
cls.add_method('SetTxPowerSpectralDensity', |
|
1036 |
'void', |
|
1037 |
[param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd')]) |
|
1038 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::StartRx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue const> rxPsd, ns3::SpectrumType st, ns3::Time duration) [member function] |
|
1039 |
cls.add_method('StartRx', |
|
1040 |
'void', |
|
1041 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue const >', 'rxPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration')], |
|
1042 |
is_virtual=True) |
|
1043 |
## half-duplex-ideal-phy.h: bool ns3::HalfDuplexIdealPhy::StartTx(ns3::Ptr<ns3::Packet> p) [member function] |
|
1044 |
cls.add_method('StartTx', |
|
1045 |
'bool', |
|
1046 |
[param('ns3::Ptr< ns3::Packet >', 'p')]) |
|
1047 |
## half-duplex-ideal-phy.h: void ns3::HalfDuplexIdealPhy::DoDispose() [member function] |
|
1048 |
cls.add_method('DoDispose', |
|
1049 |
'void', |
|
1050 |
[], |
|
1051 |
visibility='private', is_virtual=True) |
|
1052 |
return |
|
1053 |
||
1054 |
def register_Ns3NonCommunicatingNetDevice_methods(root_module, cls): |
|
1055 |
## non-communicating-net-device.h: ns3::NonCommunicatingNetDevice::NonCommunicatingNetDevice(ns3::NonCommunicatingNetDevice const & arg0) [copy constructor] |
|
1056 |
cls.add_constructor([param('ns3::NonCommunicatingNetDevice const &', 'arg0')]) |
|
1057 |
## non-communicating-net-device.h: ns3::NonCommunicatingNetDevice::NonCommunicatingNetDevice() [constructor] |
|
1058 |
cls.add_constructor([]) |
|
1059 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
1060 |
cls.add_method('AddLinkChangeCallback', |
|
1061 |
'void', |
|
1062 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
1063 |
is_virtual=True) |
|
1064 |
## non-communicating-net-device.h: ns3::Address ns3::NonCommunicatingNetDevice::GetAddress() const [member function] |
|
1065 |
cls.add_method('GetAddress', |
|
1066 |
'ns3::Address', |
|
1067 |
[], |
|
1068 |
is_const=True, is_virtual=True) |
|
1069 |
## non-communicating-net-device.h: ns3::Address ns3::NonCommunicatingNetDevice::GetBroadcast() const [member function] |
|
1070 |
cls.add_method('GetBroadcast', |
|
1071 |
'ns3::Address', |
|
1072 |
[], |
|
1073 |
is_const=True, is_virtual=True) |
|
1074 |
## non-communicating-net-device.h: ns3::Ptr<ns3::Channel> ns3::NonCommunicatingNetDevice::GetChannel() const [member function] |
|
1075 |
cls.add_method('GetChannel', |
|
1076 |
'ns3::Ptr< ns3::Channel >', |
|
1077 |
[], |
|
1078 |
is_const=True, is_virtual=True) |
|
1079 |
## non-communicating-net-device.h: uint32_t ns3::NonCommunicatingNetDevice::GetIfIndex() const [member function] |
|
1080 |
cls.add_method('GetIfIndex', |
|
1081 |
'uint32_t', |
|
1082 |
[], |
|
1083 |
is_const=True, is_virtual=True) |
|
1084 |
## non-communicating-net-device.h: uint16_t ns3::NonCommunicatingNetDevice::GetMtu() const [member function] |
|
1085 |
cls.add_method('GetMtu', |
|
1086 |
'uint16_t', |
|
1087 |
[], |
|
1088 |
is_const=True, is_virtual=True) |
|
1089 |
## non-communicating-net-device.h: ns3::Address ns3::NonCommunicatingNetDevice::GetMulticast(ns3::Ipv4Address addr) const [member function] |
|
1090 |
cls.add_method('GetMulticast', |
|
1091 |
'ns3::Address', |
|
1092 |
[param('ns3::Ipv4Address', 'addr')], |
|
1093 |
is_const=True, is_virtual=True) |
|
1094 |
## non-communicating-net-device.h: ns3::Address ns3::NonCommunicatingNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
|
1095 |
cls.add_method('GetMulticast', |
|
1096 |
'ns3::Address', |
|
1097 |
[param('ns3::Ipv6Address', 'addr')], |
|
1098 |
is_const=True, is_virtual=True) |
|
1099 |
## non-communicating-net-device.h: ns3::Ptr<ns3::Node> ns3::NonCommunicatingNetDevice::GetNode() const [member function] |
|
1100 |
cls.add_method('GetNode', |
|
1101 |
'ns3::Ptr< ns3::Node >', |
|
1102 |
[], |
|
1103 |
is_const=True, is_virtual=True) |
|
1104 |
## non-communicating-net-device.h: ns3::Ptr<ns3::Object> ns3::NonCommunicatingNetDevice::GetPhy() const [member function] |
|
1105 |
cls.add_method('GetPhy', |
|
1106 |
'ns3::Ptr< ns3::Object >', |
|
1107 |
[], |
|
1108 |
is_const=True) |
|
1109 |
## non-communicating-net-device.h: static ns3::TypeId ns3::NonCommunicatingNetDevice::GetTypeId() [member function] |
|
1110 |
cls.add_method('GetTypeId', |
|
1111 |
'ns3::TypeId', |
|
1112 |
[], |
|
1113 |
is_static=True) |
|
1114 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::IsBridge() const [member function] |
|
1115 |
cls.add_method('IsBridge', |
|
1116 |
'bool', |
|
1117 |
[], |
|
1118 |
is_const=True, is_virtual=True) |
|
1119 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::IsBroadcast() const [member function] |
|
1120 |
cls.add_method('IsBroadcast', |
|
1121 |
'bool', |
|
1122 |
[], |
|
1123 |
is_const=True, is_virtual=True) |
|
1124 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::IsLinkUp() const [member function] |
|
1125 |
cls.add_method('IsLinkUp', |
|
1126 |
'bool', |
|
1127 |
[], |
|
1128 |
is_const=True, is_virtual=True) |
|
1129 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::IsMulticast() const [member function] |
|
1130 |
cls.add_method('IsMulticast', |
|
1131 |
'bool', |
|
1132 |
[], |
|
1133 |
is_const=True, is_virtual=True) |
|
1134 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::IsPointToPoint() const [member function] |
|
1135 |
cls.add_method('IsPointToPoint', |
|
1136 |
'bool', |
|
1137 |
[], |
|
1138 |
is_const=True, is_virtual=True) |
|
1139 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::NeedsArp() const [member function] |
|
1140 |
cls.add_method('NeedsArp', |
|
1141 |
'bool', |
|
1142 |
[], |
|
1143 |
is_const=True, is_virtual=True) |
|
1144 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
1145 |
cls.add_method('Send', |
|
1146 |
'bool', |
|
1147 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
1148 |
is_virtual=True) |
|
1149 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
1150 |
cls.add_method('SendFrom', |
|
1151 |
'bool', |
|
1152 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
1153 |
is_virtual=True) |
|
1154 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetAddress(ns3::Address address) [member function] |
|
1155 |
cls.add_method('SetAddress', |
|
1156 |
'void', |
|
1157 |
[param('ns3::Address', 'address')], |
|
1158 |
is_virtual=True) |
|
1159 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetChannel(ns3::Ptr<ns3::Channel> c) [member function] |
|
1160 |
cls.add_method('SetChannel', |
|
1161 |
'void', |
|
1162 |
[param('ns3::Ptr< ns3::Channel >', 'c')]) |
|
1163 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetIfIndex(uint32_t const index) [member function] |
|
1164 |
cls.add_method('SetIfIndex', |
|
1165 |
'void', |
|
1166 |
[param('uint32_t const', 'index')], |
|
1167 |
is_virtual=True) |
|
1168 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::SetMtu(uint16_t const mtu) [member function] |
|
1169 |
cls.add_method('SetMtu', |
|
1170 |
'bool', |
|
1171 |
[param('uint16_t const', 'mtu')], |
|
1172 |
is_virtual=True) |
|
1173 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
|
1174 |
cls.add_method('SetNode', |
|
1175 |
'void', |
|
1176 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
1177 |
is_virtual=True) |
|
1178 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetPhy(ns3::Ptr<ns3::Object> phy) [member function] |
|
1179 |
cls.add_method('SetPhy', |
|
1180 |
'void', |
|
1181 |
[param('ns3::Ptr< ns3::Object >', 'phy')]) |
|
1182 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
1183 |
cls.add_method('SetPromiscReceiveCallback', |
|
1184 |
'void', |
|
1185 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
1186 |
is_virtual=True) |
|
1187 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
1188 |
cls.add_method('SetReceiveCallback', |
|
1189 |
'void', |
|
1190 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
1191 |
is_virtual=True) |
|
1192 |
## non-communicating-net-device.h: bool ns3::NonCommunicatingNetDevice::SupportsSendFrom() const [member function] |
|
1193 |
cls.add_method('SupportsSendFrom', |
|
1194 |
'bool', |
|
1195 |
[], |
|
1196 |
is_const=True, is_virtual=True) |
|
1197 |
## non-communicating-net-device.h: void ns3::NonCommunicatingNetDevice::DoDispose() [member function] |
|
1198 |
cls.add_method('DoDispose', |
|
1199 |
'void', |
|
1200 |
[], |
|
1201 |
visibility='private', is_virtual=True) |
|
1202 |
return |
|
1203 |
||
1204 |
def register_Ns3ShannonSpectrumErrorModel_methods(root_module, cls): |
|
1205 |
## spectrum-error-model.h: ns3::ShannonSpectrumErrorModel::ShannonSpectrumErrorModel() [constructor] |
|
1206 |
cls.add_constructor([]) |
|
1207 |
## spectrum-error-model.h: ns3::ShannonSpectrumErrorModel::ShannonSpectrumErrorModel(ns3::ShannonSpectrumErrorModel const & arg0) [copy constructor] |
|
1208 |
cls.add_constructor([param('ns3::ShannonSpectrumErrorModel const &', 'arg0')]) |
|
1209 |
## spectrum-error-model.h: void ns3::ShannonSpectrumErrorModel::EvaluateChunk(ns3::SpectrumValue const & sinr, ns3::Time duration) [member function] |
|
1210 |
cls.add_method('EvaluateChunk', |
|
1211 |
'void', |
|
1212 |
[param('ns3::SpectrumValue const &', 'sinr'), param('ns3::Time', 'duration')], |
|
1213 |
is_virtual=True) |
|
1214 |
## spectrum-error-model.h: bool ns3::ShannonSpectrumErrorModel::IsRxCorrect() [member function] |
|
1215 |
cls.add_method('IsRxCorrect', |
|
1216 |
'bool', |
|
1217 |
[], |
|
1218 |
is_virtual=True) |
|
1219 |
## spectrum-error-model.h: void ns3::ShannonSpectrumErrorModel::StartRx(ns3::Ptr<ns3::Packet const> p) [member function] |
|
1220 |
cls.add_method('StartRx', |
|
1221 |
'void', |
|
1222 |
[param('ns3::Ptr< ns3::Packet const >', 'p')], |
|
1223 |
is_virtual=True) |
|
1224 |
## spectrum-error-model.h: void ns3::ShannonSpectrumErrorModel::DoDispose() [member function] |
|
1225 |
cls.add_method('DoDispose', |
|
1226 |
'void', |
|
1227 |
[], |
|
1228 |
visibility='protected', is_virtual=True) |
|
1229 |
return |
|
1230 |
||
1231 |
def register_Ns3SpectrumAnalyzer_methods(root_module, cls): |
|
1232 |
## spectrum-analyzer.h: ns3::SpectrumAnalyzer::SpectrumAnalyzer(ns3::SpectrumAnalyzer const & arg0) [copy constructor] |
|
1233 |
cls.add_constructor([param('ns3::SpectrumAnalyzer const &', 'arg0')]) |
|
1234 |
## spectrum-analyzer.h: ns3::SpectrumAnalyzer::SpectrumAnalyzer() [constructor] |
|
1235 |
cls.add_constructor([]) |
|
1236 |
## spectrum-analyzer.h: ns3::Ptr<ns3::Object> ns3::SpectrumAnalyzer::GetDevice() [member function] |
|
1237 |
cls.add_method('GetDevice', |
|
1238 |
'ns3::Ptr< ns3::Object >', |
|
1239 |
[], |
|
1240 |
is_virtual=True) |
|
1241 |
## spectrum-analyzer.h: ns3::Ptr<ns3::Object> ns3::SpectrumAnalyzer::GetMobility() [member function] |
|
1242 |
cls.add_method('GetMobility', |
|
1243 |
'ns3::Ptr< ns3::Object >', |
|
1244 |
[], |
|
1245 |
is_virtual=True) |
|
1246 |
## spectrum-analyzer.h: ns3::Ptr<ns3::SpectrumModel const> ns3::SpectrumAnalyzer::GetRxSpectrumModel() const [member function] |
|
1247 |
cls.add_method('GetRxSpectrumModel', |
|
1248 |
'ns3::Ptr< ns3::SpectrumModel const >', |
|
1249 |
[], |
|
1250 |
is_const=True, is_virtual=True) |
|
1251 |
## spectrum-analyzer.h: static ns3::TypeId ns3::SpectrumAnalyzer::GetTypeId() [member function] |
|
1252 |
cls.add_method('GetTypeId', |
|
1253 |
'ns3::TypeId', |
|
1254 |
[], |
|
1255 |
is_static=True) |
|
1256 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::SetChannel(ns3::Ptr<ns3::SpectrumChannel> c) [member function] |
|
1257 |
cls.add_method('SetChannel', |
|
1258 |
'void', |
|
1259 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'c')], |
|
1260 |
is_virtual=True) |
|
1261 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::SetDevice(ns3::Ptr<ns3::Object> d) [member function] |
|
1262 |
cls.add_method('SetDevice', |
|
1263 |
'void', |
|
1264 |
[param('ns3::Ptr< ns3::Object >', 'd')], |
|
1265 |
is_virtual=True) |
|
1266 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::SetMobility(ns3::Ptr<ns3::Object> m) [member function] |
|
1267 |
cls.add_method('SetMobility', |
|
1268 |
'void', |
|
1269 |
[param('ns3::Ptr< ns3::Object >', 'm')], |
|
1270 |
is_virtual=True) |
|
1271 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::SetRxSpectrumModel(ns3::Ptr<ns3::SpectrumModel> m) [member function] |
|
1272 |
cls.add_method('SetRxSpectrumModel', |
|
1273 |
'void', |
|
1274 |
[param('ns3::Ptr< ns3::SpectrumModel >', 'm')]) |
|
1275 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::Start() [member function] |
|
1276 |
cls.add_method('Start', |
|
1277 |
'void', |
|
1278 |
[], |
|
1279 |
is_virtual=True) |
|
1280 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::StartRx(ns3::Ptr<ns3::PacketBurst> pb, ns3::Ptr<ns3::SpectrumValue const> rxPowerSpectralDensity, ns3::SpectrumType st, ns3::Time duration) [member function] |
|
1281 |
cls.add_method('StartRx', |
|
1282 |
'void', |
|
1283 |
[param('ns3::Ptr< ns3::PacketBurst >', 'pb'), param('ns3::Ptr< ns3::SpectrumValue const >', 'rxPowerSpectralDensity'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration')], |
|
1284 |
is_virtual=True) |
|
1285 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::Stop() [member function] |
|
1286 |
cls.add_method('Stop', |
|
1287 |
'void', |
|
1288 |
[], |
|
1289 |
is_virtual=True) |
|
1290 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::DoDispose() [member function] |
|
1291 |
cls.add_method('DoDispose', |
|
1292 |
'void', |
|
1293 |
[], |
|
1294 |
visibility='protected', is_virtual=True) |
|
1295 |
## spectrum-analyzer.h: void ns3::SpectrumAnalyzer::GenerateReport() [member function] |
|
1296 |
cls.add_method('GenerateReport', |
|
1297 |
'void', |
|
1298 |
[], |
|
1299 |
visibility='private', is_virtual=True) |
|
1300 |
return |
|
1301 |
||
6806 | 1302 |
def register_Ns3SpectrumChannel_methods(root_module, cls): |
1303 |
## spectrum-channel.h: ns3::SpectrumChannel::SpectrumChannel() [constructor] |
|
1304 |
cls.add_constructor([]) |
|
1305 |
## spectrum-channel.h: ns3::SpectrumChannel::SpectrumChannel(ns3::SpectrumChannel const & arg0) [copy constructor] |
|
1306 |
cls.add_constructor([param('ns3::SpectrumChannel const &', 'arg0')]) |
|
1307 |
## spectrum-channel.h: void ns3::SpectrumChannel::AddRx(ns3::Ptr<ns3::SpectrumPhy> phy) [member function] |
|
1308 |
cls.add_method('AddRx', |
|
1309 |
'void', |
|
1310 |
[param('ns3::Ptr< ns3::SpectrumPhy >', 'phy')], |
|
1311 |
is_pure_virtual=True, is_virtual=True) |
|
1312 |
## spectrum-channel.h: void ns3::SpectrumChannel::AddSpectrumPropagationLossModel(ns3::Ptr<ns3::SpectrumPropagationLossModel> loss) [member function] |
|
1313 |
cls.add_method('AddSpectrumPropagationLossModel', |
|
1314 |
'void', |
|
1315 |
[param('ns3::Ptr< ns3::SpectrumPropagationLossModel >', 'loss')], |
|
1316 |
is_pure_virtual=True, is_virtual=True) |
|
1317 |
## spectrum-channel.h: static ns3::TypeId ns3::SpectrumChannel::GetTypeId() [member function] |
|
1318 |
cls.add_method('GetTypeId', |
|
1319 |
'ns3::TypeId', |
|
1320 |
[], |
|
1321 |
is_static=True) |
|
1322 |
## spectrum-channel.h: void ns3::SpectrumChannel::SetPropagationDelayModel(ns3::Ptr<ns3::PropagationDelayModel> delay) [member function] |
|
1323 |
cls.add_method('SetPropagationDelayModel', |
|
1324 |
'void', |
|
1325 |
[param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')], |
|
1326 |
is_pure_virtual=True, is_virtual=True) |
|
1327 |
## spectrum-channel.h: void ns3::SpectrumChannel::StartTx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue> txPsd, ns3::SpectrumType st, ns3::Time duration, ns3::Ptr<ns3::SpectrumPhy> sender) [member function] |
|
1328 |
cls.add_method('StartTx', |
|
1329 |
'void', |
|
1330 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration'), param('ns3::Ptr< ns3::SpectrumPhy >', 'sender')], |
|
1331 |
is_pure_virtual=True, is_virtual=True) |
|
1332 |
return |
|
1333 |
||
6534 | 1334 |
def register_Ns3AlohaNoackNetDevice_methods(root_module, cls): |
1335 |
## aloha-noack-net-device.h: ns3::AlohaNoackNetDevice::AlohaNoackNetDevice(ns3::AlohaNoackNetDevice const & arg0) [copy constructor] |
|
1336 |
cls.add_constructor([param('ns3::AlohaNoackNetDevice const &', 'arg0')]) |
|
1337 |
## aloha-noack-net-device.h: ns3::AlohaNoackNetDevice::AlohaNoackNetDevice() [constructor] |
|
1338 |
cls.add_constructor([]) |
|
1339 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
1340 |
cls.add_method('AddLinkChangeCallback', |
|
1341 |
'void', |
|
1342 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
1343 |
is_virtual=True) |
|
1344 |
## aloha-noack-net-device.h: ns3::Address ns3::AlohaNoackNetDevice::GetAddress() const [member function] |
|
1345 |
cls.add_method('GetAddress', |
|
1346 |
'ns3::Address', |
|
1347 |
[], |
|
1348 |
is_const=True, is_virtual=True) |
|
1349 |
## aloha-noack-net-device.h: ns3::Address ns3::AlohaNoackNetDevice::GetBroadcast() const [member function] |
|
1350 |
cls.add_method('GetBroadcast', |
|
1351 |
'ns3::Address', |
|
1352 |
[], |
|
1353 |
is_const=True, is_virtual=True) |
|
1354 |
## aloha-noack-net-device.h: ns3::Ptr<ns3::Channel> ns3::AlohaNoackNetDevice::GetChannel() const [member function] |
|
1355 |
cls.add_method('GetChannel', |
|
1356 |
'ns3::Ptr< ns3::Channel >', |
|
1357 |
[], |
|
1358 |
is_const=True, is_virtual=True) |
|
1359 |
## aloha-noack-net-device.h: uint32_t ns3::AlohaNoackNetDevice::GetIfIndex() const [member function] |
|
1360 |
cls.add_method('GetIfIndex', |
|
1361 |
'uint32_t', |
|
1362 |
[], |
|
1363 |
is_const=True, is_virtual=True) |
|
1364 |
## aloha-noack-net-device.h: uint16_t ns3::AlohaNoackNetDevice::GetMtu() const [member function] |
|
1365 |
cls.add_method('GetMtu', |
|
1366 |
'uint16_t', |
|
1367 |
[], |
|
1368 |
is_const=True, is_virtual=True) |
|
1369 |
## aloha-noack-net-device.h: ns3::Address ns3::AlohaNoackNetDevice::GetMulticast(ns3::Ipv4Address addr) const [member function] |
|
1370 |
cls.add_method('GetMulticast', |
|
1371 |
'ns3::Address', |
|
1372 |
[param('ns3::Ipv4Address', 'addr')], |
|
1373 |
is_const=True, is_virtual=True) |
|
1374 |
## aloha-noack-net-device.h: ns3::Address ns3::AlohaNoackNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
|
1375 |
cls.add_method('GetMulticast', |
|
1376 |
'ns3::Address', |
|
1377 |
[param('ns3::Ipv6Address', 'addr')], |
|
1378 |
is_const=True, is_virtual=True) |
|
1379 |
## aloha-noack-net-device.h: ns3::Ptr<ns3::Node> ns3::AlohaNoackNetDevice::GetNode() const [member function] |
|
1380 |
cls.add_method('GetNode', |
|
1381 |
'ns3::Ptr< ns3::Node >', |
|
1382 |
[], |
|
1383 |
is_const=True, is_virtual=True) |
|
1384 |
## aloha-noack-net-device.h: ns3::Ptr<ns3::Object> ns3::AlohaNoackNetDevice::GetPhy() const [member function] |
|
1385 |
cls.add_method('GetPhy', |
|
1386 |
'ns3::Ptr< ns3::Object >', |
|
1387 |
[], |
|
1388 |
is_const=True) |
|
1389 |
## aloha-noack-net-device.h: static ns3::TypeId ns3::AlohaNoackNetDevice::GetTypeId() [member function] |
|
1390 |
cls.add_method('GetTypeId', |
|
1391 |
'ns3::TypeId', |
|
1392 |
[], |
|
1393 |
is_static=True) |
|
1394 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::IsBridge() const [member function] |
|
1395 |
cls.add_method('IsBridge', |
|
1396 |
'bool', |
|
1397 |
[], |
|
1398 |
is_const=True, is_virtual=True) |
|
1399 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::IsBroadcast() const [member function] |
|
1400 |
cls.add_method('IsBroadcast', |
|
1401 |
'bool', |
|
1402 |
[], |
|
1403 |
is_const=True, is_virtual=True) |
|
1404 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::IsLinkUp() const [member function] |
|
1405 |
cls.add_method('IsLinkUp', |
|
1406 |
'bool', |
|
1407 |
[], |
|
1408 |
is_const=True, is_virtual=True) |
|
1409 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::IsMulticast() const [member function] |
|
1410 |
cls.add_method('IsMulticast', |
|
1411 |
'bool', |
|
1412 |
[], |
|
1413 |
is_const=True, is_virtual=True) |
|
1414 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::IsPointToPoint() const [member function] |
|
1415 |
cls.add_method('IsPointToPoint', |
|
1416 |
'bool', |
|
1417 |
[], |
|
1418 |
is_const=True, is_virtual=True) |
|
1419 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::NeedsArp() const [member function] |
|
1420 |
cls.add_method('NeedsArp', |
|
1421 |
'bool', |
|
1422 |
[], |
|
1423 |
is_const=True, is_virtual=True) |
|
1424 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::NotifyReceptionEndError() [member function] |
|
1425 |
cls.add_method('NotifyReceptionEndError', |
|
1426 |
'void', |
|
1427 |
[]) |
|
1428 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::NotifyReceptionEndOk(ns3::Ptr<ns3::Packet> p) [member function] |
|
1429 |
cls.add_method('NotifyReceptionEndOk', |
|
1430 |
'void', |
|
1431 |
[param('ns3::Ptr< ns3::Packet >', 'p')]) |
|
1432 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::NotifyReceptionStart() [member function] |
|
1433 |
cls.add_method('NotifyReceptionStart', |
|
1434 |
'void', |
|
1435 |
[]) |
|
1436 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::NotifyTransmissionEnd(ns3::Ptr<ns3::Packet const> arg0) [member function] |
|
1437 |
cls.add_method('NotifyTransmissionEnd', |
|
1438 |
'void', |
|
1439 |
[param('ns3::Ptr< ns3::Packet const >', 'arg0')]) |
|
1440 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
1441 |
cls.add_method('Send', |
|
1442 |
'bool', |
|
1443 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
1444 |
is_virtual=True) |
|
1445 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
1446 |
cls.add_method('SendFrom', |
|
1447 |
'bool', |
|
1448 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
1449 |
is_virtual=True) |
|
1450 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetAddress(ns3::Address address) [member function] |
|
1451 |
cls.add_method('SetAddress', |
|
1452 |
'void', |
|
1453 |
[param('ns3::Address', 'address')], |
|
1454 |
is_virtual=True) |
|
1455 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetChannel(ns3::Ptr<ns3::Channel> c) [member function] |
|
1456 |
cls.add_method('SetChannel', |
|
1457 |
'void', |
|
1458 |
[param('ns3::Ptr< ns3::Channel >', 'c')]) |
|
6971 | 1459 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetGenericPhyTxStartCallback(ns3::GenericPhyTxStartCallback c) [member function] |
1460 |
cls.add_method('SetGenericPhyTxStartCallback', |
|
1461 |
'void', |
|
1462 |
[param('ns3::GenericPhyTxStartCallback', 'c')]) |
|
6534 | 1463 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetIfIndex(uint32_t const index) [member function] |
1464 |
cls.add_method('SetIfIndex', |
|
1465 |
'void', |
|
1466 |
[param('uint32_t const', 'index')], |
|
1467 |
is_virtual=True) |
|
1468 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::SetMtu(uint16_t const mtu) [member function] |
|
1469 |
cls.add_method('SetMtu', |
|
1470 |
'bool', |
|
1471 |
[param('uint16_t const', 'mtu')], |
|
1472 |
is_virtual=True) |
|
1473 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
|
1474 |
cls.add_method('SetNode', |
|
1475 |
'void', |
|
1476 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
1477 |
is_virtual=True) |
|
1478 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetPhy(ns3::Ptr<ns3::Object> phy) [member function] |
|
1479 |
cls.add_method('SetPhy', |
|
1480 |
'void', |
|
1481 |
[param('ns3::Ptr< ns3::Object >', 'phy')]) |
|
1482 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
1483 |
cls.add_method('SetPromiscReceiveCallback', |
|
1484 |
'void', |
|
1485 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
1486 |
is_virtual=True) |
|
1487 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetQueue(ns3::Ptr<ns3::Queue> queue) [member function] |
|
1488 |
cls.add_method('SetQueue', |
|
1489 |
'void', |
|
1490 |
[param('ns3::Ptr< ns3::Queue >', 'queue')], |
|
1491 |
is_virtual=True) |
|
1492 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
1493 |
cls.add_method('SetReceiveCallback', |
|
1494 |
'void', |
|
1495 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
1496 |
is_virtual=True) |
|
1497 |
## aloha-noack-net-device.h: bool ns3::AlohaNoackNetDevice::SupportsSendFrom() const [member function] |
|
1498 |
cls.add_method('SupportsSendFrom', |
|
1499 |
'bool', |
|
1500 |
[], |
|
1501 |
is_const=True, is_virtual=True) |
|
1502 |
## aloha-noack-net-device.h: void ns3::AlohaNoackNetDevice::DoDispose() [member function] |
|
1503 |
cls.add_method('DoDispose', |
|
1504 |
'void', |
|
1505 |
[], |
|
1506 |
visibility='private', is_virtual=True) |
|
1507 |
return |
|
1508 |
||
1509 |
def register_Ns3MultiModelSpectrumChannel_methods(root_module, cls): |
|
1510 |
## multi-model-spectrum-channel.h: ns3::MultiModelSpectrumChannel::MultiModelSpectrumChannel(ns3::MultiModelSpectrumChannel const & arg0) [copy constructor] |
|
1511 |
cls.add_constructor([param('ns3::MultiModelSpectrumChannel const &', 'arg0')]) |
|
1512 |
## multi-model-spectrum-channel.h: ns3::MultiModelSpectrumChannel::MultiModelSpectrumChannel() [constructor] |
|
1513 |
cls.add_constructor([]) |
|
1514 |
## multi-model-spectrum-channel.h: void ns3::MultiModelSpectrumChannel::AddRx(ns3::Ptr<ns3::SpectrumPhy> phy) [member function] |
|
1515 |
cls.add_method('AddRx', |
|
1516 |
'void', |
|
1517 |
[param('ns3::Ptr< ns3::SpectrumPhy >', 'phy')], |
|
1518 |
is_virtual=True) |
|
1519 |
## multi-model-spectrum-channel.h: void ns3::MultiModelSpectrumChannel::AddSpectrumPropagationLossModel(ns3::Ptr<ns3::SpectrumPropagationLossModel> loss) [member function] |
|
1520 |
cls.add_method('AddSpectrumPropagationLossModel', |
|
1521 |
'void', |
|
1522 |
[param('ns3::Ptr< ns3::SpectrumPropagationLossModel >', 'loss')], |
|
1523 |
is_virtual=True) |
|
1524 |
## multi-model-spectrum-channel.h: ns3::Ptr<ns3::NetDevice> ns3::MultiModelSpectrumChannel::GetDevice(uint32_t i) const [member function] |
|
1525 |
cls.add_method('GetDevice', |
|
1526 |
'ns3::Ptr< ns3::NetDevice >', |
|
1527 |
[param('uint32_t', 'i')], |
|
1528 |
is_const=True, is_virtual=True) |
|
1529 |
## multi-model-spectrum-channel.h: uint32_t ns3::MultiModelSpectrumChannel::GetNDevices() const [member function] |
|
1530 |
cls.add_method('GetNDevices', |
|
1531 |
'uint32_t', |
|
1532 |
[], |
|
1533 |
is_const=True, is_virtual=True) |
|
6716 | 1534 |
## multi-model-spectrum-channel.h: ns3::Ptr<ns3::SpectrumPropagationLossModel> ns3::MultiModelSpectrumChannel::GetSpectrumPropagationLossModel() [member function] |
1535 |
cls.add_method('GetSpectrumPropagationLossModel', |
|
1536 |
'ns3::Ptr< ns3::SpectrumPropagationLossModel >', |
|
1537 |
[], |
|
1538 |
is_virtual=True) |
|
6534 | 1539 |
## multi-model-spectrum-channel.h: static ns3::TypeId ns3::MultiModelSpectrumChannel::GetTypeId() [member function] |
1540 |
cls.add_method('GetTypeId', |
|
1541 |
'ns3::TypeId', |
|
1542 |
[], |
|
1543 |
is_static=True) |
|
1544 |
## multi-model-spectrum-channel.h: void ns3::MultiModelSpectrumChannel::SetPropagationDelayModel(ns3::Ptr<ns3::PropagationDelayModel> delay) [member function] |
|
1545 |
cls.add_method('SetPropagationDelayModel', |
|
1546 |
'void', |
|
1547 |
[param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')], |
|
1548 |
is_virtual=True) |
|
1549 |
## multi-model-spectrum-channel.h: void ns3::MultiModelSpectrumChannel::StartTx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue> txPsd, ns3::SpectrumType st, ns3::Time duration, ns3::Ptr<ns3::SpectrumPhy> sender) [member function] |
|
1550 |
cls.add_method('StartTx', |
|
1551 |
'void', |
|
1552 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration'), param('ns3::Ptr< ns3::SpectrumPhy >', 'sender')], |
|
1553 |
is_virtual=True) |
|
1554 |
## multi-model-spectrum-channel.h: void ns3::MultiModelSpectrumChannel::DoDispose() [member function] |
|
1555 |
cls.add_method('DoDispose', |
|
1556 |
'void', |
|
1557 |
[], |
|
1558 |
visibility='protected', is_virtual=True) |
|
1559 |
## multi-model-spectrum-channel.h: void ns3::MultiModelSpectrumChannel::StartRx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue> rxPowerSpectrum, ns3::SpectrumType st, ns3::Time duration, ns3::Ptr<ns3::SpectrumPhy> receiver) [member function] |
|
1560 |
cls.add_method('StartRx', |
|
1561 |
'void', |
|
1562 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue >', 'rxPowerSpectrum'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration'), param('ns3::Ptr< ns3::SpectrumPhy >', 'receiver')], |
|
1563 |
visibility='private', is_virtual=True) |
|
1564 |
return |
|
1565 |
||
1566 |
def register_Ns3SingleModelSpectrumChannel_methods(root_module, cls): |
|
1567 |
## single-model-spectrum-channel.h: ns3::SingleModelSpectrumChannel::SingleModelSpectrumChannel(ns3::SingleModelSpectrumChannel const & arg0) [copy constructor] |
|
1568 |
cls.add_constructor([param('ns3::SingleModelSpectrumChannel const &', 'arg0')]) |
|
1569 |
## single-model-spectrum-channel.h: ns3::SingleModelSpectrumChannel::SingleModelSpectrumChannel() [constructor] |
|
1570 |
cls.add_constructor([]) |
|
1571 |
## single-model-spectrum-channel.h: void ns3::SingleModelSpectrumChannel::AddRx(ns3::Ptr<ns3::SpectrumPhy> phy) [member function] |
|
1572 |
cls.add_method('AddRx', |
|
1573 |
'void', |
|
1574 |
[param('ns3::Ptr< ns3::SpectrumPhy >', 'phy')], |
|
1575 |
is_virtual=True) |
|
1576 |
## single-model-spectrum-channel.h: void ns3::SingleModelSpectrumChannel::AddSpectrumPropagationLossModel(ns3::Ptr<ns3::SpectrumPropagationLossModel> loss) [member function] |
|
1577 |
cls.add_method('AddSpectrumPropagationLossModel', |
|
1578 |
'void', |
|
1579 |
[param('ns3::Ptr< ns3::SpectrumPropagationLossModel >', 'loss')], |
|
1580 |
is_virtual=True) |
|
1581 |
## single-model-spectrum-channel.h: ns3::Ptr<ns3::NetDevice> ns3::SingleModelSpectrumChannel::GetDevice(uint32_t i) const [member function] |
|
1582 |
cls.add_method('GetDevice', |
|
1583 |
'ns3::Ptr< ns3::NetDevice >', |
|
1584 |
[param('uint32_t', 'i')], |
|
1585 |
is_const=True, is_virtual=True) |
|
1586 |
## single-model-spectrum-channel.h: uint32_t ns3::SingleModelSpectrumChannel::GetNDevices() const [member function] |
|
1587 |
cls.add_method('GetNDevices', |
|
1588 |
'uint32_t', |
|
1589 |
[], |
|
1590 |
is_const=True, is_virtual=True) |
|
6716 | 1591 |
## single-model-spectrum-channel.h: ns3::Ptr<ns3::SpectrumPropagationLossModel> ns3::SingleModelSpectrumChannel::GetSpectrumPropagationLossModel() [member function] |
1592 |
cls.add_method('GetSpectrumPropagationLossModel', |
|
1593 |
'ns3::Ptr< ns3::SpectrumPropagationLossModel >', |
|
1594 |
[], |
|
1595 |
is_virtual=True) |
|
6534 | 1596 |
## single-model-spectrum-channel.h: static ns3::TypeId ns3::SingleModelSpectrumChannel::GetTypeId() [member function] |
1597 |
cls.add_method('GetTypeId', |
|
1598 |
'ns3::TypeId', |
|
1599 |
[], |
|
1600 |
is_static=True) |
|
1601 |
## single-model-spectrum-channel.h: void ns3::SingleModelSpectrumChannel::SetPropagationDelayModel(ns3::Ptr<ns3::PropagationDelayModel> delay) [member function] |
|
1602 |
cls.add_method('SetPropagationDelayModel', |
|
1603 |
'void', |
|
1604 |
[param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')], |
|
1605 |
is_virtual=True) |
|
1606 |
## single-model-spectrum-channel.h: void ns3::SingleModelSpectrumChannel::StartTx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue> txPsd, ns3::SpectrumType st, ns3::Time duration, ns3::Ptr<ns3::SpectrumPhy> sender) [member function] |
|
1607 |
cls.add_method('StartTx', |
|
1608 |
'void', |
|
1609 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration'), param('ns3::Ptr< ns3::SpectrumPhy >', 'sender')], |
|
1610 |
is_virtual=True) |
|
1611 |
## single-model-spectrum-channel.h: void ns3::SingleModelSpectrumChannel::DoDispose() [member function] |
|
1612 |
cls.add_method('DoDispose', |
|
1613 |
'void', |
|
1614 |
[], |
|
1615 |
visibility='private', is_virtual=True) |
|
1616 |
## single-model-spectrum-channel.h: void ns3::SingleModelSpectrumChannel::StartRx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue> rxPowerSpectrum, ns3::SpectrumType st, ns3::Time duration, ns3::Ptr<ns3::SpectrumPhy> receiver) [member function] |
|
1617 |
cls.add_method('StartRx', |
|
1618 |
'void', |
|
1619 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue >', 'rxPowerSpectrum'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration'), param('ns3::Ptr< ns3::SpectrumPhy >', 'receiver')], |
|
1620 |
visibility='private', is_virtual=True) |
|
1621 |
return |
|
1622 |
||
1623 |
def register_functions(root_module): |
|
1624 |
module = root_module |
|
6806 | 1625 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Log(ns3::SpectrumValue const & arg) [free function] |
1626 |
module.add_function('Log', |
|
1627 |
'ns3::SpectrumValue', |
|
1628 |
[param('ns3::SpectrumValue const &', 'arg')]) |
|
1629 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Log10(ns3::SpectrumValue const & arg) [free function] |
|
1630 |
module.add_function('Log10', |
|
1631 |
'ns3::SpectrumValue', |
|
1632 |
[param('ns3::SpectrumValue const &', 'arg')]) |
|
1633 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Log2(ns3::SpectrumValue const & arg) [free function] |
|
1634 |
module.add_function('Log2', |
|
1635 |
'ns3::SpectrumValue', |
|
1636 |
[param('ns3::SpectrumValue const &', 'arg')]) |
|
1637 |
## spectrum-value.h: extern double ns3::Norm(ns3::SpectrumValue const & x) [free function] |
|
1638 |
module.add_function('Norm', |
|
1639 |
'double', |
|
1640 |
[param('ns3::SpectrumValue const &', 'x')]) |
|
1641 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Pow(ns3::SpectrumValue const & base, double exp) [free function] |
|
1642 |
module.add_function('Pow', |
|
1643 |
'ns3::SpectrumValue', |
|
1644 |
[param('ns3::SpectrumValue const &', 'base'), param('double', 'exp')]) |
|
1645 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Pow(double base, ns3::SpectrumValue const & exp) [free function] |
|
1646 |
module.add_function('Pow', |
|
1647 |
'ns3::SpectrumValue', |
|
1648 |
[param('double', 'base'), param('ns3::SpectrumValue const &', 'exp')]) |
|
1649 |
## spectrum-value.h: extern double ns3::Prod(ns3::SpectrumValue const & x) [free function] |
|
1650 |
module.add_function('Prod', |
|
1651 |
'double', |
|
1652 |
[param('ns3::SpectrumValue const &', 'x')]) |
|
1653 |
## spectrum-value.h: extern double ns3::Sum(ns3::SpectrumValue const & x) [free function] |
|
1654 |
module.add_function('Sum', |
|
1655 |
'double', |
|
1656 |
[param('ns3::SpectrumValue const &', 'x')]) |
|
6534 | 1657 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
1658 |
register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module) |
|
1659 |
register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module) |
|
1660 |
register_functions_ns3_aodv(module.get_submodule('aodv'), root_module) |
|
1661 |
register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module) |
|
6718 | 1662 |
register_functions_ns3_dsdv(module.get_submodule('dsdv'), root_module) |
6534 | 1663 |
register_functions_ns3_flame(module.get_submodule('flame'), root_module) |
1664 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module) |
|
1665 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module) |
|
1666 |
return |
|
1667 |
||
1668 |
def register_functions_ns3_Config(module, root_module): |
|
1669 |
return |
|
1670 |
||
1671 |
def register_functions_ns3_FatalImpl(module, root_module): |
|
1672 |
return |
|
1673 |
||
1674 |
def register_functions_ns3_addressUtils(module, root_module): |
|
1675 |
return |
|
1676 |
||
1677 |
def register_functions_ns3_aodv(module, root_module): |
|
1678 |
return |
|
1679 |
||
1680 |
def register_functions_ns3_dot11s(module, root_module): |
|
1681 |
return |
|
1682 |
||
6718 | 1683 |
def register_functions_ns3_dsdv(module, root_module): |
1684 |
return |
|
1685 |
||
6534 | 1686 |
def register_functions_ns3_flame(module, root_module): |
1687 |
return |
|
1688 |
||
1689 |
def register_functions_ns3_internal(module, root_module): |
|
1690 |
return |
|
1691 |
||
1692 |
def register_functions_ns3_olsr(module, root_module): |
|
1693 |
return |
|
1694 |