6534
|
1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
|
|
2 |
|
|
3 |
def register_types(module):
|
|
4 |
root_module = module.get_root()
|
|
5 |
|
|
6 |
## error-model.h: ns3::ErrorUnit [enumeration]
|
|
7 |
module.add_enum('ErrorUnit', ['EU_BIT', 'EU_BYTE', 'EU_PKT'])
|
|
8 |
## spectrum-model.h: ns3::BandInfo [struct]
|
|
9 |
module.add_class('BandInfo')
|
|
10 |
## buffer.h: ns3::Buffer [class]
|
|
11 |
module.add_class('Buffer')
|
|
12 |
## buffer.h: ns3::Buffer::Iterator [class]
|
|
13 |
module.add_class('Iterator', outer_class=root_module['ns3::Buffer'])
|
|
14 |
## packet.h: ns3::ByteTagIterator [class]
|
|
15 |
module.add_class('ByteTagIterator')
|
|
16 |
## packet.h: ns3::ByteTagIterator::Item [class]
|
|
17 |
module.add_class('Item', outer_class=root_module['ns3::ByteTagIterator'])
|
|
18 |
## byte-tag-list.h: ns3::ByteTagList [class]
|
|
19 |
module.add_class('ByteTagList')
|
|
20 |
## byte-tag-list.h: ns3::ByteTagList::Iterator [class]
|
|
21 |
module.add_class('Iterator', outer_class=root_module['ns3::ByteTagList'])
|
|
22 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item [struct]
|
|
23 |
module.add_class('Item', outer_class=root_module['ns3::ByteTagList::Iterator'])
|
|
24 |
## data-rate.h: ns3::DataRate [class]
|
|
25 |
module.add_class('DataRate')
|
|
26 |
## packet-metadata.h: ns3::PacketMetadata [class]
|
|
27 |
module.add_class('PacketMetadata')
|
|
28 |
## packet-metadata.h: ns3::PacketMetadata::Item [struct]
|
|
29 |
module.add_class('Item', outer_class=root_module['ns3::PacketMetadata'])
|
|
30 |
## packet-metadata.h: ns3::PacketMetadata::Item [enumeration]
|
|
31 |
module.add_enum('', ['PAYLOAD', 'HEADER', 'TRAILER'], outer_class=root_module['ns3::PacketMetadata::Item'])
|
|
32 |
## packet-metadata.h: ns3::PacketMetadata::ItemIterator [class]
|
|
33 |
module.add_class('ItemIterator', outer_class=root_module['ns3::PacketMetadata'])
|
|
34 |
## packet.h: ns3::PacketTagIterator [class]
|
|
35 |
module.add_class('PacketTagIterator')
|
|
36 |
## packet.h: ns3::PacketTagIterator::Item [class]
|
|
37 |
module.add_class('Item', outer_class=root_module['ns3::PacketTagIterator'])
|
|
38 |
## packet-tag-list.h: ns3::PacketTagList [class]
|
|
39 |
module.add_class('PacketTagList')
|
|
40 |
## packet-tag-list.h: ns3::PacketTagList::TagData [struct]
|
|
41 |
module.add_class('TagData', outer_class=root_module['ns3::PacketTagList'])
|
|
42 |
## pcap-file.h: ns3::PcapFile [class]
|
|
43 |
module.add_class('PcapFile')
|
|
44 |
## sequence-number.h: ns3::SequenceNumber<unsigned int, int> [class]
|
|
45 |
module.add_class('SequenceNumber32')
|
|
46 |
## spectrum-type.h: ns3::SpectrumType [class]
|
|
47 |
module.add_class('SpectrumType')
|
|
48 |
## spectrum-type.h: ns3::SpectrumTypeFactory [class]
|
|
49 |
module.add_class('SpectrumTypeFactory')
|
|
50 |
## tag.h: ns3::Tag [class]
|
|
51 |
module.add_class('Tag', parent=root_module['ns3::ObjectBase'])
|
|
52 |
## tag-buffer.h: ns3::TagBuffer [class]
|
|
53 |
module.add_class('TagBuffer')
|
|
54 |
## chunk.h: ns3::Chunk [class]
|
|
55 |
module.add_class('Chunk', parent=root_module['ns3::ObjectBase'])
|
|
56 |
## header.h: ns3::Header [class]
|
|
57 |
module.add_class('Header', parent=root_module['ns3::Chunk'])
|
|
58 |
## packet-burst.h: ns3::PacketBurst [class]
|
|
59 |
module.add_class('PacketBurst', parent=root_module['ns3::Object'])
|
|
60 |
## pcap-file-wrapper.h: ns3::PcapFileWrapper [class]
|
|
61 |
module.add_class('PcapFileWrapper', parent=root_module['ns3::Object'])
|
|
62 |
## propagation-delay-model.h: ns3::PropagationDelayModel [class]
|
|
63 |
module.add_class('PropagationDelayModel', parent=root_module['ns3::Object'])
|
|
64 |
## propagation-loss-model.h: ns3::PropagationLossModel [class]
|
|
65 |
module.add_class('PropagationLossModel', parent=root_module['ns3::Object'])
|
|
66 |
## propagation-delay-model.h: ns3::RandomPropagationDelayModel [class]
|
|
67 |
module.add_class('RandomPropagationDelayModel', parent=root_module['ns3::PropagationDelayModel'])
|
|
68 |
## propagation-loss-model.h: ns3::RandomPropagationLossModel [class]
|
|
69 |
module.add_class('RandomPropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
70 |
## propagation-loss-model.h: ns3::RangePropagationLossModel [class]
|
|
71 |
module.add_class('RangePropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
72 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> > [class]
|
|
73 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::NixVector', 'ns3::empty', 'ns3::DefaultDeleter<ns3::NixVector>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
|
|
74 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> > [class]
|
|
75 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::OutputStreamWrapper', 'ns3::empty', 'ns3::DefaultDeleter<ns3::OutputStreamWrapper>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
|
|
76 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> > [class]
|
|
77 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::Packet', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Packet>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
|
|
78 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SpectrumConverter, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumConverter> > [class]
|
|
79 |
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'))
|
|
80 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SpectrumModel, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumModel> > [class]
|
|
81 |
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'))
|
|
82 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SpectrumValue, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumValue> > [class]
|
|
83 |
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'))
|
|
84 |
## spectrum-converter.h: ns3::SpectrumConverter [class]
|
|
85 |
module.add_class('SpectrumConverter', parent=root_module['ns3::SimpleRefCount< ns3::SpectrumConverter, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumConverter> >'])
|
|
86 |
## spectrum-model.h: ns3::SpectrumModel [class]
|
|
87 |
module.add_class('SpectrumModel', parent=root_module['ns3::SimpleRefCount< ns3::SpectrumModel, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumModel> >'])
|
|
88 |
## spectrum-propagation-loss-model.h: ns3::SpectrumPropagationLossModel [class]
|
|
89 |
module.add_class('SpectrumPropagationLossModel', parent=root_module['ns3::Object'])
|
|
90 |
## spectrum-value.h: ns3::SpectrumValue [class]
|
|
91 |
module.add_class('SpectrumValue', parent=root_module['ns3::SimpleRefCount< ns3::SpectrumValue, ns3::empty, ns3::DefaultDeleter<ns3::SpectrumValue> >'])
|
|
92 |
## propagation-loss-model.h: ns3::ThreeLogDistancePropagationLossModel [class]
|
|
93 |
module.add_class('ThreeLogDistancePropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
94 |
## trailer.h: ns3::Trailer [class]
|
|
95 |
module.add_class('Trailer', parent=root_module['ns3::Chunk'])
|
|
96 |
## propagation-loss-model.h: ns3::TwoRayGroundPropagationLossModel [class]
|
|
97 |
module.add_class('TwoRayGroundPropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
98 |
## propagation-delay-model.h: ns3::ConstantSpeedPropagationDelayModel [class]
|
|
99 |
module.add_class('ConstantSpeedPropagationDelayModel', parent=root_module['ns3::PropagationDelayModel'])
|
|
100 |
## cost231-propagation-loss-model.h: ns3::Cost231PropagationLossModel [class]
|
|
101 |
module.add_class('Cost231PropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
102 |
## cost231-propagation-loss-model.h: ns3::Cost231PropagationLossModel::Environment [enumeration]
|
|
103 |
module.add_enum('Environment', ['SubUrban', 'MediumCity', 'Metropolitan'], outer_class=root_module['ns3::Cost231PropagationLossModel'])
|
|
104 |
## data-rate.h: ns3::DataRateChecker [class]
|
|
105 |
module.add_class('DataRateChecker', parent=root_module['ns3::AttributeChecker'])
|
|
106 |
## data-rate.h: ns3::DataRateValue [class]
|
|
107 |
module.add_class('DataRateValue', parent=root_module['ns3::AttributeValue'])
|
|
108 |
## error-model.h: ns3::ErrorModel [class]
|
|
109 |
module.add_class('ErrorModel', parent=root_module['ns3::Object'])
|
|
110 |
## propagation-loss-model.h: ns3::FixedRssLossModel [class]
|
|
111 |
module.add_class('FixedRssLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
112 |
## propagation-loss-model.h: ns3::FriisPropagationLossModel [class]
|
|
113 |
module.add_class('FriisPropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
114 |
## friis-spectrum-propagation-loss.h: ns3::FriisSpectrumPropagationLossModel [class]
|
|
115 |
module.add_class('FriisSpectrumPropagationLossModel', parent=root_module['ns3::SpectrumPropagationLossModel'])
|
|
116 |
## jakes-propagation-loss-model.h: ns3::JakesPropagationLossModel [class]
|
|
117 |
module.add_class('JakesPropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
118 |
## error-model.h: ns3::ListErrorModel [class]
|
|
119 |
module.add_class('ListErrorModel', parent=root_module['ns3::ErrorModel'])
|
|
120 |
## propagation-loss-model.h: ns3::LogDistancePropagationLossModel [class]
|
|
121 |
module.add_class('LogDistancePropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
122 |
## propagation-loss-model.h: ns3::MatrixPropagationLossModel [class]
|
|
123 |
module.add_class('MatrixPropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
124 |
## propagation-loss-model.h: ns3::NakagamiPropagationLossModel [class]
|
|
125 |
module.add_class('NakagamiPropagationLossModel', parent=root_module['ns3::PropagationLossModel'])
|
|
126 |
## nix-vector.h: ns3::NixVector [class]
|
|
127 |
module.add_class('NixVector', parent=root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >'])
|
|
128 |
## output-stream-wrapper.h: ns3::OutputStreamWrapper [class]
|
|
129 |
module.add_class('OutputStreamWrapper', parent=root_module['ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >'])
|
|
130 |
## packet.h: ns3::Packet [class]
|
|
131 |
module.add_class('Packet', parent=root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
|
|
132 |
## error-model.h: ns3::RateErrorModel [class]
|
|
133 |
module.add_class('RateErrorModel', parent=root_module['ns3::ErrorModel'])
|
|
134 |
## error-model.h: ns3::ReceiveListErrorModel [class]
|
|
135 |
module.add_class('ReceiveListErrorModel', parent=root_module['ns3::ErrorModel'])
|
|
136 |
module.add_container('ns3::SpectrumConverterMap_t', ('unsigned int', 'ns3::SpectrumConverter'), container_type='map')
|
|
137 |
module.add_container('ns3::Bands', 'ns3::BandInfo', container_type='vector')
|
|
138 |
typehandlers.add_type_alias('ns3::SequenceNumber< short unsigned int, short int >', 'ns3::SequenceNumber16')
|
|
139 |
typehandlers.add_type_alias('ns3::SequenceNumber< short unsigned int, short int >*', 'ns3::SequenceNumber16*')
|
|
140 |
typehandlers.add_type_alias('ns3::SequenceNumber< short unsigned int, short int >&', 'ns3::SequenceNumber16&')
|
|
141 |
typehandlers.add_type_alias('ns3::SequenceNumber< unsigned int, int >', 'ns3::SequenceNumber32')
|
|
142 |
typehandlers.add_type_alias('ns3::SequenceNumber< unsigned int, int >*', 'ns3::SequenceNumber32*')
|
|
143 |
typehandlers.add_type_alias('ns3::SequenceNumber< unsigned int, int >&', 'ns3::SequenceNumber32&')
|
|
144 |
typehandlers.add_type_alias('std::vector< double, std::allocator< double > >', 'ns3::Values')
|
|
145 |
typehandlers.add_type_alias('std::vector< double, std::allocator< double > >*', 'ns3::Values*')
|
|
146 |
typehandlers.add_type_alias('std::vector< double, std::allocator< double > >&', 'ns3::Values&')
|
|
147 |
typehandlers.add_type_alias('uint32_t', 'ns3::SpectrumModelUid_t')
|
|
148 |
typehandlers.add_type_alias('uint32_t*', 'ns3::SpectrumModelUid_t*')
|
|
149 |
typehandlers.add_type_alias('uint32_t&', 'ns3::SpectrumModelUid_t&')
|
|
150 |
typehandlers.add_type_alias('std::vector< ns3::BandInfo, std::allocator< ns3::BandInfo > >', 'ns3::Bands')
|
|
151 |
typehandlers.add_type_alias('std::vector< ns3::BandInfo, std::allocator< ns3::BandInfo > >*', 'ns3::Bands*')
|
|
152 |
typehandlers.add_type_alias('std::vector< ns3::BandInfo, std::allocator< ns3::BandInfo > >&', 'ns3::Bands&')
|
|
153 |
|
|
154 |
## Register a nested module for the namespace Config
|
|
155 |
|
|
156 |
nested_module = module.add_cpp_namespace('Config')
|
|
157 |
register_types_ns3_Config(nested_module)
|
|
158 |
|
|
159 |
|
|
160 |
## Register a nested module for the namespace FatalImpl
|
|
161 |
|
|
162 |
nested_module = module.add_cpp_namespace('FatalImpl')
|
|
163 |
register_types_ns3_FatalImpl(nested_module)
|
|
164 |
|
|
165 |
|
|
166 |
## Register a nested module for the namespace addressUtils
|
|
167 |
|
|
168 |
nested_module = module.add_cpp_namespace('addressUtils')
|
|
169 |
register_types_ns3_addressUtils(nested_module)
|
|
170 |
|
|
171 |
|
|
172 |
## Register a nested module for the namespace aodv
|
|
173 |
|
|
174 |
nested_module = module.add_cpp_namespace('aodv')
|
|
175 |
register_types_ns3_aodv(nested_module)
|
|
176 |
|
|
177 |
|
|
178 |
## Register a nested module for the namespace dot11s
|
|
179 |
|
|
180 |
nested_module = module.add_cpp_namespace('dot11s')
|
|
181 |
register_types_ns3_dot11s(nested_module)
|
|
182 |
|
|
183 |
|
6718
|
184 |
## Register a nested module for the namespace dsdv
|
|
185 |
|
|
186 |
nested_module = module.add_cpp_namespace('dsdv')
|
|
187 |
register_types_ns3_dsdv(nested_module)
|
|
188 |
|
|
189 |
|
6534
|
190 |
## Register a nested module for the namespace flame
|
|
191 |
|
|
192 |
nested_module = module.add_cpp_namespace('flame')
|
|
193 |
register_types_ns3_flame(nested_module)
|
|
194 |
|
|
195 |
|
|
196 |
## Register a nested module for the namespace internal
|
|
197 |
|
|
198 |
nested_module = module.add_cpp_namespace('internal')
|
|
199 |
register_types_ns3_internal(nested_module)
|
|
200 |
|
|
201 |
|
|
202 |
## Register a nested module for the namespace olsr
|
|
203 |
|
|
204 |
nested_module = module.add_cpp_namespace('olsr')
|
|
205 |
register_types_ns3_olsr(nested_module)
|
|
206 |
|
|
207 |
|
|
208 |
def register_types_ns3_Config(module):
|
|
209 |
root_module = module.get_root()
|
|
210 |
|
|
211 |
|
|
212 |
def register_types_ns3_FatalImpl(module):
|
|
213 |
root_module = module.get_root()
|
|
214 |
|
|
215 |
|
|
216 |
def register_types_ns3_addressUtils(module):
|
|
217 |
root_module = module.get_root()
|
|
218 |
|
|
219 |
|
|
220 |
def register_types_ns3_aodv(module):
|
|
221 |
root_module = module.get_root()
|
|
222 |
|
|
223 |
|
|
224 |
def register_types_ns3_dot11s(module):
|
|
225 |
root_module = module.get_root()
|
|
226 |
|
|
227 |
|
6718
|
228 |
def register_types_ns3_dsdv(module):
|
|
229 |
root_module = module.get_root()
|
|
230 |
|
|
231 |
|
6534
|
232 |
def register_types_ns3_flame(module):
|
|
233 |
root_module = module.get_root()
|
|
234 |
|
|
235 |
|
|
236 |
def register_types_ns3_internal(module):
|
|
237 |
root_module = module.get_root()
|
|
238 |
|
|
239 |
|
|
240 |
def register_types_ns3_olsr(module):
|
|
241 |
root_module = module.get_root()
|
|
242 |
|
|
243 |
|
|
244 |
def register_methods(root_module):
|
|
245 |
register_Ns3BandInfo_methods(root_module, root_module['ns3::BandInfo'])
|
|
246 |
register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
|
|
247 |
register_Ns3BufferIterator_methods(root_module, root_module['ns3::Buffer::Iterator'])
|
|
248 |
register_Ns3ByteTagIterator_methods(root_module, root_module['ns3::ByteTagIterator'])
|
|
249 |
register_Ns3ByteTagIteratorItem_methods(root_module, root_module['ns3::ByteTagIterator::Item'])
|
|
250 |
register_Ns3ByteTagList_methods(root_module, root_module['ns3::ByteTagList'])
|
|
251 |
register_Ns3ByteTagListIterator_methods(root_module, root_module['ns3::ByteTagList::Iterator'])
|
|
252 |
register_Ns3ByteTagListIteratorItem_methods(root_module, root_module['ns3::ByteTagList::Iterator::Item'])
|
|
253 |
register_Ns3DataRate_methods(root_module, root_module['ns3::DataRate'])
|
|
254 |
register_Ns3PacketMetadata_methods(root_module, root_module['ns3::PacketMetadata'])
|
|
255 |
register_Ns3PacketMetadataItem_methods(root_module, root_module['ns3::PacketMetadata::Item'])
|
|
256 |
register_Ns3PacketMetadataItemIterator_methods(root_module, root_module['ns3::PacketMetadata::ItemIterator'])
|
|
257 |
register_Ns3PacketTagIterator_methods(root_module, root_module['ns3::PacketTagIterator'])
|
|
258 |
register_Ns3PacketTagIteratorItem_methods(root_module, root_module['ns3::PacketTagIterator::Item'])
|
|
259 |
register_Ns3PacketTagList_methods(root_module, root_module['ns3::PacketTagList'])
|
|
260 |
register_Ns3PacketTagListTagData_methods(root_module, root_module['ns3::PacketTagList::TagData'])
|
|
261 |
register_Ns3PcapFile_methods(root_module, root_module['ns3::PcapFile'])
|
|
262 |
register_Ns3SequenceNumber32_methods(root_module, root_module['ns3::SequenceNumber32'])
|
|
263 |
register_Ns3SpectrumType_methods(root_module, root_module['ns3::SpectrumType'])
|
|
264 |
register_Ns3SpectrumTypeFactory_methods(root_module, root_module['ns3::SpectrumTypeFactory'])
|
|
265 |
register_Ns3Tag_methods(root_module, root_module['ns3::Tag'])
|
|
266 |
register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer'])
|
|
267 |
register_Ns3Chunk_methods(root_module, root_module['ns3::Chunk'])
|
|
268 |
register_Ns3Header_methods(root_module, root_module['ns3::Header'])
|
|
269 |
register_Ns3PacketBurst_methods(root_module, root_module['ns3::PacketBurst'])
|
|
270 |
register_Ns3PcapFileWrapper_methods(root_module, root_module['ns3::PcapFileWrapper'])
|
|
271 |
register_Ns3PropagationDelayModel_methods(root_module, root_module['ns3::PropagationDelayModel'])
|
|
272 |
register_Ns3PropagationLossModel_methods(root_module, root_module['ns3::PropagationLossModel'])
|
|
273 |
register_Ns3RandomPropagationDelayModel_methods(root_module, root_module['ns3::RandomPropagationDelayModel'])
|
|
274 |
register_Ns3RandomPropagationLossModel_methods(root_module, root_module['ns3::RandomPropagationLossModel'])
|
|
275 |
register_Ns3RangePropagationLossModel_methods(root_module, root_module['ns3::RangePropagationLossModel'])
|
|
276 |
register_Ns3SpectrumConverter_methods(root_module, root_module['ns3::SpectrumConverter'])
|
|
277 |
register_Ns3SpectrumModel_methods(root_module, root_module['ns3::SpectrumModel'])
|
|
278 |
register_Ns3SpectrumPropagationLossModel_methods(root_module, root_module['ns3::SpectrumPropagationLossModel'])
|
|
279 |
register_Ns3SpectrumValue_methods(root_module, root_module['ns3::SpectrumValue'])
|
|
280 |
register_Ns3ThreeLogDistancePropagationLossModel_methods(root_module, root_module['ns3::ThreeLogDistancePropagationLossModel'])
|
|
281 |
register_Ns3Trailer_methods(root_module, root_module['ns3::Trailer'])
|
|
282 |
register_Ns3TwoRayGroundPropagationLossModel_methods(root_module, root_module['ns3::TwoRayGroundPropagationLossModel'])
|
|
283 |
register_Ns3ConstantSpeedPropagationDelayModel_methods(root_module, root_module['ns3::ConstantSpeedPropagationDelayModel'])
|
|
284 |
register_Ns3Cost231PropagationLossModel_methods(root_module, root_module['ns3::Cost231PropagationLossModel'])
|
|
285 |
register_Ns3DataRateChecker_methods(root_module, root_module['ns3::DataRateChecker'])
|
|
286 |
register_Ns3DataRateValue_methods(root_module, root_module['ns3::DataRateValue'])
|
|
287 |
register_Ns3ErrorModel_methods(root_module, root_module['ns3::ErrorModel'])
|
|
288 |
register_Ns3FixedRssLossModel_methods(root_module, root_module['ns3::FixedRssLossModel'])
|
|
289 |
register_Ns3FriisPropagationLossModel_methods(root_module, root_module['ns3::FriisPropagationLossModel'])
|
|
290 |
register_Ns3FriisSpectrumPropagationLossModel_methods(root_module, root_module['ns3::FriisSpectrumPropagationLossModel'])
|
|
291 |
register_Ns3JakesPropagationLossModel_methods(root_module, root_module['ns3::JakesPropagationLossModel'])
|
|
292 |
register_Ns3ListErrorModel_methods(root_module, root_module['ns3::ListErrorModel'])
|
|
293 |
register_Ns3LogDistancePropagationLossModel_methods(root_module, root_module['ns3::LogDistancePropagationLossModel'])
|
|
294 |
register_Ns3MatrixPropagationLossModel_methods(root_module, root_module['ns3::MatrixPropagationLossModel'])
|
|
295 |
register_Ns3NakagamiPropagationLossModel_methods(root_module, root_module['ns3::NakagamiPropagationLossModel'])
|
|
296 |
register_Ns3NixVector_methods(root_module, root_module['ns3::NixVector'])
|
|
297 |
register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper'])
|
|
298 |
register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
|
|
299 |
register_Ns3RateErrorModel_methods(root_module, root_module['ns3::RateErrorModel'])
|
|
300 |
register_Ns3ReceiveListErrorModel_methods(root_module, root_module['ns3::ReceiveListErrorModel'])
|
|
301 |
return
|
|
302 |
|
|
303 |
def register_Ns3BandInfo_methods(root_module, cls):
|
|
304 |
## spectrum-model.h: ns3::BandInfo::BandInfo() [constructor]
|
|
305 |
cls.add_constructor([])
|
|
306 |
## spectrum-model.h: ns3::BandInfo::BandInfo(ns3::BandInfo const & arg0) [copy constructor]
|
|
307 |
cls.add_constructor([param('ns3::BandInfo const &', 'arg0')])
|
|
308 |
## spectrum-model.h: ns3::BandInfo::fc [variable]
|
|
309 |
cls.add_instance_attribute('fc', 'double', is_const=False)
|
|
310 |
## spectrum-model.h: ns3::BandInfo::fh [variable]
|
|
311 |
cls.add_instance_attribute('fh', 'double', is_const=False)
|
|
312 |
## spectrum-model.h: ns3::BandInfo::fl [variable]
|
|
313 |
cls.add_instance_attribute('fl', 'double', is_const=False)
|
|
314 |
return
|
|
315 |
|
|
316 |
def register_Ns3Buffer_methods(root_module, cls):
|
|
317 |
## buffer.h: ns3::Buffer::Buffer() [constructor]
|
|
318 |
cls.add_constructor([])
|
|
319 |
## buffer.h: ns3::Buffer::Buffer(uint32_t dataSize) [constructor]
|
|
320 |
cls.add_constructor([param('uint32_t', 'dataSize')])
|
|
321 |
## buffer.h: ns3::Buffer::Buffer(uint32_t dataSize, bool initialize) [constructor]
|
|
322 |
cls.add_constructor([param('uint32_t', 'dataSize'), param('bool', 'initialize')])
|
|
323 |
## buffer.h: ns3::Buffer::Buffer(ns3::Buffer const & o) [copy constructor]
|
|
324 |
cls.add_constructor([param('ns3::Buffer const &', 'o')])
|
|
325 |
## buffer.h: bool ns3::Buffer::AddAtEnd(uint32_t end) [member function]
|
|
326 |
cls.add_method('AddAtEnd',
|
|
327 |
'bool',
|
|
328 |
[param('uint32_t', 'end')])
|
|
329 |
## buffer.h: void ns3::Buffer::AddAtEnd(ns3::Buffer const & o) [member function]
|
|
330 |
cls.add_method('AddAtEnd',
|
|
331 |
'void',
|
|
332 |
[param('ns3::Buffer const &', 'o')])
|
|
333 |
## buffer.h: bool ns3::Buffer::AddAtStart(uint32_t start) [member function]
|
|
334 |
cls.add_method('AddAtStart',
|
|
335 |
'bool',
|
|
336 |
[param('uint32_t', 'start')])
|
|
337 |
## buffer.h: ns3::Buffer::Iterator ns3::Buffer::Begin() const [member function]
|
|
338 |
cls.add_method('Begin',
|
|
339 |
'ns3::Buffer::Iterator',
|
|
340 |
[],
|
|
341 |
is_const=True)
|
|
342 |
## buffer.h: void ns3::Buffer::CopyData(std::ostream * os, uint32_t size) const [member function]
|
|
343 |
cls.add_method('CopyData',
|
|
344 |
'void',
|
|
345 |
[param('std::ostream *', 'os'), param('uint32_t', 'size')],
|
|
346 |
is_const=True)
|
|
347 |
## buffer.h: uint32_t ns3::Buffer::CopyData(uint8_t * buffer, uint32_t size) const [member function]
|
|
348 |
cls.add_method('CopyData',
|
|
349 |
'uint32_t',
|
|
350 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')],
|
|
351 |
is_const=True)
|
|
352 |
## buffer.h: ns3::Buffer ns3::Buffer::CreateFragment(uint32_t start, uint32_t length) const [member function]
|
|
353 |
cls.add_method('CreateFragment',
|
|
354 |
'ns3::Buffer',
|
|
355 |
[param('uint32_t', 'start'), param('uint32_t', 'length')],
|
|
356 |
is_const=True)
|
|
357 |
## buffer.h: ns3::Buffer ns3::Buffer::CreateFullCopy() const [member function]
|
|
358 |
cls.add_method('CreateFullCopy',
|
|
359 |
'ns3::Buffer',
|
|
360 |
[],
|
|
361 |
is_const=True)
|
|
362 |
## buffer.h: uint32_t ns3::Buffer::Deserialize(uint8_t const * buffer, uint32_t size) [member function]
|
|
363 |
cls.add_method('Deserialize',
|
|
364 |
'uint32_t',
|
|
365 |
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
|
|
366 |
## buffer.h: ns3::Buffer::Iterator ns3::Buffer::End() const [member function]
|
|
367 |
cls.add_method('End',
|
|
368 |
'ns3::Buffer::Iterator',
|
|
369 |
[],
|
|
370 |
is_const=True)
|
|
371 |
## buffer.h: int32_t ns3::Buffer::GetCurrentEndOffset() const [member function]
|
|
372 |
cls.add_method('GetCurrentEndOffset',
|
|
373 |
'int32_t',
|
|
374 |
[],
|
|
375 |
is_const=True)
|
|
376 |
## buffer.h: int32_t ns3::Buffer::GetCurrentStartOffset() const [member function]
|
|
377 |
cls.add_method('GetCurrentStartOffset',
|
|
378 |
'int32_t',
|
|
379 |
[],
|
|
380 |
is_const=True)
|
|
381 |
## buffer.h: uint32_t ns3::Buffer::GetSerializedSize() const [member function]
|
|
382 |
cls.add_method('GetSerializedSize',
|
|
383 |
'uint32_t',
|
|
384 |
[],
|
|
385 |
is_const=True)
|
|
386 |
## buffer.h: uint32_t ns3::Buffer::GetSize() const [member function]
|
|
387 |
cls.add_method('GetSize',
|
|
388 |
'uint32_t',
|
|
389 |
[],
|
|
390 |
is_const=True)
|
|
391 |
## buffer.h: uint8_t const * ns3::Buffer::PeekData() const [member function]
|
|
392 |
cls.add_method('PeekData',
|
|
393 |
'uint8_t const *',
|
|
394 |
[],
|
|
395 |
is_const=True)
|
|
396 |
## buffer.h: void ns3::Buffer::RemoveAtEnd(uint32_t end) [member function]
|
|
397 |
cls.add_method('RemoveAtEnd',
|
|
398 |
'void',
|
|
399 |
[param('uint32_t', 'end')])
|
|
400 |
## buffer.h: void ns3::Buffer::RemoveAtStart(uint32_t start) [member function]
|
|
401 |
cls.add_method('RemoveAtStart',
|
|
402 |
'void',
|
|
403 |
[param('uint32_t', 'start')])
|
|
404 |
## buffer.h: uint32_t ns3::Buffer::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
|
|
405 |
cls.add_method('Serialize',
|
|
406 |
'uint32_t',
|
|
407 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')],
|
|
408 |
is_const=True)
|
|
409 |
return
|
|
410 |
|
|
411 |
def register_Ns3BufferIterator_methods(root_module, cls):
|
|
412 |
## buffer.h: ns3::Buffer::Iterator::Iterator(ns3::Buffer::Iterator const & arg0) [copy constructor]
|
|
413 |
cls.add_constructor([param('ns3::Buffer::Iterator const &', 'arg0')])
|
|
414 |
## buffer.h: ns3::Buffer::Iterator::Iterator() [constructor]
|
|
415 |
cls.add_constructor([])
|
|
416 |
## buffer.h: uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size) [member function]
|
|
417 |
cls.add_method('CalculateIpChecksum',
|
|
418 |
'uint16_t',
|
|
419 |
[param('uint16_t', 'size')])
|
|
420 |
## buffer.h: uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size, uint32_t initialChecksum) [member function]
|
|
421 |
cls.add_method('CalculateIpChecksum',
|
|
422 |
'uint16_t',
|
|
423 |
[param('uint16_t', 'size'), param('uint32_t', 'initialChecksum')])
|
|
424 |
## buffer.h: uint32_t ns3::Buffer::Iterator::GetDistanceFrom(ns3::Buffer::Iterator const & o) const [member function]
|
|
425 |
cls.add_method('GetDistanceFrom',
|
|
426 |
'uint32_t',
|
|
427 |
[param('ns3::Buffer::Iterator const &', 'o')],
|
|
428 |
is_const=True)
|
|
429 |
## buffer.h: uint32_t ns3::Buffer::Iterator::GetSize() const [member function]
|
|
430 |
cls.add_method('GetSize',
|
|
431 |
'uint32_t',
|
|
432 |
[],
|
|
433 |
is_const=True)
|
|
434 |
## buffer.h: bool ns3::Buffer::Iterator::IsEnd() const [member function]
|
|
435 |
cls.add_method('IsEnd',
|
|
436 |
'bool',
|
|
437 |
[],
|
|
438 |
is_const=True)
|
|
439 |
## buffer.h: bool ns3::Buffer::Iterator::IsStart() const [member function]
|
|
440 |
cls.add_method('IsStart',
|
|
441 |
'bool',
|
|
442 |
[],
|
|
443 |
is_const=True)
|
|
444 |
## buffer.h: void ns3::Buffer::Iterator::Next() [member function]
|
|
445 |
cls.add_method('Next',
|
|
446 |
'void',
|
|
447 |
[])
|
|
448 |
## buffer.h: void ns3::Buffer::Iterator::Next(uint32_t delta) [member function]
|
|
449 |
cls.add_method('Next',
|
|
450 |
'void',
|
|
451 |
[param('uint32_t', 'delta')])
|
|
452 |
## buffer.h: void ns3::Buffer::Iterator::Prev() [member function]
|
|
453 |
cls.add_method('Prev',
|
|
454 |
'void',
|
|
455 |
[])
|
|
456 |
## buffer.h: void ns3::Buffer::Iterator::Prev(uint32_t delta) [member function]
|
|
457 |
cls.add_method('Prev',
|
|
458 |
'void',
|
|
459 |
[param('uint32_t', 'delta')])
|
|
460 |
## buffer.h: void ns3::Buffer::Iterator::Read(uint8_t * buffer, uint32_t size) [member function]
|
|
461 |
cls.add_method('Read',
|
|
462 |
'void',
|
|
463 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
|
|
464 |
## buffer.h: uint16_t ns3::Buffer::Iterator::ReadLsbtohU16() [member function]
|
|
465 |
cls.add_method('ReadLsbtohU16',
|
|
466 |
'uint16_t',
|
|
467 |
[])
|
|
468 |
## buffer.h: uint32_t ns3::Buffer::Iterator::ReadLsbtohU32() [member function]
|
|
469 |
cls.add_method('ReadLsbtohU32',
|
|
470 |
'uint32_t',
|
|
471 |
[])
|
|
472 |
## buffer.h: uint64_t ns3::Buffer::Iterator::ReadLsbtohU64() [member function]
|
|
473 |
cls.add_method('ReadLsbtohU64',
|
|
474 |
'uint64_t',
|
|
475 |
[])
|
|
476 |
## buffer.h: uint16_t ns3::Buffer::Iterator::ReadNtohU16() [member function]
|
|
477 |
cls.add_method('ReadNtohU16',
|
|
478 |
'uint16_t',
|
|
479 |
[])
|
|
480 |
## buffer.h: uint32_t ns3::Buffer::Iterator::ReadNtohU32() [member function]
|
|
481 |
cls.add_method('ReadNtohU32',
|
|
482 |
'uint32_t',
|
|
483 |
[])
|
|
484 |
## buffer.h: uint64_t ns3::Buffer::Iterator::ReadNtohU64() [member function]
|
|
485 |
cls.add_method('ReadNtohU64',
|
|
486 |
'uint64_t',
|
|
487 |
[])
|
|
488 |
## buffer.h: uint16_t ns3::Buffer::Iterator::ReadU16() [member function]
|
|
489 |
cls.add_method('ReadU16',
|
|
490 |
'uint16_t',
|
|
491 |
[])
|
|
492 |
## buffer.h: uint32_t ns3::Buffer::Iterator::ReadU32() [member function]
|
|
493 |
cls.add_method('ReadU32',
|
|
494 |
'uint32_t',
|
|
495 |
[])
|
|
496 |
## buffer.h: uint64_t ns3::Buffer::Iterator::ReadU64() [member function]
|
|
497 |
cls.add_method('ReadU64',
|
|
498 |
'uint64_t',
|
|
499 |
[])
|
|
500 |
## buffer.h: uint8_t ns3::Buffer::Iterator::ReadU8() [member function]
|
|
501 |
cls.add_method('ReadU8',
|
|
502 |
'uint8_t',
|
|
503 |
[])
|
|
504 |
## buffer.h: void ns3::Buffer::Iterator::Write(uint8_t const * buffer, uint32_t size) [member function]
|
|
505 |
cls.add_method('Write',
|
|
506 |
'void',
|
|
507 |
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
|
|
508 |
## buffer.h: void ns3::Buffer::Iterator::Write(ns3::Buffer::Iterator start, ns3::Buffer::Iterator end) [member function]
|
|
509 |
cls.add_method('Write',
|
|
510 |
'void',
|
|
511 |
[param('ns3::Buffer::Iterator', 'start'), param('ns3::Buffer::Iterator', 'end')])
|
|
512 |
## buffer.h: void ns3::Buffer::Iterator::WriteHtolsbU16(uint16_t data) [member function]
|
|
513 |
cls.add_method('WriteHtolsbU16',
|
|
514 |
'void',
|
|
515 |
[param('uint16_t', 'data')])
|
|
516 |
## buffer.h: void ns3::Buffer::Iterator::WriteHtolsbU32(uint32_t data) [member function]
|
|
517 |
cls.add_method('WriteHtolsbU32',
|
|
518 |
'void',
|
|
519 |
[param('uint32_t', 'data')])
|
|
520 |
## buffer.h: void ns3::Buffer::Iterator::WriteHtolsbU64(uint64_t data) [member function]
|
|
521 |
cls.add_method('WriteHtolsbU64',
|
|
522 |
'void',
|
|
523 |
[param('uint64_t', 'data')])
|
|
524 |
## buffer.h: void ns3::Buffer::Iterator::WriteHtonU16(uint16_t data) [member function]
|
|
525 |
cls.add_method('WriteHtonU16',
|
|
526 |
'void',
|
|
527 |
[param('uint16_t', 'data')])
|
|
528 |
## buffer.h: void ns3::Buffer::Iterator::WriteHtonU32(uint32_t data) [member function]
|
|
529 |
cls.add_method('WriteHtonU32',
|
|
530 |
'void',
|
|
531 |
[param('uint32_t', 'data')])
|
|
532 |
## buffer.h: void ns3::Buffer::Iterator::WriteHtonU64(uint64_t data) [member function]
|
|
533 |
cls.add_method('WriteHtonU64',
|
|
534 |
'void',
|
|
535 |
[param('uint64_t', 'data')])
|
|
536 |
## buffer.h: void ns3::Buffer::Iterator::WriteU16(uint16_t data) [member function]
|
|
537 |
cls.add_method('WriteU16',
|
|
538 |
'void',
|
|
539 |
[param('uint16_t', 'data')])
|
|
540 |
## buffer.h: void ns3::Buffer::Iterator::WriteU32(uint32_t data) [member function]
|
|
541 |
cls.add_method('WriteU32',
|
|
542 |
'void',
|
|
543 |
[param('uint32_t', 'data')])
|
|
544 |
## buffer.h: void ns3::Buffer::Iterator::WriteU64(uint64_t data) [member function]
|
|
545 |
cls.add_method('WriteU64',
|
|
546 |
'void',
|
|
547 |
[param('uint64_t', 'data')])
|
|
548 |
## buffer.h: void ns3::Buffer::Iterator::WriteU8(uint8_t data) [member function]
|
|
549 |
cls.add_method('WriteU8',
|
|
550 |
'void',
|
|
551 |
[param('uint8_t', 'data')])
|
|
552 |
## buffer.h: void ns3::Buffer::Iterator::WriteU8(uint8_t data, uint32_t len) [member function]
|
|
553 |
cls.add_method('WriteU8',
|
|
554 |
'void',
|
|
555 |
[param('uint8_t', 'data'), param('uint32_t', 'len')])
|
|
556 |
return
|
|
557 |
|
|
558 |
def register_Ns3ByteTagIterator_methods(root_module, cls):
|
|
559 |
## packet.h: ns3::ByteTagIterator::ByteTagIterator(ns3::ByteTagIterator const & arg0) [copy constructor]
|
|
560 |
cls.add_constructor([param('ns3::ByteTagIterator const &', 'arg0')])
|
|
561 |
## packet.h: bool ns3::ByteTagIterator::HasNext() const [member function]
|
|
562 |
cls.add_method('HasNext',
|
|
563 |
'bool',
|
|
564 |
[],
|
|
565 |
is_const=True)
|
|
566 |
## packet.h: ns3::ByteTagIterator::Item ns3::ByteTagIterator::Next() [member function]
|
|
567 |
cls.add_method('Next',
|
|
568 |
'ns3::ByteTagIterator::Item',
|
|
569 |
[])
|
|
570 |
return
|
|
571 |
|
|
572 |
def register_Ns3ByteTagIteratorItem_methods(root_module, cls):
|
|
573 |
## packet.h: ns3::ByteTagIterator::Item::Item(ns3::ByteTagIterator::Item const & arg0) [copy constructor]
|
|
574 |
cls.add_constructor([param('ns3::ByteTagIterator::Item const &', 'arg0')])
|
|
575 |
## packet.h: uint32_t ns3::ByteTagIterator::Item::GetEnd() const [member function]
|
|
576 |
cls.add_method('GetEnd',
|
|
577 |
'uint32_t',
|
|
578 |
[],
|
|
579 |
is_const=True)
|
|
580 |
## packet.h: uint32_t ns3::ByteTagIterator::Item::GetStart() const [member function]
|
|
581 |
cls.add_method('GetStart',
|
|
582 |
'uint32_t',
|
|
583 |
[],
|
|
584 |
is_const=True)
|
|
585 |
## packet.h: void ns3::ByteTagIterator::Item::GetTag(ns3::Tag & tag) const [member function]
|
|
586 |
cls.add_method('GetTag',
|
|
587 |
'void',
|
|
588 |
[param('ns3::Tag &', 'tag')],
|
|
589 |
is_const=True)
|
|
590 |
## packet.h: ns3::TypeId ns3::ByteTagIterator::Item::GetTypeId() const [member function]
|
|
591 |
cls.add_method('GetTypeId',
|
|
592 |
'ns3::TypeId',
|
|
593 |
[],
|
|
594 |
is_const=True)
|
|
595 |
return
|
|
596 |
|
|
597 |
def register_Ns3ByteTagList_methods(root_module, cls):
|
|
598 |
## byte-tag-list.h: ns3::ByteTagList::ByteTagList() [constructor]
|
|
599 |
cls.add_constructor([])
|
|
600 |
## byte-tag-list.h: ns3::ByteTagList::ByteTagList(ns3::ByteTagList const & o) [copy constructor]
|
|
601 |
cls.add_constructor([param('ns3::ByteTagList const &', 'o')])
|
|
602 |
## byte-tag-list.h: ns3::TagBuffer ns3::ByteTagList::Add(ns3::TypeId tid, uint32_t bufferSize, int32_t start, int32_t end) [member function]
|
|
603 |
cls.add_method('Add',
|
|
604 |
'ns3::TagBuffer',
|
|
605 |
[param('ns3::TypeId', 'tid'), param('uint32_t', 'bufferSize'), param('int32_t', 'start'), param('int32_t', 'end')])
|
|
606 |
## byte-tag-list.h: void ns3::ByteTagList::Add(ns3::ByteTagList const & o) [member function]
|
|
607 |
cls.add_method('Add',
|
|
608 |
'void',
|
|
609 |
[param('ns3::ByteTagList const &', 'o')])
|
|
610 |
## byte-tag-list.h: void ns3::ByteTagList::AddAtEnd(int32_t adjustment, int32_t appendOffset) [member function]
|
|
611 |
cls.add_method('AddAtEnd',
|
|
612 |
'void',
|
|
613 |
[param('int32_t', 'adjustment'), param('int32_t', 'appendOffset')])
|
|
614 |
## byte-tag-list.h: void ns3::ByteTagList::AddAtStart(int32_t adjustment, int32_t prependOffset) [member function]
|
|
615 |
cls.add_method('AddAtStart',
|
|
616 |
'void',
|
|
617 |
[param('int32_t', 'adjustment'), param('int32_t', 'prependOffset')])
|
|
618 |
## byte-tag-list.h: ns3::ByteTagList::Iterator ns3::ByteTagList::Begin(int32_t offsetStart, int32_t offsetEnd) const [member function]
|
|
619 |
cls.add_method('Begin',
|
|
620 |
'ns3::ByteTagList::Iterator',
|
|
621 |
[param('int32_t', 'offsetStart'), param('int32_t', 'offsetEnd')],
|
|
622 |
is_const=True)
|
|
623 |
## byte-tag-list.h: void ns3::ByteTagList::RemoveAll() [member function]
|
|
624 |
cls.add_method('RemoveAll',
|
|
625 |
'void',
|
|
626 |
[])
|
|
627 |
return
|
|
628 |
|
|
629 |
def register_Ns3ByteTagListIterator_methods(root_module, cls):
|
|
630 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Iterator(ns3::ByteTagList::Iterator const & arg0) [copy constructor]
|
|
631 |
cls.add_constructor([param('ns3::ByteTagList::Iterator const &', 'arg0')])
|
|
632 |
## byte-tag-list.h: uint32_t ns3::ByteTagList::Iterator::GetOffsetStart() const [member function]
|
|
633 |
cls.add_method('GetOffsetStart',
|
|
634 |
'uint32_t',
|
|
635 |
[],
|
|
636 |
is_const=True)
|
|
637 |
## byte-tag-list.h: bool ns3::ByteTagList::Iterator::HasNext() const [member function]
|
|
638 |
cls.add_method('HasNext',
|
|
639 |
'bool',
|
|
640 |
[],
|
|
641 |
is_const=True)
|
|
642 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item ns3::ByteTagList::Iterator::Next() [member function]
|
|
643 |
cls.add_method('Next',
|
|
644 |
'ns3::ByteTagList::Iterator::Item',
|
|
645 |
[])
|
|
646 |
return
|
|
647 |
|
|
648 |
def register_Ns3ByteTagListIteratorItem_methods(root_module, cls):
|
|
649 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::Item(ns3::ByteTagList::Iterator::Item const & arg0) [copy constructor]
|
|
650 |
cls.add_constructor([param('ns3::ByteTagList::Iterator::Item const &', 'arg0')])
|
|
651 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::Item(ns3::TagBuffer buf) [constructor]
|
|
652 |
cls.add_constructor([param('ns3::TagBuffer', 'buf')])
|
|
653 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::buf [variable]
|
|
654 |
cls.add_instance_attribute('buf', 'ns3::TagBuffer', is_const=False)
|
|
655 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::end [variable]
|
|
656 |
cls.add_instance_attribute('end', 'int32_t', is_const=False)
|
|
657 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::size [variable]
|
|
658 |
cls.add_instance_attribute('size', 'uint32_t', is_const=False)
|
|
659 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::start [variable]
|
|
660 |
cls.add_instance_attribute('start', 'int32_t', is_const=False)
|
|
661 |
## byte-tag-list.h: ns3::ByteTagList::Iterator::Item::tid [variable]
|
|
662 |
cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
|
|
663 |
return
|
|
664 |
|
|
665 |
def register_Ns3DataRate_methods(root_module, cls):
|
|
666 |
cls.add_output_stream_operator()
|
|
667 |
cls.add_binary_comparison_operator('!=')
|
|
668 |
cls.add_binary_comparison_operator('<')
|
|
669 |
cls.add_binary_comparison_operator('<=')
|
|
670 |
cls.add_binary_comparison_operator('==')
|
|
671 |
cls.add_binary_comparison_operator('>')
|
|
672 |
cls.add_binary_comparison_operator('>=')
|
|
673 |
## data-rate.h: ns3::DataRate::DataRate(ns3::DataRate const & arg0) [copy constructor]
|
|
674 |
cls.add_constructor([param('ns3::DataRate const &', 'arg0')])
|
|
675 |
## data-rate.h: ns3::DataRate::DataRate() [constructor]
|
|
676 |
cls.add_constructor([])
|
|
677 |
## data-rate.h: ns3::DataRate::DataRate(uint64_t bps) [constructor]
|
|
678 |
cls.add_constructor([param('uint64_t', 'bps')])
|
|
679 |
## data-rate.h: ns3::DataRate::DataRate(std::string rate) [constructor]
|
|
680 |
cls.add_constructor([param('std::string', 'rate')])
|
|
681 |
## data-rate.h: double ns3::DataRate::CalculateTxTime(uint32_t bytes) const [member function]
|
|
682 |
cls.add_method('CalculateTxTime',
|
|
683 |
'double',
|
|
684 |
[param('uint32_t', 'bytes')],
|
|
685 |
is_const=True)
|
|
686 |
## data-rate.h: uint64_t ns3::DataRate::GetBitRate() const [member function]
|
|
687 |
cls.add_method('GetBitRate',
|
|
688 |
'uint64_t',
|
|
689 |
[],
|
|
690 |
is_const=True)
|
|
691 |
return
|
|
692 |
|
|
693 |
def register_Ns3PacketMetadata_methods(root_module, cls):
|
|
694 |
## packet-metadata.h: ns3::PacketMetadata::PacketMetadata(uint64_t uid, uint32_t size) [constructor]
|
|
695 |
cls.add_constructor([param('uint64_t', 'uid'), param('uint32_t', 'size')])
|
|
696 |
## packet-metadata.h: ns3::PacketMetadata::PacketMetadata(ns3::PacketMetadata const & o) [copy constructor]
|
|
697 |
cls.add_constructor([param('ns3::PacketMetadata const &', 'o')])
|
|
698 |
## packet-metadata.h: void ns3::PacketMetadata::AddAtEnd(ns3::PacketMetadata const & o) [member function]
|
|
699 |
cls.add_method('AddAtEnd',
|
|
700 |
'void',
|
|
701 |
[param('ns3::PacketMetadata const &', 'o')])
|
|
702 |
## packet-metadata.h: void ns3::PacketMetadata::AddHeader(ns3::Header const & header, uint32_t size) [member function]
|
|
703 |
cls.add_method('AddHeader',
|
|
704 |
'void',
|
|
705 |
[param('ns3::Header const &', 'header'), param('uint32_t', 'size')])
|
|
706 |
## packet-metadata.h: void ns3::PacketMetadata::AddPaddingAtEnd(uint32_t end) [member function]
|
|
707 |
cls.add_method('AddPaddingAtEnd',
|
|
708 |
'void',
|
|
709 |
[param('uint32_t', 'end')])
|
|
710 |
## packet-metadata.h: void ns3::PacketMetadata::AddTrailer(ns3::Trailer const & trailer, uint32_t size) [member function]
|
|
711 |
cls.add_method('AddTrailer',
|
|
712 |
'void',
|
|
713 |
[param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')])
|
|
714 |
## packet-metadata.h: ns3::PacketMetadata::ItemIterator ns3::PacketMetadata::BeginItem(ns3::Buffer buffer) const [member function]
|
|
715 |
cls.add_method('BeginItem',
|
|
716 |
'ns3::PacketMetadata::ItemIterator',
|
|
717 |
[param('ns3::Buffer', 'buffer')],
|
|
718 |
is_const=True)
|
|
719 |
## packet-metadata.h: ns3::PacketMetadata ns3::PacketMetadata::CreateFragment(uint32_t start, uint32_t end) const [member function]
|
|
720 |
cls.add_method('CreateFragment',
|
|
721 |
'ns3::PacketMetadata',
|
|
722 |
[param('uint32_t', 'start'), param('uint32_t', 'end')],
|
|
723 |
is_const=True)
|
|
724 |
## packet-metadata.h: uint32_t ns3::PacketMetadata::Deserialize(uint8_t const * buffer, uint32_t size) [member function]
|
|
725 |
cls.add_method('Deserialize',
|
|
726 |
'uint32_t',
|
|
727 |
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
|
|
728 |
## packet-metadata.h: static void ns3::PacketMetadata::Enable() [member function]
|
|
729 |
cls.add_method('Enable',
|
|
730 |
'void',
|
|
731 |
[],
|
|
732 |
is_static=True)
|
|
733 |
## packet-metadata.h: static void ns3::PacketMetadata::EnableChecking() [member function]
|
|
734 |
cls.add_method('EnableChecking',
|
|
735 |
'void',
|
|
736 |
[],
|
|
737 |
is_static=True)
|
|
738 |
## packet-metadata.h: uint32_t ns3::PacketMetadata::GetSerializedSize() const [member function]
|
|
739 |
cls.add_method('GetSerializedSize',
|
|
740 |
'uint32_t',
|
|
741 |
[],
|
|
742 |
is_const=True)
|
|
743 |
## packet-metadata.h: uint64_t ns3::PacketMetadata::GetUid() const [member function]
|
|
744 |
cls.add_method('GetUid',
|
|
745 |
'uint64_t',
|
|
746 |
[],
|
|
747 |
is_const=True)
|
|
748 |
## packet-metadata.h: void ns3::PacketMetadata::RemoveAtEnd(uint32_t end) [member function]
|
|
749 |
cls.add_method('RemoveAtEnd',
|
|
750 |
'void',
|
|
751 |
[param('uint32_t', 'end')])
|
|
752 |
## packet-metadata.h: void ns3::PacketMetadata::RemoveAtStart(uint32_t start) [member function]
|
|
753 |
cls.add_method('RemoveAtStart',
|
|
754 |
'void',
|
|
755 |
[param('uint32_t', 'start')])
|
|
756 |
## packet-metadata.h: void ns3::PacketMetadata::RemoveHeader(ns3::Header const & header, uint32_t size) [member function]
|
|
757 |
cls.add_method('RemoveHeader',
|
|
758 |
'void',
|
|
759 |
[param('ns3::Header const &', 'header'), param('uint32_t', 'size')])
|
|
760 |
## packet-metadata.h: void ns3::PacketMetadata::RemoveTrailer(ns3::Trailer const & trailer, uint32_t size) [member function]
|
|
761 |
cls.add_method('RemoveTrailer',
|
|
762 |
'void',
|
|
763 |
[param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')])
|
|
764 |
## packet-metadata.h: uint32_t ns3::PacketMetadata::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
|
|
765 |
cls.add_method('Serialize',
|
|
766 |
'uint32_t',
|
|
767 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')],
|
|
768 |
is_const=True)
|
|
769 |
return
|
|
770 |
|
|
771 |
def register_Ns3PacketMetadataItem_methods(root_module, cls):
|
|
772 |
## packet-metadata.h: ns3::PacketMetadata::Item::Item() [constructor]
|
|
773 |
cls.add_constructor([])
|
|
774 |
## packet-metadata.h: ns3::PacketMetadata::Item::Item(ns3::PacketMetadata::Item const & arg0) [copy constructor]
|
|
775 |
cls.add_constructor([param('ns3::PacketMetadata::Item const &', 'arg0')])
|
|
776 |
## packet-metadata.h: ns3::PacketMetadata::Item::current [variable]
|
|
777 |
cls.add_instance_attribute('current', 'ns3::Buffer::Iterator', is_const=False)
|
|
778 |
## packet-metadata.h: ns3::PacketMetadata::Item::currentSize [variable]
|
|
779 |
cls.add_instance_attribute('currentSize', 'uint32_t', is_const=False)
|
|
780 |
## packet-metadata.h: ns3::PacketMetadata::Item::currentTrimedFromEnd [variable]
|
|
781 |
cls.add_instance_attribute('currentTrimedFromEnd', 'uint32_t', is_const=False)
|
|
782 |
## packet-metadata.h: ns3::PacketMetadata::Item::currentTrimedFromStart [variable]
|
|
783 |
cls.add_instance_attribute('currentTrimedFromStart', 'uint32_t', is_const=False)
|
|
784 |
## packet-metadata.h: ns3::PacketMetadata::Item::isFragment [variable]
|
|
785 |
cls.add_instance_attribute('isFragment', 'bool', is_const=False)
|
|
786 |
## packet-metadata.h: ns3::PacketMetadata::Item::tid [variable]
|
|
787 |
cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
|
|
788 |
return
|
|
789 |
|
|
790 |
def register_Ns3PacketMetadataItemIterator_methods(root_module, cls):
|
|
791 |
## packet-metadata.h: ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata::ItemIterator const & arg0) [copy constructor]
|
|
792 |
cls.add_constructor([param('ns3::PacketMetadata::ItemIterator const &', 'arg0')])
|
|
793 |
## packet-metadata.h: ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata const * metadata, ns3::Buffer buffer) [constructor]
|
|
794 |
cls.add_constructor([param('ns3::PacketMetadata const *', 'metadata'), param('ns3::Buffer', 'buffer')])
|
|
795 |
## packet-metadata.h: bool ns3::PacketMetadata::ItemIterator::HasNext() const [member function]
|
|
796 |
cls.add_method('HasNext',
|
|
797 |
'bool',
|
|
798 |
[],
|
|
799 |
is_const=True)
|
|
800 |
## packet-metadata.h: ns3::PacketMetadata::Item ns3::PacketMetadata::ItemIterator::Next() [member function]
|
|
801 |
cls.add_method('Next',
|
|
802 |
'ns3::PacketMetadata::Item',
|
|
803 |
[])
|
|
804 |
return
|
|
805 |
|
|
806 |
def register_Ns3PacketTagIterator_methods(root_module, cls):
|
|
807 |
## packet.h: ns3::PacketTagIterator::PacketTagIterator(ns3::PacketTagIterator const & arg0) [copy constructor]
|
|
808 |
cls.add_constructor([param('ns3::PacketTagIterator const &', 'arg0')])
|
|
809 |
## packet.h: bool ns3::PacketTagIterator::HasNext() const [member function]
|
|
810 |
cls.add_method('HasNext',
|
|
811 |
'bool',
|
|
812 |
[],
|
|
813 |
is_const=True)
|
|
814 |
## packet.h: ns3::PacketTagIterator::Item ns3::PacketTagIterator::Next() [member function]
|
|
815 |
cls.add_method('Next',
|
|
816 |
'ns3::PacketTagIterator::Item',
|
|
817 |
[])
|
|
818 |
return
|
|
819 |
|
|
820 |
def register_Ns3PacketTagIteratorItem_methods(root_module, cls):
|
|
821 |
## packet.h: ns3::PacketTagIterator::Item::Item(ns3::PacketTagIterator::Item const & arg0) [copy constructor]
|
|
822 |
cls.add_constructor([param('ns3::PacketTagIterator::Item const &', 'arg0')])
|
|
823 |
## packet.h: void ns3::PacketTagIterator::Item::GetTag(ns3::Tag & tag) const [member function]
|
|
824 |
cls.add_method('GetTag',
|
|
825 |
'void',
|
|
826 |
[param('ns3::Tag &', 'tag')],
|
|
827 |
is_const=True)
|
|
828 |
## packet.h: ns3::TypeId ns3::PacketTagIterator::Item::GetTypeId() const [member function]
|
|
829 |
cls.add_method('GetTypeId',
|
|
830 |
'ns3::TypeId',
|
|
831 |
[],
|
|
832 |
is_const=True)
|
|
833 |
return
|
|
834 |
|
|
835 |
def register_Ns3PacketTagList_methods(root_module, cls):
|
|
836 |
## packet-tag-list.h: ns3::PacketTagList::PacketTagList() [constructor]
|
|
837 |
cls.add_constructor([])
|
|
838 |
## packet-tag-list.h: ns3::PacketTagList::PacketTagList(ns3::PacketTagList const & o) [copy constructor]
|
|
839 |
cls.add_constructor([param('ns3::PacketTagList const &', 'o')])
|
|
840 |
## packet-tag-list.h: void ns3::PacketTagList::Add(ns3::Tag const & tag) const [member function]
|
|
841 |
cls.add_method('Add',
|
|
842 |
'void',
|
|
843 |
[param('ns3::Tag const &', 'tag')],
|
|
844 |
is_const=True)
|
|
845 |
## packet-tag-list.h: ns3::PacketTagList::TagData const * ns3::PacketTagList::Head() const [member function]
|
|
846 |
cls.add_method('Head',
|
|
847 |
'ns3::PacketTagList::TagData const *',
|
|
848 |
[],
|
|
849 |
is_const=True)
|
|
850 |
## packet-tag-list.h: bool ns3::PacketTagList::Peek(ns3::Tag & tag) const [member function]
|
|
851 |
cls.add_method('Peek',
|
|
852 |
'bool',
|
|
853 |
[param('ns3::Tag &', 'tag')],
|
|
854 |
is_const=True)
|
|
855 |
## packet-tag-list.h: bool ns3::PacketTagList::Remove(ns3::Tag & tag) [member function]
|
|
856 |
cls.add_method('Remove',
|
|
857 |
'bool',
|
|
858 |
[param('ns3::Tag &', 'tag')])
|
|
859 |
## packet-tag-list.h: void ns3::PacketTagList::RemoveAll() [member function]
|
|
860 |
cls.add_method('RemoveAll',
|
|
861 |
'void',
|
|
862 |
[])
|
|
863 |
return
|
|
864 |
|
|
865 |
def register_Ns3PacketTagListTagData_methods(root_module, cls):
|
|
866 |
## packet-tag-list.h: ns3::PacketTagList::TagData::TagData() [constructor]
|
|
867 |
cls.add_constructor([])
|
|
868 |
## packet-tag-list.h: ns3::PacketTagList::TagData::TagData(ns3::PacketTagList::TagData const & arg0) [copy constructor]
|
|
869 |
cls.add_constructor([param('ns3::PacketTagList::TagData const &', 'arg0')])
|
|
870 |
## packet-tag-list.h: ns3::PacketTagList::TagData::count [variable]
|
|
871 |
cls.add_instance_attribute('count', 'uint32_t', is_const=False)
|
|
872 |
## packet-tag-list.h: ns3::PacketTagList::TagData::data [variable]
|
|
873 |
cls.add_instance_attribute('data', 'uint8_t [ 20 ]', is_const=False)
|
|
874 |
## packet-tag-list.h: ns3::PacketTagList::TagData::next [variable]
|
|
875 |
cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False)
|
|
876 |
## packet-tag-list.h: ns3::PacketTagList::TagData::tid [variable]
|
|
877 |
cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
|
|
878 |
return
|
|
879 |
|
|
880 |
def register_Ns3PcapFile_methods(root_module, cls):
|
|
881 |
## pcap-file.h: ns3::PcapFile::PcapFile() [constructor]
|
|
882 |
cls.add_constructor([])
|
|
883 |
## pcap-file.h: void ns3::PcapFile::Clear() [member function]
|
|
884 |
cls.add_method('Clear',
|
|
885 |
'void',
|
|
886 |
[])
|
|
887 |
## pcap-file.h: void ns3::PcapFile::Close() [member function]
|
|
888 |
cls.add_method('Close',
|
|
889 |
'void',
|
|
890 |
[])
|
|
891 |
## pcap-file.h: static bool ns3::PcapFile::Diff(std::string const & f1, std::string const & f2, uint32_t & sec, uint32_t & usec, uint32_t snapLen=ns3::PcapFile::SNAPLEN_DEFAULT) [member function]
|
|
892 |
cls.add_method('Diff',
|
|
893 |
'bool',
|
|
894 |
[param('std::string const &', 'f1'), param('std::string const &', 'f2'), param('uint32_t &', 'sec'), param('uint32_t &', 'usec'), param('uint32_t', 'snapLen', default_value='ns3::PcapFile::SNAPLEN_DEFAULT')],
|
|
895 |
is_static=True)
|
|
896 |
## pcap-file.h: bool ns3::PcapFile::Eof() const [member function]
|
|
897 |
cls.add_method('Eof',
|
|
898 |
'bool',
|
|
899 |
[],
|
|
900 |
is_const=True)
|
|
901 |
## pcap-file.h: bool ns3::PcapFile::Fail() const [member function]
|
|
902 |
cls.add_method('Fail',
|
|
903 |
'bool',
|
|
904 |
[],
|
|
905 |
is_const=True)
|
|
906 |
## pcap-file.h: uint32_t ns3::PcapFile::GetDataLinkType() [member function]
|
|
907 |
cls.add_method('GetDataLinkType',
|
|
908 |
'uint32_t',
|
|
909 |
[])
|
|
910 |
## pcap-file.h: uint32_t ns3::PcapFile::GetMagic() [member function]
|
|
911 |
cls.add_method('GetMagic',
|
|
912 |
'uint32_t',
|
|
913 |
[])
|
|
914 |
## pcap-file.h: uint32_t ns3::PcapFile::GetSigFigs() [member function]
|
|
915 |
cls.add_method('GetSigFigs',
|
|
916 |
'uint32_t',
|
|
917 |
[])
|
|
918 |
## pcap-file.h: uint32_t ns3::PcapFile::GetSnapLen() [member function]
|
|
919 |
cls.add_method('GetSnapLen',
|
|
920 |
'uint32_t',
|
|
921 |
[])
|
|
922 |
## pcap-file.h: bool ns3::PcapFile::GetSwapMode() [member function]
|
|
923 |
cls.add_method('GetSwapMode',
|
|
924 |
'bool',
|
|
925 |
[])
|
|
926 |
## pcap-file.h: int32_t ns3::PcapFile::GetTimeZoneOffset() [member function]
|
|
927 |
cls.add_method('GetTimeZoneOffset',
|
|
928 |
'int32_t',
|
|
929 |
[])
|
|
930 |
## pcap-file.h: uint16_t ns3::PcapFile::GetVersionMajor() [member function]
|
|
931 |
cls.add_method('GetVersionMajor',
|
|
932 |
'uint16_t',
|
|
933 |
[])
|
|
934 |
## pcap-file.h: uint16_t ns3::PcapFile::GetVersionMinor() [member function]
|
|
935 |
cls.add_method('GetVersionMinor',
|
|
936 |
'uint16_t',
|
|
937 |
[])
|
|
938 |
## pcap-file.h: void ns3::PcapFile::Init(uint32_t dataLinkType, uint32_t snapLen=ns3::PcapFile::SNAPLEN_DEFAULT, int32_t timeZoneCorrection=ns3::PcapFile::ZONE_DEFAULT, bool swapMode=false) [member function]
|
|
939 |
cls.add_method('Init',
|
|
940 |
'void',
|
|
941 |
[param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='ns3::PcapFile::SNAPLEN_DEFAULT'), param('int32_t', 'timeZoneCorrection', default_value='ns3::PcapFile::ZONE_DEFAULT'), param('bool', 'swapMode', default_value='false')])
|
|
942 |
## pcap-file.h: void ns3::PcapFile::Open(std::string const & filename, std::_Ios_Openmode mode) [member function]
|
|
943 |
cls.add_method('Open',
|
|
944 |
'void',
|
|
945 |
[param('std::string const &', 'filename'), param('std::_Ios_Openmode', 'mode')])
|
|
946 |
## pcap-file.h: void ns3::PcapFile::Read(uint8_t * const data, uint32_t maxBytes, uint32_t & tsSec, uint32_t & tsUsec, uint32_t & inclLen, uint32_t & origLen, uint32_t & readLen) [member function]
|
|
947 |
cls.add_method('Read',
|
|
948 |
'void',
|
|
949 |
[param('uint8_t * const', 'data'), param('uint32_t', 'maxBytes'), param('uint32_t &', 'tsSec'), param('uint32_t &', 'tsUsec'), param('uint32_t &', 'inclLen'), param('uint32_t &', 'origLen'), param('uint32_t &', 'readLen')])
|
|
950 |
## pcap-file.h: void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, uint8_t const * const data, uint32_t totalLen) [member function]
|
|
951 |
cls.add_method('Write',
|
|
952 |
'void',
|
|
953 |
[param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('uint8_t const * const', 'data'), param('uint32_t', 'totalLen')])
|
|
954 |
## pcap-file.h: void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, ns3::Ptr<ns3::Packet const> p) [member function]
|
|
955 |
cls.add_method('Write',
|
|
956 |
'void',
|
|
957 |
[param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('ns3::Ptr< ns3::Packet const >', 'p')])
|
|
958 |
## pcap-file.h: void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, ns3::Header & header, ns3::Ptr<ns3::Packet const> p) [member function]
|
|
959 |
cls.add_method('Write',
|
|
960 |
'void',
|
|
961 |
[param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('ns3::Header &', 'header'), param('ns3::Ptr< ns3::Packet const >', 'p')])
|
|
962 |
## pcap-file.h: ns3::PcapFile::SNAPLEN_DEFAULT [variable]
|
|
963 |
cls.add_static_attribute('SNAPLEN_DEFAULT', 'uint32_t const', is_const=True)
|
|
964 |
## pcap-file.h: ns3::PcapFile::ZONE_DEFAULT [variable]
|
|
965 |
cls.add_static_attribute('ZONE_DEFAULT', 'int32_t const', is_const=True)
|
|
966 |
return
|
|
967 |
|
|
968 |
def register_Ns3SequenceNumber32_methods(root_module, cls):
|
|
969 |
cls.add_binary_comparison_operator('!=')
|
|
970 |
cls.add_binary_numeric_operator('+', root_module['ns3::SequenceNumber32'], root_module['ns3::SequenceNumber32'], param('ns3::SequenceNumber< unsigned int, int > const &', 'right'))
|
|
971 |
cls.add_binary_numeric_operator('+', root_module['ns3::SequenceNumber32'], root_module['ns3::SequenceNumber32'], param('int', 'right'))
|
|
972 |
cls.add_inplace_numeric_operator('+=', param('int', 'right'))
|
|
973 |
cls.add_binary_numeric_operator('-', root_module['ns3::SequenceNumber32'], root_module['ns3::SequenceNumber32'], param('int', 'right'))
|
|
974 |
cls.add_inplace_numeric_operator('-=', param('int', 'right'))
|
|
975 |
cls.add_binary_comparison_operator('<')
|
|
976 |
cls.add_binary_comparison_operator('<=')
|
|
977 |
cls.add_binary_comparison_operator('==')
|
|
978 |
cls.add_binary_comparison_operator('>')
|
|
979 |
cls.add_binary_comparison_operator('>=')
|
|
980 |
## sequence-number.h: ns3::SequenceNumber<unsigned int, int>::SequenceNumber() [constructor]
|
|
981 |
cls.add_constructor([])
|
|
982 |
## sequence-number.h: ns3::SequenceNumber<unsigned int, int>::SequenceNumber(unsigned int value) [constructor]
|
|
983 |
cls.add_constructor([param('unsigned int', 'value')])
|
|
984 |
## sequence-number.h: ns3::SequenceNumber<unsigned int, int>::SequenceNumber(ns3::SequenceNumber<unsigned int, int> const & value) [copy constructor]
|
|
985 |
cls.add_constructor([param('ns3::SequenceNumber< unsigned int, int > const &', 'value')])
|
|
986 |
## sequence-number.h: unsigned int ns3::SequenceNumber<unsigned int, int>::GetValue() const [member function]
|
|
987 |
cls.add_method('GetValue',
|
|
988 |
'unsigned int',
|
|
989 |
[],
|
|
990 |
is_const=True)
|
|
991 |
return
|
|
992 |
|
|
993 |
def register_Ns3SpectrumType_methods(root_module, cls):
|
|
994 |
cls.add_binary_comparison_operator('!=')
|
|
995 |
cls.add_output_stream_operator()
|
|
996 |
cls.add_binary_comparison_operator('==')
|
|
997 |
## spectrum-type.h: ns3::SpectrumType::SpectrumType(ns3::SpectrumType const & arg0) [copy constructor]
|
|
998 |
cls.add_constructor([param('ns3::SpectrumType const &', 'arg0')])
|
|
999 |
## spectrum-type.h: std::string ns3::SpectrumType::GetName() const [member function]
|
|
1000 |
cls.add_method('GetName',
|
|
1001 |
'std::string',
|
|
1002 |
[],
|
|
1003 |
is_const=True)
|
|
1004 |
## spectrum-type.h: uint32_t ns3::SpectrumType::GetUid() const [member function]
|
|
1005 |
cls.add_method('GetUid',
|
|
1006 |
'uint32_t',
|
|
1007 |
[],
|
|
1008 |
is_const=True)
|
|
1009 |
return
|
|
1010 |
|
|
1011 |
def register_Ns3SpectrumTypeFactory_methods(root_module, cls):
|
|
1012 |
## spectrum-type.h: ns3::SpectrumTypeFactory::SpectrumTypeFactory() [constructor]
|
|
1013 |
cls.add_constructor([])
|
|
1014 |
## spectrum-type.h: ns3::SpectrumTypeFactory::SpectrumTypeFactory(ns3::SpectrumTypeFactory const & arg0) [copy constructor]
|
|
1015 |
cls.add_constructor([param('ns3::SpectrumTypeFactory const &', 'arg0')])
|
|
1016 |
## spectrum-type.h: static ns3::SpectrumType ns3::SpectrumTypeFactory::Create(std::string name) [member function]
|
|
1017 |
cls.add_method('Create',
|
|
1018 |
'ns3::SpectrumType',
|
|
1019 |
[param('std::string', 'name')],
|
|
1020 |
is_static=True)
|
|
1021 |
## spectrum-type.h: static std::string ns3::SpectrumTypeFactory::GetNameByUid(uint32_t uid) [member function]
|
|
1022 |
cls.add_method('GetNameByUid',
|
|
1023 |
'std::string',
|
|
1024 |
[param('uint32_t', 'uid')],
|
|
1025 |
is_static=True)
|
|
1026 |
return
|
|
1027 |
|
|
1028 |
def register_Ns3Tag_methods(root_module, cls):
|
|
1029 |
## tag.h: ns3::Tag::Tag() [constructor]
|
|
1030 |
cls.add_constructor([])
|
|
1031 |
## tag.h: ns3::Tag::Tag(ns3::Tag const & arg0) [copy constructor]
|
|
1032 |
cls.add_constructor([param('ns3::Tag const &', 'arg0')])
|
|
1033 |
## tag.h: void ns3::Tag::Deserialize(ns3::TagBuffer i) [member function]
|
|
1034 |
cls.add_method('Deserialize',
|
|
1035 |
'void',
|
|
1036 |
[param('ns3::TagBuffer', 'i')],
|
|
1037 |
is_pure_virtual=True, is_virtual=True)
|
|
1038 |
## tag.h: uint32_t ns3::Tag::GetSerializedSize() const [member function]
|
|
1039 |
cls.add_method('GetSerializedSize',
|
|
1040 |
'uint32_t',
|
|
1041 |
[],
|
|
1042 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1043 |
## tag.h: static ns3::TypeId ns3::Tag::GetTypeId() [member function]
|
|
1044 |
cls.add_method('GetTypeId',
|
|
1045 |
'ns3::TypeId',
|
|
1046 |
[],
|
|
1047 |
is_static=True)
|
|
1048 |
## tag.h: void ns3::Tag::Print(std::ostream & os) const [member function]
|
|
1049 |
cls.add_method('Print',
|
|
1050 |
'void',
|
|
1051 |
[param('std::ostream &', 'os')],
|
|
1052 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1053 |
## tag.h: void ns3::Tag::Serialize(ns3::TagBuffer i) const [member function]
|
|
1054 |
cls.add_method('Serialize',
|
|
1055 |
'void',
|
|
1056 |
[param('ns3::TagBuffer', 'i')],
|
|
1057 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1058 |
return
|
|
1059 |
|
|
1060 |
def register_Ns3TagBuffer_methods(root_module, cls):
|
|
1061 |
## tag-buffer.h: ns3::TagBuffer::TagBuffer(ns3::TagBuffer const & arg0) [copy constructor]
|
|
1062 |
cls.add_constructor([param('ns3::TagBuffer const &', 'arg0')])
|
|
1063 |
## tag-buffer.h: ns3::TagBuffer::TagBuffer(uint8_t * start, uint8_t * end) [constructor]
|
|
1064 |
cls.add_constructor([param('uint8_t *', 'start'), param('uint8_t *', 'end')])
|
|
1065 |
## tag-buffer.h: void ns3::TagBuffer::CopyFrom(ns3::TagBuffer o) [member function]
|
|
1066 |
cls.add_method('CopyFrom',
|
|
1067 |
'void',
|
|
1068 |
[param('ns3::TagBuffer', 'o')])
|
|
1069 |
## tag-buffer.h: void ns3::TagBuffer::Read(uint8_t * buffer, uint32_t size) [member function]
|
|
1070 |
cls.add_method('Read',
|
|
1071 |
'void',
|
|
1072 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
|
|
1073 |
## tag-buffer.h: double ns3::TagBuffer::ReadDouble() [member function]
|
|
1074 |
cls.add_method('ReadDouble',
|
|
1075 |
'double',
|
|
1076 |
[])
|
|
1077 |
## tag-buffer.h: uint16_t ns3::TagBuffer::ReadU16() [member function]
|
|
1078 |
cls.add_method('ReadU16',
|
|
1079 |
'uint16_t',
|
|
1080 |
[])
|
|
1081 |
## tag-buffer.h: uint32_t ns3::TagBuffer::ReadU32() [member function]
|
|
1082 |
cls.add_method('ReadU32',
|
|
1083 |
'uint32_t',
|
|
1084 |
[])
|
|
1085 |
## tag-buffer.h: uint64_t ns3::TagBuffer::ReadU64() [member function]
|
|
1086 |
cls.add_method('ReadU64',
|
|
1087 |
'uint64_t',
|
|
1088 |
[])
|
|
1089 |
## tag-buffer.h: uint8_t ns3::TagBuffer::ReadU8() [member function]
|
|
1090 |
cls.add_method('ReadU8',
|
|
1091 |
'uint8_t',
|
|
1092 |
[])
|
|
1093 |
## tag-buffer.h: void ns3::TagBuffer::TrimAtEnd(uint32_t trim) [member function]
|
|
1094 |
cls.add_method('TrimAtEnd',
|
|
1095 |
'void',
|
|
1096 |
[param('uint32_t', 'trim')])
|
|
1097 |
## tag-buffer.h: void ns3::TagBuffer::Write(uint8_t const * buffer, uint32_t size) [member function]
|
|
1098 |
cls.add_method('Write',
|
|
1099 |
'void',
|
|
1100 |
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
|
|
1101 |
## tag-buffer.h: void ns3::TagBuffer::WriteDouble(double v) [member function]
|
|
1102 |
cls.add_method('WriteDouble',
|
|
1103 |
'void',
|
|
1104 |
[param('double', 'v')])
|
|
1105 |
## tag-buffer.h: void ns3::TagBuffer::WriteU16(uint16_t data) [member function]
|
|
1106 |
cls.add_method('WriteU16',
|
|
1107 |
'void',
|
|
1108 |
[param('uint16_t', 'data')])
|
|
1109 |
## tag-buffer.h: void ns3::TagBuffer::WriteU32(uint32_t data) [member function]
|
|
1110 |
cls.add_method('WriteU32',
|
|
1111 |
'void',
|
|
1112 |
[param('uint32_t', 'data')])
|
|
1113 |
## tag-buffer.h: void ns3::TagBuffer::WriteU64(uint64_t v) [member function]
|
|
1114 |
cls.add_method('WriteU64',
|
|
1115 |
'void',
|
|
1116 |
[param('uint64_t', 'v')])
|
|
1117 |
## tag-buffer.h: void ns3::TagBuffer::WriteU8(uint8_t v) [member function]
|
|
1118 |
cls.add_method('WriteU8',
|
|
1119 |
'void',
|
|
1120 |
[param('uint8_t', 'v')])
|
|
1121 |
return
|
|
1122 |
|
|
1123 |
def register_Ns3Chunk_methods(root_module, cls):
|
|
1124 |
## chunk.h: ns3::Chunk::Chunk() [constructor]
|
|
1125 |
cls.add_constructor([])
|
|
1126 |
## chunk.h: ns3::Chunk::Chunk(ns3::Chunk const & arg0) [copy constructor]
|
|
1127 |
cls.add_constructor([param('ns3::Chunk const &', 'arg0')])
|
|
1128 |
## chunk.h: uint32_t ns3::Chunk::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
1129 |
cls.add_method('Deserialize',
|
|
1130 |
'uint32_t',
|
|
1131 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1132 |
is_pure_virtual=True, is_virtual=True)
|
|
1133 |
## chunk.h: static ns3::TypeId ns3::Chunk::GetTypeId() [member function]
|
|
1134 |
cls.add_method('GetTypeId',
|
|
1135 |
'ns3::TypeId',
|
|
1136 |
[],
|
|
1137 |
is_static=True)
|
|
1138 |
## chunk.h: void ns3::Chunk::Print(std::ostream & os) const [member function]
|
|
1139 |
cls.add_method('Print',
|
|
1140 |
'void',
|
|
1141 |
[param('std::ostream &', 'os')],
|
|
1142 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1143 |
return
|
|
1144 |
|
|
1145 |
def register_Ns3Header_methods(root_module, cls):
|
|
1146 |
cls.add_output_stream_operator()
|
|
1147 |
## header.h: ns3::Header::Header() [constructor]
|
|
1148 |
cls.add_constructor([])
|
|
1149 |
## header.h: ns3::Header::Header(ns3::Header const & arg0) [copy constructor]
|
|
1150 |
cls.add_constructor([param('ns3::Header const &', 'arg0')])
|
|
1151 |
## header.h: uint32_t ns3::Header::Deserialize(ns3::Buffer::Iterator start) [member function]
|
|
1152 |
cls.add_method('Deserialize',
|
|
1153 |
'uint32_t',
|
|
1154 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1155 |
is_pure_virtual=True, is_virtual=True)
|
|
1156 |
## header.h: uint32_t ns3::Header::GetSerializedSize() const [member function]
|
|
1157 |
cls.add_method('GetSerializedSize',
|
|
1158 |
'uint32_t',
|
|
1159 |
[],
|
|
1160 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1161 |
## header.h: static ns3::TypeId ns3::Header::GetTypeId() [member function]
|
|
1162 |
cls.add_method('GetTypeId',
|
|
1163 |
'ns3::TypeId',
|
|
1164 |
[],
|
|
1165 |
is_static=True)
|
|
1166 |
## header.h: void ns3::Header::Print(std::ostream & os) const [member function]
|
|
1167 |
cls.add_method('Print',
|
|
1168 |
'void',
|
|
1169 |
[param('std::ostream &', 'os')],
|
|
1170 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1171 |
## header.h: void ns3::Header::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
1172 |
cls.add_method('Serialize',
|
|
1173 |
'void',
|
|
1174 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1175 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1176 |
return
|
|
1177 |
|
|
1178 |
def register_Ns3PacketBurst_methods(root_module, cls):
|
|
1179 |
## packet-burst.h: ns3::PacketBurst::PacketBurst(ns3::PacketBurst const & arg0) [copy constructor]
|
|
1180 |
cls.add_constructor([param('ns3::PacketBurst const &', 'arg0')])
|
|
1181 |
## packet-burst.h: ns3::PacketBurst::PacketBurst() [constructor]
|
|
1182 |
cls.add_constructor([])
|
|
1183 |
## packet-burst.h: void ns3::PacketBurst::AddPacket(ns3::Ptr<ns3::Packet> packet) [member function]
|
|
1184 |
cls.add_method('AddPacket',
|
|
1185 |
'void',
|
|
1186 |
[param('ns3::Ptr< ns3::Packet >', 'packet')])
|
|
1187 |
## packet-burst.h: std::_List_const_iterator<ns3::Ptr<ns3::Packet> > ns3::PacketBurst::Begin() const [member function]
|
|
1188 |
cls.add_method('Begin',
|
|
1189 |
'std::_List_const_iterator< ns3::Ptr< ns3::Packet > >',
|
|
1190 |
[],
|
|
1191 |
is_const=True)
|
|
1192 |
## packet-burst.h: ns3::Ptr<ns3::PacketBurst> ns3::PacketBurst::Copy() const [member function]
|
|
1193 |
cls.add_method('Copy',
|
|
1194 |
'ns3::Ptr< ns3::PacketBurst >',
|
|
1195 |
[],
|
|
1196 |
is_const=True)
|
|
1197 |
## packet-burst.h: std::_List_const_iterator<ns3::Ptr<ns3::Packet> > ns3::PacketBurst::End() const [member function]
|
|
1198 |
cls.add_method('End',
|
|
1199 |
'std::_List_const_iterator< ns3::Ptr< ns3::Packet > >',
|
|
1200 |
[],
|
|
1201 |
is_const=True)
|
|
1202 |
## packet-burst.h: uint32_t ns3::PacketBurst::GetNPackets() const [member function]
|
|
1203 |
cls.add_method('GetNPackets',
|
|
1204 |
'uint32_t',
|
|
1205 |
[],
|
|
1206 |
is_const=True)
|
|
1207 |
## packet-burst.h: std::list<ns3::Ptr<ns3::Packet>, std::allocator<ns3::Ptr<ns3::Packet> > > ns3::PacketBurst::GetPackets() const [member function]
|
|
1208 |
cls.add_method('GetPackets',
|
|
1209 |
'std::list< ns3::Ptr< ns3::Packet > >',
|
|
1210 |
[],
|
|
1211 |
is_const=True)
|
|
1212 |
## packet-burst.h: uint32_t ns3::PacketBurst::GetSize() const [member function]
|
|
1213 |
cls.add_method('GetSize',
|
|
1214 |
'uint32_t',
|
|
1215 |
[],
|
|
1216 |
is_const=True)
|
|
1217 |
## packet-burst.h: static ns3::TypeId ns3::PacketBurst::GetTypeId() [member function]
|
|
1218 |
cls.add_method('GetTypeId',
|
|
1219 |
'ns3::TypeId',
|
|
1220 |
[],
|
|
1221 |
is_static=True)
|
|
1222 |
## packet-burst.h: void ns3::PacketBurst::DoDispose() [member function]
|
|
1223 |
cls.add_method('DoDispose',
|
|
1224 |
'void',
|
|
1225 |
[],
|
|
1226 |
visibility='private', is_virtual=True)
|
|
1227 |
return
|
|
1228 |
|
|
1229 |
def register_Ns3PcapFileWrapper_methods(root_module, cls):
|
|
1230 |
## pcap-file-wrapper.h: static ns3::TypeId ns3::PcapFileWrapper::GetTypeId() [member function]
|
|
1231 |
cls.add_method('GetTypeId',
|
|
1232 |
'ns3::TypeId',
|
|
1233 |
[],
|
|
1234 |
is_static=True)
|
|
1235 |
## pcap-file-wrapper.h: ns3::PcapFileWrapper::PcapFileWrapper() [constructor]
|
|
1236 |
cls.add_constructor([])
|
|
1237 |
## pcap-file-wrapper.h: bool ns3::PcapFileWrapper::Fail() const [member function]
|
|
1238 |
cls.add_method('Fail',
|
|
1239 |
'bool',
|
|
1240 |
[],
|
|
1241 |
is_const=True)
|
|
1242 |
## pcap-file-wrapper.h: bool ns3::PcapFileWrapper::Eof() const [member function]
|
|
1243 |
cls.add_method('Eof',
|
|
1244 |
'bool',
|
|
1245 |
[],
|
|
1246 |
is_const=True)
|
|
1247 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Clear() [member function]
|
|
1248 |
cls.add_method('Clear',
|
|
1249 |
'void',
|
|
1250 |
[])
|
|
1251 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Open(std::string const & filename, std::_Ios_Openmode mode) [member function]
|
|
1252 |
cls.add_method('Open',
|
|
1253 |
'void',
|
|
1254 |
[param('std::string const &', 'filename'), param('std::_Ios_Openmode', 'mode')])
|
|
1255 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Close() [member function]
|
|
1256 |
cls.add_method('Close',
|
|
1257 |
'void',
|
|
1258 |
[])
|
|
1259 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Init(uint32_t dataLinkType, uint32_t snapLen=std::numeric_limits<unsigned int>::max(), int32_t tzCorrection=ns3::PcapFile::ZONE_DEFAULT) [member function]
|
|
1260 |
cls.add_method('Init',
|
|
1261 |
'void',
|
|
1262 |
[param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='std::numeric_limits<unsigned int>::max()'), param('int32_t', 'tzCorrection', default_value='ns3::PcapFile::ZONE_DEFAULT')])
|
|
1263 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Write(ns3::Time t, ns3::Ptr<ns3::Packet const> p) [member function]
|
|
1264 |
cls.add_method('Write',
|
|
1265 |
'void',
|
|
1266 |
[param('ns3::Time', 't'), param('ns3::Ptr< ns3::Packet const >', 'p')])
|
|
1267 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Write(ns3::Time t, ns3::Header & header, ns3::Ptr<ns3::Packet const> p) [member function]
|
|
1268 |
cls.add_method('Write',
|
|
1269 |
'void',
|
|
1270 |
[param('ns3::Time', 't'), param('ns3::Header &', 'header'), param('ns3::Ptr< ns3::Packet const >', 'p')])
|
|
1271 |
## pcap-file-wrapper.h: void ns3::PcapFileWrapper::Write(ns3::Time t, uint8_t const * buffer, uint32_t length) [member function]
|
|
1272 |
cls.add_method('Write',
|
|
1273 |
'void',
|
|
1274 |
[param('ns3::Time', 't'), param('uint8_t const *', 'buffer'), param('uint32_t', 'length')])
|
|
1275 |
## pcap-file-wrapper.h: uint32_t ns3::PcapFileWrapper::GetMagic() [member function]
|
|
1276 |
cls.add_method('GetMagic',
|
|
1277 |
'uint32_t',
|
|
1278 |
[])
|
|
1279 |
## pcap-file-wrapper.h: uint16_t ns3::PcapFileWrapper::GetVersionMajor() [member function]
|
|
1280 |
cls.add_method('GetVersionMajor',
|
|
1281 |
'uint16_t',
|
|
1282 |
[])
|
|
1283 |
## pcap-file-wrapper.h: uint16_t ns3::PcapFileWrapper::GetVersionMinor() [member function]
|
|
1284 |
cls.add_method('GetVersionMinor',
|
|
1285 |
'uint16_t',
|
|
1286 |
[])
|
|
1287 |
## pcap-file-wrapper.h: int32_t ns3::PcapFileWrapper::GetTimeZoneOffset() [member function]
|
|
1288 |
cls.add_method('GetTimeZoneOffset',
|
|
1289 |
'int32_t',
|
|
1290 |
[])
|
|
1291 |
## pcap-file-wrapper.h: uint32_t ns3::PcapFileWrapper::GetSigFigs() [member function]
|
|
1292 |
cls.add_method('GetSigFigs',
|
|
1293 |
'uint32_t',
|
|
1294 |
[])
|
|
1295 |
## pcap-file-wrapper.h: uint32_t ns3::PcapFileWrapper::GetSnapLen() [member function]
|
|
1296 |
cls.add_method('GetSnapLen',
|
|
1297 |
'uint32_t',
|
|
1298 |
[])
|
|
1299 |
## pcap-file-wrapper.h: uint32_t ns3::PcapFileWrapper::GetDataLinkType() [member function]
|
|
1300 |
cls.add_method('GetDataLinkType',
|
|
1301 |
'uint32_t',
|
|
1302 |
[])
|
|
1303 |
return
|
|
1304 |
|
|
1305 |
def register_Ns3PropagationDelayModel_methods(root_module, cls):
|
|
1306 |
## propagation-delay-model.h: ns3::PropagationDelayModel::PropagationDelayModel() [constructor]
|
|
1307 |
cls.add_constructor([])
|
|
1308 |
## propagation-delay-model.h: ns3::PropagationDelayModel::PropagationDelayModel(ns3::PropagationDelayModel const & arg0) [copy constructor]
|
|
1309 |
cls.add_constructor([param('ns3::PropagationDelayModel const &', 'arg0')])
|
|
1310 |
## propagation-delay-model.h: ns3::Time ns3::PropagationDelayModel::GetDelay(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1311 |
cls.add_method('GetDelay',
|
|
1312 |
'ns3::Time',
|
|
1313 |
[param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1314 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1315 |
## propagation-delay-model.h: static ns3::TypeId ns3::PropagationDelayModel::GetTypeId() [member function]
|
|
1316 |
cls.add_method('GetTypeId',
|
|
1317 |
'ns3::TypeId',
|
|
1318 |
[],
|
|
1319 |
is_static=True)
|
|
1320 |
return
|
|
1321 |
|
|
1322 |
def register_Ns3PropagationLossModel_methods(root_module, cls):
|
|
1323 |
## propagation-loss-model.h: static ns3::TypeId ns3::PropagationLossModel::GetTypeId() [member function]
|
|
1324 |
cls.add_method('GetTypeId',
|
|
1325 |
'ns3::TypeId',
|
|
1326 |
[],
|
|
1327 |
is_static=True)
|
|
1328 |
## propagation-loss-model.h: ns3::PropagationLossModel::PropagationLossModel() [constructor]
|
|
1329 |
cls.add_constructor([])
|
|
1330 |
## propagation-loss-model.h: void ns3::PropagationLossModel::SetNext(ns3::Ptr<ns3::PropagationLossModel> next) [member function]
|
|
1331 |
cls.add_method('SetNext',
|
|
1332 |
'void',
|
|
1333 |
[param('ns3::Ptr< ns3::PropagationLossModel >', 'next')])
|
|
1334 |
## propagation-loss-model.h: double ns3::PropagationLossModel::CalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1335 |
cls.add_method('CalcRxPower',
|
|
1336 |
'double',
|
|
1337 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1338 |
is_const=True)
|
|
1339 |
## propagation-loss-model.h: double ns3::PropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1340 |
cls.add_method('DoCalcRxPower',
|
|
1341 |
'double',
|
|
1342 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1343 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
1344 |
return
|
|
1345 |
|
|
1346 |
def register_Ns3RandomPropagationDelayModel_methods(root_module, cls):
|
|
1347 |
## propagation-delay-model.h: ns3::RandomPropagationDelayModel::RandomPropagationDelayModel(ns3::RandomPropagationDelayModel const & arg0) [copy constructor]
|
|
1348 |
cls.add_constructor([param('ns3::RandomPropagationDelayModel const &', 'arg0')])
|
|
1349 |
## propagation-delay-model.h: ns3::RandomPropagationDelayModel::RandomPropagationDelayModel() [constructor]
|
|
1350 |
cls.add_constructor([])
|
|
1351 |
## propagation-delay-model.h: ns3::Time ns3::RandomPropagationDelayModel::GetDelay(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1352 |
cls.add_method('GetDelay',
|
|
1353 |
'ns3::Time',
|
|
1354 |
[param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1355 |
is_const=True, is_virtual=True)
|
|
1356 |
## propagation-delay-model.h: static ns3::TypeId ns3::RandomPropagationDelayModel::GetTypeId() [member function]
|
|
1357 |
cls.add_method('GetTypeId',
|
|
1358 |
'ns3::TypeId',
|
|
1359 |
[],
|
|
1360 |
is_static=True)
|
|
1361 |
return
|
|
1362 |
|
|
1363 |
def register_Ns3RandomPropagationLossModel_methods(root_module, cls):
|
|
1364 |
## propagation-loss-model.h: static ns3::TypeId ns3::RandomPropagationLossModel::GetTypeId() [member function]
|
|
1365 |
cls.add_method('GetTypeId',
|
|
1366 |
'ns3::TypeId',
|
|
1367 |
[],
|
|
1368 |
is_static=True)
|
|
1369 |
## propagation-loss-model.h: ns3::RandomPropagationLossModel::RandomPropagationLossModel() [constructor]
|
|
1370 |
cls.add_constructor([])
|
|
1371 |
## propagation-loss-model.h: double ns3::RandomPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1372 |
cls.add_method('DoCalcRxPower',
|
|
1373 |
'double',
|
|
1374 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1375 |
is_const=True, visibility='private', is_virtual=True)
|
|
1376 |
return
|
|
1377 |
|
|
1378 |
def register_Ns3RangePropagationLossModel_methods(root_module, cls):
|
|
1379 |
## propagation-loss-model.h: static ns3::TypeId ns3::RangePropagationLossModel::GetTypeId() [member function]
|
|
1380 |
cls.add_method('GetTypeId',
|
|
1381 |
'ns3::TypeId',
|
|
1382 |
[],
|
|
1383 |
is_static=True)
|
|
1384 |
## propagation-loss-model.h: ns3::RangePropagationLossModel::RangePropagationLossModel() [constructor]
|
|
1385 |
cls.add_constructor([])
|
|
1386 |
## propagation-loss-model.h: double ns3::RangePropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1387 |
cls.add_method('DoCalcRxPower',
|
|
1388 |
'double',
|
|
1389 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1390 |
is_const=True, visibility='private', is_virtual=True)
|
|
1391 |
return
|
|
1392 |
|
|
1393 |
def register_Ns3SpectrumConverter_methods(root_module, cls):
|
|
1394 |
## spectrum-converter.h: ns3::SpectrumConverter::SpectrumConverter(ns3::SpectrumConverter const & arg0) [copy constructor]
|
|
1395 |
cls.add_constructor([param('ns3::SpectrumConverter const &', 'arg0')])
|
|
1396 |
## spectrum-converter.h: ns3::SpectrumConverter::SpectrumConverter(ns3::Ptr<ns3::SpectrumModel const> fromSpectrumModel, ns3::Ptr<ns3::SpectrumModel const> toSpectrumModel) [constructor]
|
|
1397 |
cls.add_constructor([param('ns3::Ptr< ns3::SpectrumModel const >', 'fromSpectrumModel'), param('ns3::Ptr< ns3::SpectrumModel const >', 'toSpectrumModel')])
|
|
1398 |
## spectrum-converter.h: ns3::SpectrumConverter::SpectrumConverter() [constructor]
|
|
1399 |
cls.add_constructor([])
|
|
1400 |
## spectrum-converter.h: ns3::Ptr<ns3::SpectrumValue> ns3::SpectrumConverter::Convert(ns3::Ptr<ns3::SpectrumValue const> vvf) const [member function]
|
|
1401 |
cls.add_method('Convert',
|
|
1402 |
'ns3::Ptr< ns3::SpectrumValue >',
|
|
1403 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'vvf')],
|
|
1404 |
is_const=True)
|
|
1405 |
return
|
|
1406 |
|
|
1407 |
def register_Ns3SpectrumModel_methods(root_module, cls):
|
|
1408 |
cls.add_binary_comparison_operator('==')
|
|
1409 |
## spectrum-model.h: ns3::SpectrumModel::SpectrumModel(ns3::SpectrumModel const & arg0) [copy constructor]
|
|
1410 |
cls.add_constructor([param('ns3::SpectrumModel const &', 'arg0')])
|
|
1411 |
## spectrum-model.h: ns3::SpectrumModel::SpectrumModel(std::vector<double, std::allocator<double> > centerFreqs) [constructor]
|
|
1412 |
cls.add_constructor([param('std::vector< double >', 'centerFreqs')])
|
|
1413 |
## spectrum-model.h: ns3::SpectrumModel::SpectrumModel(ns3::Bands bands) [constructor]
|
|
1414 |
cls.add_constructor([param('ns3::Bands', 'bands')])
|
|
1415 |
## spectrum-model.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumModel::Begin() const [member function]
|
|
1416 |
cls.add_method('Begin',
|
|
1417 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >',
|
|
1418 |
[],
|
|
1419 |
is_const=True)
|
|
1420 |
## spectrum-model.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumModel::End() const [member function]
|
|
1421 |
cls.add_method('End',
|
|
1422 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >',
|
|
1423 |
[],
|
|
1424 |
is_const=True)
|
|
1425 |
## spectrum-model.h: size_t ns3::SpectrumModel::GetNumBands() const [member function]
|
|
1426 |
cls.add_method('GetNumBands',
|
|
1427 |
'size_t',
|
|
1428 |
[],
|
|
1429 |
is_const=True)
|
|
1430 |
## spectrum-model.h: ns3::SpectrumModelUid_t ns3::SpectrumModel::GetUid() const [member function]
|
|
1431 |
cls.add_method('GetUid',
|
|
1432 |
'ns3::SpectrumModelUid_t',
|
|
1433 |
[],
|
|
1434 |
is_const=True)
|
|
1435 |
return
|
|
1436 |
|
|
1437 |
def register_Ns3SpectrumPropagationLossModel_methods(root_module, cls):
|
|
1438 |
## spectrum-propagation-loss-model.h: ns3::SpectrumPropagationLossModel::SpectrumPropagationLossModel(ns3::SpectrumPropagationLossModel const & arg0) [copy constructor]
|
|
1439 |
cls.add_constructor([param('ns3::SpectrumPropagationLossModel const &', 'arg0')])
|
|
1440 |
## spectrum-propagation-loss-model.h: ns3::SpectrumPropagationLossModel::SpectrumPropagationLossModel() [constructor]
|
|
1441 |
cls.add_constructor([])
|
|
1442 |
## 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]
|
|
1443 |
cls.add_method('CalcRxPowerSpectralDensity',
|
|
1444 |
'ns3::Ptr< ns3::SpectrumValue >',
|
|
1445 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'txPsd'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b')],
|
|
1446 |
is_const=True)
|
|
1447 |
## spectrum-propagation-loss-model.h: static ns3::TypeId ns3::SpectrumPropagationLossModel::GetTypeId() [member function]
|
|
1448 |
cls.add_method('GetTypeId',
|
|
1449 |
'ns3::TypeId',
|
|
1450 |
[],
|
|
1451 |
is_static=True)
|
|
1452 |
## spectrum-propagation-loss-model.h: void ns3::SpectrumPropagationLossModel::SetNext(ns3::Ptr<ns3::SpectrumPropagationLossModel> next) [member function]
|
|
1453 |
cls.add_method('SetNext',
|
|
1454 |
'void',
|
|
1455 |
[param('ns3::Ptr< ns3::SpectrumPropagationLossModel >', 'next')])
|
|
1456 |
## spectrum-propagation-loss-model.h: void ns3::SpectrumPropagationLossModel::DoDispose() [member function]
|
|
1457 |
cls.add_method('DoDispose',
|
|
1458 |
'void',
|
|
1459 |
[],
|
|
1460 |
visibility='protected', is_virtual=True)
|
|
1461 |
## 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]
|
|
1462 |
cls.add_method('DoCalcRxPowerSpectralDensity',
|
|
1463 |
'ns3::Ptr< ns3::SpectrumValue >',
|
|
1464 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'txPsd'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b')],
|
|
1465 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
|
|
1466 |
return
|
|
1467 |
|
|
1468 |
def register_Ns3SpectrumValue_methods(root_module, cls):
|
6691
|
1469 |
cls.add_output_stream_operator()
|
6534
|
1470 |
cls.add_binary_numeric_operator('*', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right'))
|
|
1471 |
cls.add_binary_numeric_operator('*', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right'))
|
|
1472 |
cls.add_binary_numeric_operator('+', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right'))
|
|
1473 |
cls.add_binary_numeric_operator('+', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right'))
|
|
1474 |
cls.add_unary_numeric_operator('-')
|
|
1475 |
cls.add_binary_numeric_operator('-', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right'))
|
|
1476 |
cls.add_binary_numeric_operator('-', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right'))
|
|
1477 |
cls.add_binary_numeric_operator('/', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('double', 'right'))
|
|
1478 |
cls.add_binary_numeric_operator('/', root_module['ns3::SpectrumValue'], root_module['ns3::SpectrumValue'], param('ns3::SpectrumValue const &', 'right'))
|
|
1479 |
cls.add_inplace_numeric_operator('*=', param('ns3::SpectrumValue const &', 'right'))
|
|
1480 |
cls.add_inplace_numeric_operator('*=', param('double', 'right'))
|
|
1481 |
cls.add_inplace_numeric_operator('+=', param('ns3::SpectrumValue const &', 'right'))
|
|
1482 |
cls.add_inplace_numeric_operator('+=', param('double', 'right'))
|
|
1483 |
cls.add_inplace_numeric_operator('-=', param('ns3::SpectrumValue const &', 'right'))
|
|
1484 |
cls.add_inplace_numeric_operator('-=', param('double', 'right'))
|
|
1485 |
cls.add_inplace_numeric_operator('/=', param('ns3::SpectrumValue const &', 'right'))
|
|
1486 |
cls.add_inplace_numeric_operator('/=', param('double', 'right'))
|
|
1487 |
## spectrum-value.h: ns3::SpectrumValue::SpectrumValue(ns3::SpectrumValue const & arg0) [copy constructor]
|
|
1488 |
cls.add_constructor([param('ns3::SpectrumValue const &', 'arg0')])
|
|
1489 |
## spectrum-value.h: ns3::SpectrumValue::SpectrumValue(ns3::Ptr<ns3::SpectrumModel const> sm) [constructor]
|
|
1490 |
cls.add_constructor([param('ns3::Ptr< ns3::SpectrumModel const >', 'sm')])
|
|
1491 |
## spectrum-value.h: ns3::SpectrumValue::SpectrumValue() [constructor]
|
|
1492 |
cls.add_constructor([])
|
|
1493 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumValue::ConstBandsBegin() const [member function]
|
|
1494 |
cls.add_method('ConstBandsBegin',
|
|
1495 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >',
|
|
1496 |
[],
|
|
1497 |
is_const=True)
|
|
1498 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const ns3::BandInfo*,std::vector<ns3::BandInfo, std::allocator<ns3::BandInfo> > > ns3::SpectrumValue::ConstBandsEnd() const [member function]
|
|
1499 |
cls.add_method('ConstBandsEnd',
|
|
1500 |
'__gnu_cxx::__normal_iterator< ns3::BandInfo const *, std::vector< ns3::BandInfo > >',
|
|
1501 |
[],
|
|
1502 |
is_const=True)
|
|
1503 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ConstValuesBegin() const [member function]
|
|
1504 |
cls.add_method('ConstValuesBegin',
|
|
1505 |
'__gnu_cxx::__normal_iterator< double const *, std::vector< double > >',
|
|
1506 |
[],
|
|
1507 |
is_const=True)
|
|
1508 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<const double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ConstValuesEnd() const [member function]
|
|
1509 |
cls.add_method('ConstValuesEnd',
|
|
1510 |
'__gnu_cxx::__normal_iterator< double const *, std::vector< double > >',
|
|
1511 |
[],
|
|
1512 |
is_const=True)
|
|
1513 |
## spectrum-value.h: ns3::Ptr<ns3::SpectrumValue> ns3::SpectrumValue::Copy() const [member function]
|
|
1514 |
cls.add_method('Copy',
|
|
1515 |
'ns3::Ptr< ns3::SpectrumValue >',
|
|
1516 |
[],
|
|
1517 |
is_const=True)
|
|
1518 |
## spectrum-value.h: ns3::Ptr<ns3::SpectrumModel const> ns3::SpectrumValue::GetSpectrumModel() const [member function]
|
|
1519 |
cls.add_method('GetSpectrumModel',
|
|
1520 |
'ns3::Ptr< ns3::SpectrumModel const >',
|
|
1521 |
[],
|
|
1522 |
is_const=True)
|
|
1523 |
## spectrum-value.h: ns3::SpectrumModelUid_t ns3::SpectrumValue::GetSpectrumModelUid() const [member function]
|
|
1524 |
cls.add_method('GetSpectrumModelUid',
|
|
1525 |
'ns3::SpectrumModelUid_t',
|
|
1526 |
[],
|
|
1527 |
is_const=True)
|
|
1528 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ValuesBegin() [member function]
|
|
1529 |
cls.add_method('ValuesBegin',
|
|
1530 |
'__gnu_cxx::__normal_iterator< double *, std::vector< double > >',
|
|
1531 |
[])
|
|
1532 |
## spectrum-value.h: __gnu_cxx::__normal_iterator<double*,std::vector<double, std::allocator<double> > > ns3::SpectrumValue::ValuesEnd() [member function]
|
|
1533 |
cls.add_method('ValuesEnd',
|
|
1534 |
'__gnu_cxx::__normal_iterator< double *, std::vector< double > >',
|
|
1535 |
[])
|
|
1536 |
return
|
|
1537 |
|
|
1538 |
def register_Ns3ThreeLogDistancePropagationLossModel_methods(root_module, cls):
|
|
1539 |
## propagation-loss-model.h: static ns3::TypeId ns3::ThreeLogDistancePropagationLossModel::GetTypeId() [member function]
|
|
1540 |
cls.add_method('GetTypeId',
|
|
1541 |
'ns3::TypeId',
|
|
1542 |
[],
|
|
1543 |
is_static=True)
|
|
1544 |
## propagation-loss-model.h: ns3::ThreeLogDistancePropagationLossModel::ThreeLogDistancePropagationLossModel() [constructor]
|
|
1545 |
cls.add_constructor([])
|
|
1546 |
## propagation-loss-model.h: double ns3::ThreeLogDistancePropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1547 |
cls.add_method('DoCalcRxPower',
|
|
1548 |
'double',
|
|
1549 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1550 |
is_const=True, visibility='private', is_virtual=True)
|
|
1551 |
return
|
|
1552 |
|
|
1553 |
def register_Ns3Trailer_methods(root_module, cls):
|
|
1554 |
cls.add_output_stream_operator()
|
|
1555 |
## trailer.h: ns3::Trailer::Trailer() [constructor]
|
|
1556 |
cls.add_constructor([])
|
|
1557 |
## trailer.h: ns3::Trailer::Trailer(ns3::Trailer const & arg0) [copy constructor]
|
|
1558 |
cls.add_constructor([param('ns3::Trailer const &', 'arg0')])
|
|
1559 |
## trailer.h: uint32_t ns3::Trailer::Deserialize(ns3::Buffer::Iterator end) [member function]
|
|
1560 |
cls.add_method('Deserialize',
|
|
1561 |
'uint32_t',
|
|
1562 |
[param('ns3::Buffer::Iterator', 'end')],
|
|
1563 |
is_pure_virtual=True, is_virtual=True)
|
|
1564 |
## trailer.h: uint32_t ns3::Trailer::GetSerializedSize() const [member function]
|
|
1565 |
cls.add_method('GetSerializedSize',
|
|
1566 |
'uint32_t',
|
|
1567 |
[],
|
|
1568 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1569 |
## trailer.h: static ns3::TypeId ns3::Trailer::GetTypeId() [member function]
|
|
1570 |
cls.add_method('GetTypeId',
|
|
1571 |
'ns3::TypeId',
|
|
1572 |
[],
|
|
1573 |
is_static=True)
|
|
1574 |
## trailer.h: void ns3::Trailer::Print(std::ostream & os) const [member function]
|
|
1575 |
cls.add_method('Print',
|
|
1576 |
'void',
|
|
1577 |
[param('std::ostream &', 'os')],
|
|
1578 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1579 |
## trailer.h: void ns3::Trailer::Serialize(ns3::Buffer::Iterator start) const [member function]
|
|
1580 |
cls.add_method('Serialize',
|
|
1581 |
'void',
|
|
1582 |
[param('ns3::Buffer::Iterator', 'start')],
|
|
1583 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
|
1584 |
return
|
|
1585 |
|
|
1586 |
def register_Ns3TwoRayGroundPropagationLossModel_methods(root_module, cls):
|
|
1587 |
## propagation-loss-model.h: static ns3::TypeId ns3::TwoRayGroundPropagationLossModel::GetTypeId() [member function]
|
|
1588 |
cls.add_method('GetTypeId',
|
|
1589 |
'ns3::TypeId',
|
|
1590 |
[],
|
|
1591 |
is_static=True)
|
|
1592 |
## propagation-loss-model.h: ns3::TwoRayGroundPropagationLossModel::TwoRayGroundPropagationLossModel() [constructor]
|
|
1593 |
cls.add_constructor([])
|
|
1594 |
## propagation-loss-model.h: void ns3::TwoRayGroundPropagationLossModel::SetLambda(double frequency, double speed) [member function]
|
|
1595 |
cls.add_method('SetLambda',
|
|
1596 |
'void',
|
|
1597 |
[param('double', 'frequency'), param('double', 'speed')])
|
|
1598 |
## propagation-loss-model.h: void ns3::TwoRayGroundPropagationLossModel::SetLambda(double lambda) [member function]
|
|
1599 |
cls.add_method('SetLambda',
|
|
1600 |
'void',
|
|
1601 |
[param('double', 'lambda')])
|
|
1602 |
## propagation-loss-model.h: void ns3::TwoRayGroundPropagationLossModel::SetSystemLoss(double systemLoss) [member function]
|
|
1603 |
cls.add_method('SetSystemLoss',
|
|
1604 |
'void',
|
|
1605 |
[param('double', 'systemLoss')])
|
|
1606 |
## propagation-loss-model.h: void ns3::TwoRayGroundPropagationLossModel::SetMinDistance(double minDistance) [member function]
|
|
1607 |
cls.add_method('SetMinDistance',
|
|
1608 |
'void',
|
|
1609 |
[param('double', 'minDistance')])
|
|
1610 |
## propagation-loss-model.h: double ns3::TwoRayGroundPropagationLossModel::GetMinDistance() const [member function]
|
|
1611 |
cls.add_method('GetMinDistance',
|
|
1612 |
'double',
|
|
1613 |
[],
|
|
1614 |
is_const=True)
|
|
1615 |
## propagation-loss-model.h: double ns3::TwoRayGroundPropagationLossModel::GetLambda() const [member function]
|
|
1616 |
cls.add_method('GetLambda',
|
|
1617 |
'double',
|
|
1618 |
[],
|
|
1619 |
is_const=True)
|
|
1620 |
## propagation-loss-model.h: double ns3::TwoRayGroundPropagationLossModel::GetSystemLoss() const [member function]
|
|
1621 |
cls.add_method('GetSystemLoss',
|
|
1622 |
'double',
|
|
1623 |
[],
|
|
1624 |
is_const=True)
|
|
1625 |
## propagation-loss-model.h: void ns3::TwoRayGroundPropagationLossModel::SetHeightAboveZ(double heightAboveZ) [member function]
|
|
1626 |
cls.add_method('SetHeightAboveZ',
|
|
1627 |
'void',
|
|
1628 |
[param('double', 'heightAboveZ')])
|
|
1629 |
## propagation-loss-model.h: double ns3::TwoRayGroundPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1630 |
cls.add_method('DoCalcRxPower',
|
|
1631 |
'double',
|
|
1632 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1633 |
is_const=True, visibility='private', is_virtual=True)
|
|
1634 |
return
|
|
1635 |
|
|
1636 |
def register_Ns3ConstantSpeedPropagationDelayModel_methods(root_module, cls):
|
|
1637 |
## propagation-delay-model.h: ns3::ConstantSpeedPropagationDelayModel::ConstantSpeedPropagationDelayModel(ns3::ConstantSpeedPropagationDelayModel const & arg0) [copy constructor]
|
|
1638 |
cls.add_constructor([param('ns3::ConstantSpeedPropagationDelayModel const &', 'arg0')])
|
|
1639 |
## propagation-delay-model.h: ns3::ConstantSpeedPropagationDelayModel::ConstantSpeedPropagationDelayModel() [constructor]
|
|
1640 |
cls.add_constructor([])
|
|
1641 |
## propagation-delay-model.h: ns3::Time ns3::ConstantSpeedPropagationDelayModel::GetDelay(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1642 |
cls.add_method('GetDelay',
|
|
1643 |
'ns3::Time',
|
|
1644 |
[param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1645 |
is_const=True, is_virtual=True)
|
|
1646 |
## propagation-delay-model.h: double ns3::ConstantSpeedPropagationDelayModel::GetSpeed() const [member function]
|
|
1647 |
cls.add_method('GetSpeed',
|
|
1648 |
'double',
|
|
1649 |
[],
|
|
1650 |
is_const=True)
|
|
1651 |
## propagation-delay-model.h: static ns3::TypeId ns3::ConstantSpeedPropagationDelayModel::GetTypeId() [member function]
|
|
1652 |
cls.add_method('GetTypeId',
|
|
1653 |
'ns3::TypeId',
|
|
1654 |
[],
|
|
1655 |
is_static=True)
|
|
1656 |
## propagation-delay-model.h: void ns3::ConstantSpeedPropagationDelayModel::SetSpeed(double speed) [member function]
|
|
1657 |
cls.add_method('SetSpeed',
|
|
1658 |
'void',
|
|
1659 |
[param('double', 'speed')])
|
|
1660 |
return
|
|
1661 |
|
|
1662 |
def register_Ns3Cost231PropagationLossModel_methods(root_module, cls):
|
|
1663 |
## cost231-propagation-loss-model.h: static ns3::TypeId ns3::Cost231PropagationLossModel::GetTypeId() [member function]
|
|
1664 |
cls.add_method('GetTypeId',
|
|
1665 |
'ns3::TypeId',
|
|
1666 |
[],
|
|
1667 |
is_static=True)
|
|
1668 |
## cost231-propagation-loss-model.h: ns3::Cost231PropagationLossModel::Cost231PropagationLossModel() [constructor]
|
|
1669 |
cls.add_constructor([])
|
|
1670 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::GetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1671 |
cls.add_method('GetLoss',
|
|
1672 |
'double',
|
|
1673 |
[param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1674 |
is_const=True)
|
|
1675 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetBSAntennaHeight(double height) [member function]
|
|
1676 |
cls.add_method('SetBSAntennaHeight',
|
|
1677 |
'void',
|
|
1678 |
[param('double', 'height')])
|
|
1679 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetSSAntennaHeight(double height) [member function]
|
|
1680 |
cls.add_method('SetSSAntennaHeight',
|
|
1681 |
'void',
|
|
1682 |
[param('double', 'height')])
|
|
1683 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetEnvironment(ns3::Cost231PropagationLossModel::Environment env) [member function]
|
|
1684 |
cls.add_method('SetEnvironment',
|
|
1685 |
'void',
|
|
1686 |
[param('ns3::Cost231PropagationLossModel::Environment', 'env')])
|
|
1687 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetLambda(double lambda) [member function]
|
|
1688 |
cls.add_method('SetLambda',
|
|
1689 |
'void',
|
|
1690 |
[param('double', 'lambda')])
|
|
1691 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetMinDistance(double minDistance) [member function]
|
|
1692 |
cls.add_method('SetMinDistance',
|
|
1693 |
'void',
|
|
1694 |
[param('double', 'minDistance')])
|
|
1695 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::GetBSAntennaHeight() const [member function]
|
|
1696 |
cls.add_method('GetBSAntennaHeight',
|
|
1697 |
'double',
|
|
1698 |
[],
|
|
1699 |
is_const=True)
|
|
1700 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::GetSSAntennaHeight() const [member function]
|
|
1701 |
cls.add_method('GetSSAntennaHeight',
|
|
1702 |
'double',
|
|
1703 |
[],
|
|
1704 |
is_const=True)
|
|
1705 |
## cost231-propagation-loss-model.h: ns3::Cost231PropagationLossModel::Environment ns3::Cost231PropagationLossModel::GetEnvironment() const [member function]
|
|
1706 |
cls.add_method('GetEnvironment',
|
|
1707 |
'ns3::Cost231PropagationLossModel::Environment',
|
|
1708 |
[],
|
|
1709 |
is_const=True)
|
|
1710 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::GetMinDistance() const [member function]
|
|
1711 |
cls.add_method('GetMinDistance',
|
|
1712 |
'double',
|
|
1713 |
[],
|
|
1714 |
is_const=True)
|
|
1715 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::GetLambda() const [member function]
|
|
1716 |
cls.add_method('GetLambda',
|
|
1717 |
'double',
|
|
1718 |
[],
|
|
1719 |
is_const=True)
|
|
1720 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetLambda(double frequency, double speed) [member function]
|
|
1721 |
cls.add_method('SetLambda',
|
|
1722 |
'void',
|
|
1723 |
[param('double', 'frequency'), param('double', 'speed')])
|
|
1724 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::GetShadowing() [member function]
|
|
1725 |
cls.add_method('GetShadowing',
|
|
1726 |
'double',
|
|
1727 |
[])
|
|
1728 |
## cost231-propagation-loss-model.h: void ns3::Cost231PropagationLossModel::SetShadowing(double shadowing) [member function]
|
|
1729 |
cls.add_method('SetShadowing',
|
|
1730 |
'void',
|
|
1731 |
[param('double', 'shadowing')])
|
|
1732 |
## cost231-propagation-loss-model.h: double ns3::Cost231PropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1733 |
cls.add_method('DoCalcRxPower',
|
|
1734 |
'double',
|
|
1735 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1736 |
is_const=True, visibility='private', is_virtual=True)
|
|
1737 |
return
|
|
1738 |
|
|
1739 |
def register_Ns3DataRateChecker_methods(root_module, cls):
|
|
1740 |
## data-rate.h: ns3::DataRateChecker::DataRateChecker() [constructor]
|
|
1741 |
cls.add_constructor([])
|
|
1742 |
## data-rate.h: ns3::DataRateChecker::DataRateChecker(ns3::DataRateChecker const & arg0) [copy constructor]
|
|
1743 |
cls.add_constructor([param('ns3::DataRateChecker const &', 'arg0')])
|
|
1744 |
return
|
|
1745 |
|
|
1746 |
def register_Ns3DataRateValue_methods(root_module, cls):
|
|
1747 |
## data-rate.h: ns3::DataRateValue::DataRateValue() [constructor]
|
|
1748 |
cls.add_constructor([])
|
|
1749 |
## data-rate.h: ns3::DataRateValue::DataRateValue(ns3::DataRateValue const & arg0) [copy constructor]
|
|
1750 |
cls.add_constructor([param('ns3::DataRateValue const &', 'arg0')])
|
|
1751 |
## data-rate.h: ns3::DataRateValue::DataRateValue(ns3::DataRate const & value) [constructor]
|
|
1752 |
cls.add_constructor([param('ns3::DataRate const &', 'value')])
|
|
1753 |
## data-rate.h: ns3::Ptr<ns3::AttributeValue> ns3::DataRateValue::Copy() const [member function]
|
|
1754 |
cls.add_method('Copy',
|
|
1755 |
'ns3::Ptr< ns3::AttributeValue >',
|
|
1756 |
[],
|
|
1757 |
is_const=True, is_virtual=True)
|
|
1758 |
## data-rate.h: bool ns3::DataRateValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
|
|
1759 |
cls.add_method('DeserializeFromString',
|
|
1760 |
'bool',
|
|
1761 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
|
|
1762 |
is_virtual=True)
|
|
1763 |
## data-rate.h: ns3::DataRate ns3::DataRateValue::Get() const [member function]
|
|
1764 |
cls.add_method('Get',
|
|
1765 |
'ns3::DataRate',
|
|
1766 |
[],
|
|
1767 |
is_const=True)
|
|
1768 |
## data-rate.h: std::string ns3::DataRateValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
|
|
1769 |
cls.add_method('SerializeToString',
|
|
1770 |
'std::string',
|
|
1771 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
|
|
1772 |
is_const=True, is_virtual=True)
|
|
1773 |
## data-rate.h: void ns3::DataRateValue::Set(ns3::DataRate const & value) [member function]
|
|
1774 |
cls.add_method('Set',
|
|
1775 |
'void',
|
|
1776 |
[param('ns3::DataRate const &', 'value')])
|
|
1777 |
return
|
|
1778 |
|
|
1779 |
def register_Ns3ErrorModel_methods(root_module, cls):
|
|
1780 |
## error-model.h: ns3::ErrorModel::ErrorModel(ns3::ErrorModel const & arg0) [copy constructor]
|
|
1781 |
cls.add_constructor([param('ns3::ErrorModel const &', 'arg0')])
|
|
1782 |
## error-model.h: ns3::ErrorModel::ErrorModel() [constructor]
|
|
1783 |
cls.add_constructor([])
|
|
1784 |
## error-model.h: void ns3::ErrorModel::Disable() [member function]
|
|
1785 |
cls.add_method('Disable',
|
|
1786 |
'void',
|
|
1787 |
[])
|
|
1788 |
## error-model.h: void ns3::ErrorModel::Enable() [member function]
|
|
1789 |
cls.add_method('Enable',
|
|
1790 |
'void',
|
|
1791 |
[])
|
|
1792 |
## error-model.h: static ns3::TypeId ns3::ErrorModel::GetTypeId() [member function]
|
|
1793 |
cls.add_method('GetTypeId',
|
|
1794 |
'ns3::TypeId',
|
|
1795 |
[],
|
|
1796 |
is_static=True)
|
|
1797 |
## error-model.h: bool ns3::ErrorModel::IsCorrupt(ns3::Ptr<ns3::Packet> pkt) [member function]
|
|
1798 |
cls.add_method('IsCorrupt',
|
|
1799 |
'bool',
|
|
1800 |
[param('ns3::Ptr< ns3::Packet >', 'pkt')])
|
|
1801 |
## error-model.h: bool ns3::ErrorModel::IsEnabled() const [member function]
|
|
1802 |
cls.add_method('IsEnabled',
|
|
1803 |
'bool',
|
|
1804 |
[],
|
|
1805 |
is_const=True)
|
|
1806 |
## error-model.h: void ns3::ErrorModel::Reset() [member function]
|
|
1807 |
cls.add_method('Reset',
|
|
1808 |
'void',
|
|
1809 |
[])
|
|
1810 |
## error-model.h: bool ns3::ErrorModel::DoCorrupt(ns3::Ptr<ns3::Packet> arg0) [member function]
|
|
1811 |
cls.add_method('DoCorrupt',
|
|
1812 |
'bool',
|
|
1813 |
[param('ns3::Ptr< ns3::Packet >', 'arg0')],
|
|
1814 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
1815 |
## error-model.h: void ns3::ErrorModel::DoReset() [member function]
|
|
1816 |
cls.add_method('DoReset',
|
|
1817 |
'void',
|
|
1818 |
[],
|
|
1819 |
is_pure_virtual=True, visibility='private', is_virtual=True)
|
|
1820 |
return
|
|
1821 |
|
|
1822 |
def register_Ns3FixedRssLossModel_methods(root_module, cls):
|
|
1823 |
## propagation-loss-model.h: static ns3::TypeId ns3::FixedRssLossModel::GetTypeId() [member function]
|
|
1824 |
cls.add_method('GetTypeId',
|
|
1825 |
'ns3::TypeId',
|
|
1826 |
[],
|
|
1827 |
is_static=True)
|
|
1828 |
## propagation-loss-model.h: ns3::FixedRssLossModel::FixedRssLossModel() [constructor]
|
|
1829 |
cls.add_constructor([])
|
|
1830 |
## propagation-loss-model.h: void ns3::FixedRssLossModel::SetRss(double rss) [member function]
|
|
1831 |
cls.add_method('SetRss',
|
|
1832 |
'void',
|
|
1833 |
[param('double', 'rss')])
|
|
1834 |
## propagation-loss-model.h: double ns3::FixedRssLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1835 |
cls.add_method('DoCalcRxPower',
|
|
1836 |
'double',
|
|
1837 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1838 |
is_const=True, visibility='private', is_virtual=True)
|
|
1839 |
return
|
|
1840 |
|
|
1841 |
def register_Ns3FriisPropagationLossModel_methods(root_module, cls):
|
|
1842 |
## propagation-loss-model.h: static ns3::TypeId ns3::FriisPropagationLossModel::GetTypeId() [member function]
|
|
1843 |
cls.add_method('GetTypeId',
|
|
1844 |
'ns3::TypeId',
|
|
1845 |
[],
|
|
1846 |
is_static=True)
|
|
1847 |
## propagation-loss-model.h: ns3::FriisPropagationLossModel::FriisPropagationLossModel() [constructor]
|
|
1848 |
cls.add_constructor([])
|
|
1849 |
## propagation-loss-model.h: void ns3::FriisPropagationLossModel::SetLambda(double frequency, double speed) [member function]
|
|
1850 |
cls.add_method('SetLambda',
|
|
1851 |
'void',
|
|
1852 |
[param('double', 'frequency'), param('double', 'speed')])
|
|
1853 |
## propagation-loss-model.h: void ns3::FriisPropagationLossModel::SetLambda(double lambda) [member function]
|
|
1854 |
cls.add_method('SetLambda',
|
|
1855 |
'void',
|
|
1856 |
[param('double', 'lambda')])
|
|
1857 |
## propagation-loss-model.h: void ns3::FriisPropagationLossModel::SetSystemLoss(double systemLoss) [member function]
|
|
1858 |
cls.add_method('SetSystemLoss',
|
|
1859 |
'void',
|
|
1860 |
[param('double', 'systemLoss')])
|
|
1861 |
## propagation-loss-model.h: void ns3::FriisPropagationLossModel::SetMinDistance(double minDistance) [member function]
|
|
1862 |
cls.add_method('SetMinDistance',
|
|
1863 |
'void',
|
|
1864 |
[param('double', 'minDistance')])
|
|
1865 |
## propagation-loss-model.h: double ns3::FriisPropagationLossModel::GetMinDistance() const [member function]
|
|
1866 |
cls.add_method('GetMinDistance',
|
|
1867 |
'double',
|
|
1868 |
[],
|
|
1869 |
is_const=True)
|
|
1870 |
## propagation-loss-model.h: double ns3::FriisPropagationLossModel::GetLambda() const [member function]
|
|
1871 |
cls.add_method('GetLambda',
|
|
1872 |
'double',
|
|
1873 |
[],
|
|
1874 |
is_const=True)
|
|
1875 |
## propagation-loss-model.h: double ns3::FriisPropagationLossModel::GetSystemLoss() const [member function]
|
|
1876 |
cls.add_method('GetSystemLoss',
|
|
1877 |
'double',
|
|
1878 |
[],
|
|
1879 |
is_const=True)
|
|
1880 |
## propagation-loss-model.h: double ns3::FriisPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1881 |
cls.add_method('DoCalcRxPower',
|
|
1882 |
'double',
|
|
1883 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1884 |
is_const=True, visibility='private', is_virtual=True)
|
|
1885 |
return
|
|
1886 |
|
|
1887 |
def register_Ns3FriisSpectrumPropagationLossModel_methods(root_module, cls):
|
|
1888 |
## friis-spectrum-propagation-loss.h: ns3::FriisSpectrumPropagationLossModel::FriisSpectrumPropagationLossModel(ns3::FriisSpectrumPropagationLossModel const & arg0) [copy constructor]
|
|
1889 |
cls.add_constructor([param('ns3::FriisSpectrumPropagationLossModel const &', 'arg0')])
|
|
1890 |
## friis-spectrum-propagation-loss.h: ns3::FriisSpectrumPropagationLossModel::FriisSpectrumPropagationLossModel() [constructor]
|
|
1891 |
cls.add_constructor([])
|
|
1892 |
## friis-spectrum-propagation-loss.h: double ns3::FriisSpectrumPropagationLossModel::CalculateLoss(double f, double d) const [member function]
|
|
1893 |
cls.add_method('CalculateLoss',
|
|
1894 |
'double',
|
|
1895 |
[param('double', 'f'), param('double', 'd')],
|
|
1896 |
is_const=True)
|
|
1897 |
## 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]
|
|
1898 |
cls.add_method('DoCalcRxPowerSpectralDensity',
|
|
1899 |
'ns3::Ptr< ns3::SpectrumValue >',
|
|
1900 |
[param('ns3::Ptr< ns3::SpectrumValue const >', 'txPsd'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b')],
|
|
1901 |
is_const=True, is_virtual=True)
|
|
1902 |
## friis-spectrum-propagation-loss.h: static ns3::TypeId ns3::FriisSpectrumPropagationLossModel::GetTypeId() [member function]
|
|
1903 |
cls.add_method('GetTypeId',
|
|
1904 |
'ns3::TypeId',
|
|
1905 |
[],
|
|
1906 |
is_static=True)
|
|
1907 |
return
|
|
1908 |
|
|
1909 |
def register_Ns3JakesPropagationLossModel_methods(root_module, cls):
|
|
1910 |
## jakes-propagation-loss-model.h: ns3::JakesPropagationLossModel::JakesPropagationLossModel() [constructor]
|
|
1911 |
cls.add_constructor([])
|
|
1912 |
## jakes-propagation-loss-model.h: uint8_t ns3::JakesPropagationLossModel::GetNOscillators() const [member function]
|
|
1913 |
cls.add_method('GetNOscillators',
|
|
1914 |
'uint8_t',
|
|
1915 |
[],
|
|
1916 |
is_const=True)
|
|
1917 |
## jakes-propagation-loss-model.h: uint8_t ns3::JakesPropagationLossModel::GetNRays() const [member function]
|
|
1918 |
cls.add_method('GetNRays',
|
|
1919 |
'uint8_t',
|
|
1920 |
[],
|
|
1921 |
is_const=True)
|
|
1922 |
## jakes-propagation-loss-model.h: static ns3::TypeId ns3::JakesPropagationLossModel::GetTypeId() [member function]
|
|
1923 |
cls.add_method('GetTypeId',
|
|
1924 |
'ns3::TypeId',
|
|
1925 |
[],
|
|
1926 |
is_static=True)
|
|
1927 |
## jakes-propagation-loss-model.h: void ns3::JakesPropagationLossModel::SetNOscillators(uint8_t nOscillators) [member function]
|
|
1928 |
cls.add_method('SetNOscillators',
|
|
1929 |
'void',
|
|
1930 |
[param('uint8_t', 'nOscillators')])
|
|
1931 |
## jakes-propagation-loss-model.h: void ns3::JakesPropagationLossModel::SetNRays(uint8_t nRays) [member function]
|
|
1932 |
cls.add_method('SetNRays',
|
|
1933 |
'void',
|
|
1934 |
[param('uint8_t', 'nRays')])
|
|
1935 |
## jakes-propagation-loss-model.h: double ns3::JakesPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1936 |
cls.add_method('DoCalcRxPower',
|
|
1937 |
'double',
|
|
1938 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1939 |
is_const=True, visibility='private', is_virtual=True)
|
|
1940 |
return
|
|
1941 |
|
|
1942 |
def register_Ns3ListErrorModel_methods(root_module, cls):
|
|
1943 |
## error-model.h: ns3::ListErrorModel::ListErrorModel(ns3::ListErrorModel const & arg0) [copy constructor]
|
|
1944 |
cls.add_constructor([param('ns3::ListErrorModel const &', 'arg0')])
|
|
1945 |
## error-model.h: ns3::ListErrorModel::ListErrorModel() [constructor]
|
|
1946 |
cls.add_constructor([])
|
|
1947 |
## error-model.h: std::list<unsigned int, std::allocator<unsigned int> > ns3::ListErrorModel::GetList() const [member function]
|
|
1948 |
cls.add_method('GetList',
|
|
1949 |
'std::list< unsigned int >',
|
|
1950 |
[],
|
|
1951 |
is_const=True)
|
|
1952 |
## error-model.h: static ns3::TypeId ns3::ListErrorModel::GetTypeId() [member function]
|
|
1953 |
cls.add_method('GetTypeId',
|
|
1954 |
'ns3::TypeId',
|
|
1955 |
[],
|
|
1956 |
is_static=True)
|
|
1957 |
## error-model.h: void ns3::ListErrorModel::SetList(std::list<unsigned int, std::allocator<unsigned int> > const & packetlist) [member function]
|
|
1958 |
cls.add_method('SetList',
|
|
1959 |
'void',
|
|
1960 |
[param('std::list< unsigned int > const &', 'packetlist')])
|
|
1961 |
## error-model.h: bool ns3::ListErrorModel::DoCorrupt(ns3::Ptr<ns3::Packet> p) [member function]
|
|
1962 |
cls.add_method('DoCorrupt',
|
|
1963 |
'bool',
|
|
1964 |
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
|
1965 |
visibility='private', is_virtual=True)
|
|
1966 |
## error-model.h: void ns3::ListErrorModel::DoReset() [member function]
|
|
1967 |
cls.add_method('DoReset',
|
|
1968 |
'void',
|
|
1969 |
[],
|
|
1970 |
visibility='private', is_virtual=True)
|
|
1971 |
return
|
|
1972 |
|
|
1973 |
def register_Ns3LogDistancePropagationLossModel_methods(root_module, cls):
|
|
1974 |
## propagation-loss-model.h: static ns3::TypeId ns3::LogDistancePropagationLossModel::GetTypeId() [member function]
|
|
1975 |
cls.add_method('GetTypeId',
|
|
1976 |
'ns3::TypeId',
|
|
1977 |
[],
|
|
1978 |
is_static=True)
|
|
1979 |
## propagation-loss-model.h: ns3::LogDistancePropagationLossModel::LogDistancePropagationLossModel() [constructor]
|
|
1980 |
cls.add_constructor([])
|
|
1981 |
## propagation-loss-model.h: void ns3::LogDistancePropagationLossModel::SetPathLossExponent(double n) [member function]
|
|
1982 |
cls.add_method('SetPathLossExponent',
|
|
1983 |
'void',
|
|
1984 |
[param('double', 'n')])
|
|
1985 |
## propagation-loss-model.h: double ns3::LogDistancePropagationLossModel::GetPathLossExponent() const [member function]
|
|
1986 |
cls.add_method('GetPathLossExponent',
|
|
1987 |
'double',
|
|
1988 |
[],
|
|
1989 |
is_const=True)
|
|
1990 |
## propagation-loss-model.h: void ns3::LogDistancePropagationLossModel::SetReference(double referenceDistance, double referenceLoss) [member function]
|
|
1991 |
cls.add_method('SetReference',
|
|
1992 |
'void',
|
|
1993 |
[param('double', 'referenceDistance'), param('double', 'referenceLoss')])
|
|
1994 |
## propagation-loss-model.h: double ns3::LogDistancePropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
1995 |
cls.add_method('DoCalcRxPower',
|
|
1996 |
'double',
|
|
1997 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
1998 |
is_const=True, visibility='private', is_virtual=True)
|
|
1999 |
return
|
|
2000 |
|
|
2001 |
def register_Ns3MatrixPropagationLossModel_methods(root_module, cls):
|
|
2002 |
## propagation-loss-model.h: static ns3::TypeId ns3::MatrixPropagationLossModel::GetTypeId() [member function]
|
|
2003 |
cls.add_method('GetTypeId',
|
|
2004 |
'ns3::TypeId',
|
|
2005 |
[],
|
|
2006 |
is_static=True)
|
|
2007 |
## propagation-loss-model.h: ns3::MatrixPropagationLossModel::MatrixPropagationLossModel() [constructor]
|
|
2008 |
cls.add_constructor([])
|
6782
|
2009 |
## propagation-loss-model.h: void ns3::MatrixPropagationLossModel::SetLoss(ns3::Ptr<ns3::Object> a, ns3::Ptr<ns3::Object> b, double loss, bool symmetric=true) [member function]
|
6534
|
2010 |
cls.add_method('SetLoss',
|
|
2011 |
'void',
|
6782
|
2012 |
[param('ns3::Ptr< ns3::Object >', 'a'), param('ns3::Ptr< ns3::Object >', 'b'), param('double', 'loss'), param('bool', 'symmetric', default_value='true')])
|
6534
|
2013 |
## propagation-loss-model.h: void ns3::MatrixPropagationLossModel::SetDefaultLoss(double arg0) [member function]
|
|
2014 |
cls.add_method('SetDefaultLoss',
|
|
2015 |
'void',
|
|
2016 |
[param('double', 'arg0')])
|
|
2017 |
## propagation-loss-model.h: double ns3::MatrixPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
2018 |
cls.add_method('DoCalcRxPower',
|
|
2019 |
'double',
|
|
2020 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
2021 |
is_const=True, visibility='private', is_virtual=True)
|
|
2022 |
return
|
|
2023 |
|
|
2024 |
def register_Ns3NakagamiPropagationLossModel_methods(root_module, cls):
|
|
2025 |
## propagation-loss-model.h: static ns3::TypeId ns3::NakagamiPropagationLossModel::GetTypeId() [member function]
|
|
2026 |
cls.add_method('GetTypeId',
|
|
2027 |
'ns3::TypeId',
|
|
2028 |
[],
|
|
2029 |
is_static=True)
|
|
2030 |
## propagation-loss-model.h: ns3::NakagamiPropagationLossModel::NakagamiPropagationLossModel() [constructor]
|
|
2031 |
cls.add_constructor([])
|
|
2032 |
## propagation-loss-model.h: double ns3::NakagamiPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
|
|
2033 |
cls.add_method('DoCalcRxPower',
|
|
2034 |
'double',
|
|
2035 |
[param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')],
|
|
2036 |
is_const=True, visibility='private', is_virtual=True)
|
|
2037 |
return
|
|
2038 |
|
|
2039 |
def register_Ns3NixVector_methods(root_module, cls):
|
|
2040 |
cls.add_output_stream_operator()
|
|
2041 |
## nix-vector.h: ns3::NixVector::NixVector() [constructor]
|
|
2042 |
cls.add_constructor([])
|
|
2043 |
## nix-vector.h: ns3::NixVector::NixVector(ns3::NixVector const & o) [copy constructor]
|
|
2044 |
cls.add_constructor([param('ns3::NixVector const &', 'o')])
|
|
2045 |
## nix-vector.h: void ns3::NixVector::AddNeighborIndex(uint32_t newBits, uint32_t numberOfBits) [member function]
|
|
2046 |
cls.add_method('AddNeighborIndex',
|
|
2047 |
'void',
|
|
2048 |
[param('uint32_t', 'newBits'), param('uint32_t', 'numberOfBits')])
|
|
2049 |
## nix-vector.h: uint32_t ns3::NixVector::BitCount(uint32_t numberOfNeighbors) const [member function]
|
|
2050 |
cls.add_method('BitCount',
|
|
2051 |
'uint32_t',
|
|
2052 |
[param('uint32_t', 'numberOfNeighbors')],
|
|
2053 |
is_const=True)
|
|
2054 |
## nix-vector.h: ns3::Ptr<ns3::NixVector> ns3::NixVector::Copy() const [member function]
|
|
2055 |
cls.add_method('Copy',
|
|
2056 |
'ns3::Ptr< ns3::NixVector >',
|
|
2057 |
[],
|
|
2058 |
is_const=True)
|
|
2059 |
## nix-vector.h: uint32_t ns3::NixVector::Deserialize(uint32_t const * buffer, uint32_t size) [member function]
|
|
2060 |
cls.add_method('Deserialize',
|
|
2061 |
'uint32_t',
|
|
2062 |
[param('uint32_t const *', 'buffer'), param('uint32_t', 'size')])
|
|
2063 |
## nix-vector.h: uint32_t ns3::NixVector::ExtractNeighborIndex(uint32_t numberOfBits) [member function]
|
|
2064 |
cls.add_method('ExtractNeighborIndex',
|
|
2065 |
'uint32_t',
|
|
2066 |
[param('uint32_t', 'numberOfBits')])
|
|
2067 |
## nix-vector.h: uint32_t ns3::NixVector::GetRemainingBits() [member function]
|
|
2068 |
cls.add_method('GetRemainingBits',
|
|
2069 |
'uint32_t',
|
|
2070 |
[])
|
|
2071 |
## nix-vector.h: uint32_t ns3::NixVector::GetSerializedSize() const [member function]
|
|
2072 |
cls.add_method('GetSerializedSize',
|
|
2073 |
'uint32_t',
|
|
2074 |
[],
|
|
2075 |
is_const=True)
|
|
2076 |
## nix-vector.h: uint32_t ns3::NixVector::Serialize(uint32_t * buffer, uint32_t maxSize) const [member function]
|
|
2077 |
cls.add_method('Serialize',
|
|
2078 |
'uint32_t',
|
|
2079 |
[param('uint32_t *', 'buffer'), param('uint32_t', 'maxSize')],
|
|
2080 |
is_const=True)
|
|
2081 |
return
|
|
2082 |
|
|
2083 |
def register_Ns3OutputStreamWrapper_methods(root_module, cls):
|
|
2084 |
## output-stream-wrapper.h: ns3::OutputStreamWrapper::OutputStreamWrapper(ns3::OutputStreamWrapper const & arg0) [copy constructor]
|
|
2085 |
cls.add_constructor([param('ns3::OutputStreamWrapper const &', 'arg0')])
|
|
2086 |
## output-stream-wrapper.h: ns3::OutputStreamWrapper::OutputStreamWrapper(std::string filename, std::_Ios_Openmode filemode) [constructor]
|
|
2087 |
cls.add_constructor([param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode')])
|
6695
|
2088 |
## output-stream-wrapper.h: ns3::OutputStreamWrapper::OutputStreamWrapper(std::ostream * os) [constructor]
|
|
2089 |
cls.add_constructor([param('std::ostream *', 'os')])
|
6534
|
2090 |
## output-stream-wrapper.h: std::ostream * ns3::OutputStreamWrapper::GetStream() [member function]
|
|
2091 |
cls.add_method('GetStream',
|
|
2092 |
'std::ostream *',
|
|
2093 |
[])
|
|
2094 |
return
|
|
2095 |
|
|
2096 |
def register_Ns3Packet_methods(root_module, cls):
|
|
2097 |
cls.add_output_stream_operator()
|
|
2098 |
## packet.h: ns3::Packet::Packet() [constructor]
|
|
2099 |
cls.add_constructor([])
|
|
2100 |
## packet.h: ns3::Packet::Packet(ns3::Packet const & o) [copy constructor]
|
|
2101 |
cls.add_constructor([param('ns3::Packet const &', 'o')])
|
|
2102 |
## packet.h: ns3::Packet::Packet(uint32_t size) [constructor]
|
|
2103 |
cls.add_constructor([param('uint32_t', 'size')])
|
|
2104 |
## packet.h: ns3::Packet::Packet(uint8_t const * buffer, uint32_t size, bool magic) [constructor]
|
|
2105 |
cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size'), param('bool', 'magic')])
|
|
2106 |
## packet.h: ns3::Packet::Packet(uint8_t const * buffer, uint32_t size) [constructor]
|
|
2107 |
cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
|
|
2108 |
## packet.h: void ns3::Packet::AddAtEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
|
|
2109 |
cls.add_method('AddAtEnd',
|
|
2110 |
'void',
|
|
2111 |
[param('ns3::Ptr< ns3::Packet const >', 'packet')])
|
|
2112 |
## packet.h: void ns3::Packet::AddByteTag(ns3::Tag const & tag) const [member function]
|
|
2113 |
cls.add_method('AddByteTag',
|
|
2114 |
'void',
|
|
2115 |
[param('ns3::Tag const &', 'tag')],
|
|
2116 |
is_const=True)
|
|
2117 |
## packet.h: void ns3::Packet::AddHeader(ns3::Header const & header) [member function]
|
|
2118 |
cls.add_method('AddHeader',
|
|
2119 |
'void',
|
|
2120 |
[param('ns3::Header const &', 'header')])
|
|
2121 |
## packet.h: void ns3::Packet::AddPacketTag(ns3::Tag const & tag) const [member function]
|
|
2122 |
cls.add_method('AddPacketTag',
|
|
2123 |
'void',
|
|
2124 |
[param('ns3::Tag const &', 'tag')],
|
|
2125 |
is_const=True)
|
|
2126 |
## packet.h: void ns3::Packet::AddPaddingAtEnd(uint32_t size) [member function]
|
|
2127 |
cls.add_method('AddPaddingAtEnd',
|
|
2128 |
'void',
|
|
2129 |
[param('uint32_t', 'size')])
|
|
2130 |
## packet.h: void ns3::Packet::AddTrailer(ns3::Trailer const & trailer) [member function]
|
|
2131 |
cls.add_method('AddTrailer',
|
|
2132 |
'void',
|
|
2133 |
[param('ns3::Trailer const &', 'trailer')])
|
|
2134 |
## packet.h: ns3::PacketMetadata::ItemIterator ns3::Packet::BeginItem() const [member function]
|
|
2135 |
cls.add_method('BeginItem',
|
|
2136 |
'ns3::PacketMetadata::ItemIterator',
|
|
2137 |
[],
|
|
2138 |
is_const=True)
|
|
2139 |
## packet.h: ns3::Ptr<ns3::Packet> ns3::Packet::Copy() const [member function]
|
|
2140 |
cls.add_method('Copy',
|
|
2141 |
'ns3::Ptr< ns3::Packet >',
|
|
2142 |
[],
|
|
2143 |
is_const=True)
|
|
2144 |
## packet.h: uint32_t ns3::Packet::CopyData(uint8_t * buffer, uint32_t size) const [member function]
|
|
2145 |
cls.add_method('CopyData',
|
|
2146 |
'uint32_t',
|
|
2147 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'size')],
|
|
2148 |
is_const=True)
|
|
2149 |
## packet.h: void ns3::Packet::CopyData(std::ostream * os, uint32_t size) const [member function]
|
|
2150 |
cls.add_method('CopyData',
|
|
2151 |
'void',
|
|
2152 |
[param('std::ostream *', 'os'), param('uint32_t', 'size')],
|
|
2153 |
is_const=True)
|
|
2154 |
## packet.h: ns3::Ptr<ns3::Packet> ns3::Packet::CreateFragment(uint32_t start, uint32_t length) const [member function]
|
|
2155 |
cls.add_method('CreateFragment',
|
|
2156 |
'ns3::Ptr< ns3::Packet >',
|
|
2157 |
[param('uint32_t', 'start'), param('uint32_t', 'length')],
|
|
2158 |
is_const=True)
|
|
2159 |
## packet.h: static void ns3::Packet::EnableChecking() [member function]
|
|
2160 |
cls.add_method('EnableChecking',
|
|
2161 |
'void',
|
|
2162 |
[],
|
|
2163 |
is_static=True)
|
|
2164 |
## packet.h: static void ns3::Packet::EnablePrinting() [member function]
|
|
2165 |
cls.add_method('EnablePrinting',
|
|
2166 |
'void',
|
|
2167 |
[],
|
|
2168 |
is_static=True)
|
|
2169 |
## packet.h: bool ns3::Packet::FindFirstMatchingByteTag(ns3::Tag & tag) const [member function]
|
|
2170 |
cls.add_method('FindFirstMatchingByteTag',
|
|
2171 |
'bool',
|
|
2172 |
[param('ns3::Tag &', 'tag')],
|
|
2173 |
is_const=True)
|
|
2174 |
## packet.h: ns3::ByteTagIterator ns3::Packet::GetByteTagIterator() const [member function]
|
|
2175 |
cls.add_method('GetByteTagIterator',
|
|
2176 |
'ns3::ByteTagIterator',
|
|
2177 |
[],
|
|
2178 |
is_const=True)
|
|
2179 |
## packet.h: ns3::Ptr<ns3::NixVector> ns3::Packet::GetNixVector() const [member function]
|
|
2180 |
cls.add_method('GetNixVector',
|
|
2181 |
'ns3::Ptr< ns3::NixVector >',
|
|
2182 |
[],
|
|
2183 |
is_const=True)
|
|
2184 |
## packet.h: ns3::PacketTagIterator ns3::Packet::GetPacketTagIterator() const [member function]
|
|
2185 |
cls.add_method('GetPacketTagIterator',
|
|
2186 |
'ns3::PacketTagIterator',
|
|
2187 |
[],
|
|
2188 |
is_const=True)
|
|
2189 |
## packet.h: uint32_t ns3::Packet::GetSerializedSize() const [member function]
|
|
2190 |
cls.add_method('GetSerializedSize',
|
|
2191 |
'uint32_t',
|
|
2192 |
[],
|
|
2193 |
is_const=True)
|
|
2194 |
## packet.h: uint32_t ns3::Packet::GetSize() const [member function]
|
|
2195 |
cls.add_method('GetSize',
|
|
2196 |
'uint32_t',
|
|
2197 |
[],
|
|
2198 |
is_const=True)
|
|
2199 |
## packet.h: uint64_t ns3::Packet::GetUid() const [member function]
|
|
2200 |
cls.add_method('GetUid',
|
|
2201 |
'uint64_t',
|
|
2202 |
[],
|
|
2203 |
is_const=True)
|
|
2204 |
## packet.h: uint8_t const * ns3::Packet::PeekData() const [member function]
|
|
2205 |
cls.add_method('PeekData',
|
|
2206 |
'uint8_t const *',
|
|
2207 |
[],
|
|
2208 |
deprecated=True, is_const=True)
|
|
2209 |
## packet.h: uint32_t ns3::Packet::PeekHeader(ns3::Header & header) const [member function]
|
|
2210 |
cls.add_method('PeekHeader',
|
|
2211 |
'uint32_t',
|
|
2212 |
[param('ns3::Header &', 'header')],
|
|
2213 |
is_const=True)
|
|
2214 |
## packet.h: bool ns3::Packet::PeekPacketTag(ns3::Tag & tag) const [member function]
|
|
2215 |
cls.add_method('PeekPacketTag',
|
|
2216 |
'bool',
|
|
2217 |
[param('ns3::Tag &', 'tag')],
|
|
2218 |
is_const=True)
|
|
2219 |
## packet.h: uint32_t ns3::Packet::PeekTrailer(ns3::Trailer & trailer) [member function]
|
|
2220 |
cls.add_method('PeekTrailer',
|
|
2221 |
'uint32_t',
|
|
2222 |
[param('ns3::Trailer &', 'trailer')])
|
|
2223 |
## packet.h: void ns3::Packet::Print(std::ostream & os) const [member function]
|
|
2224 |
cls.add_method('Print',
|
|
2225 |
'void',
|
|
2226 |
[param('std::ostream &', 'os')],
|
|
2227 |
is_const=True)
|
|
2228 |
## packet.h: void ns3::Packet::PrintByteTags(std::ostream & os) const [member function]
|
|
2229 |
cls.add_method('PrintByteTags',
|
|
2230 |
'void',
|
|
2231 |
[param('std::ostream &', 'os')],
|
|
2232 |
is_const=True)
|
|
2233 |
## packet.h: void ns3::Packet::PrintPacketTags(std::ostream & os) const [member function]
|
|
2234 |
cls.add_method('PrintPacketTags',
|
|
2235 |
'void',
|
|
2236 |
[param('std::ostream &', 'os')],
|
|
2237 |
is_const=True)
|
|
2238 |
## packet.h: void ns3::Packet::RemoveAllByteTags() [member function]
|
|
2239 |
cls.add_method('RemoveAllByteTags',
|
|
2240 |
'void',
|
|
2241 |
[])
|
|
2242 |
## packet.h: void ns3::Packet::RemoveAllPacketTags() [member function]
|
|
2243 |
cls.add_method('RemoveAllPacketTags',
|
|
2244 |
'void',
|
|
2245 |
[])
|
|
2246 |
## packet.h: void ns3::Packet::RemoveAtEnd(uint32_t size) [member function]
|
|
2247 |
cls.add_method('RemoveAtEnd',
|
|
2248 |
'void',
|
|
2249 |
[param('uint32_t', 'size')])
|
|
2250 |
## packet.h: void ns3::Packet::RemoveAtStart(uint32_t size) [member function]
|
|
2251 |
cls.add_method('RemoveAtStart',
|
|
2252 |
'void',
|
|
2253 |
[param('uint32_t', 'size')])
|
|
2254 |
## packet.h: uint32_t ns3::Packet::RemoveHeader(ns3::Header & header) [member function]
|
|
2255 |
cls.add_method('RemoveHeader',
|
|
2256 |
'uint32_t',
|
|
2257 |
[param('ns3::Header &', 'header')])
|
|
2258 |
## packet.h: bool ns3::Packet::RemovePacketTag(ns3::Tag & tag) [member function]
|
|
2259 |
cls.add_method('RemovePacketTag',
|
|
2260 |
'bool',
|
|
2261 |
[param('ns3::Tag &', 'tag')])
|
|
2262 |
## packet.h: uint32_t ns3::Packet::RemoveTrailer(ns3::Trailer & trailer) [member function]
|
|
2263 |
cls.add_method('RemoveTrailer',
|
|
2264 |
'uint32_t',
|
|
2265 |
[param('ns3::Trailer &', 'trailer')])
|
|
2266 |
## packet.h: uint32_t ns3::Packet::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
|
|
2267 |
cls.add_method('Serialize',
|
|
2268 |
'uint32_t',
|
|
2269 |
[param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')],
|
|
2270 |
is_const=True)
|
|
2271 |
## packet.h: void ns3::Packet::SetNixVector(ns3::Ptr<ns3::NixVector> arg0) [member function]
|
|
2272 |
cls.add_method('SetNixVector',
|
|
2273 |
'void',
|
|
2274 |
[param('ns3::Ptr< ns3::NixVector >', 'arg0')])
|
|
2275 |
return
|
|
2276 |
|
|
2277 |
def register_Ns3RateErrorModel_methods(root_module, cls):
|
|
2278 |
## error-model.h: ns3::RateErrorModel::RateErrorModel(ns3::RateErrorModel const & arg0) [copy constructor]
|
|
2279 |
cls.add_constructor([param('ns3::RateErrorModel const &', 'arg0')])
|
|
2280 |
## error-model.h: ns3::RateErrorModel::RateErrorModel() [constructor]
|
|
2281 |
cls.add_constructor([])
|
|
2282 |
## error-model.h: double ns3::RateErrorModel::GetRate() const [member function]
|
|
2283 |
cls.add_method('GetRate',
|
|
2284 |
'double',
|
|
2285 |
[],
|
|
2286 |
is_const=True)
|
|
2287 |
## error-model.h: static ns3::TypeId ns3::RateErrorModel::GetTypeId() [member function]
|
|
2288 |
cls.add_method('GetTypeId',
|
|
2289 |
'ns3::TypeId',
|
|
2290 |
[],
|
|
2291 |
is_static=True)
|
|
2292 |
## error-model.h: ns3::ErrorUnit ns3::RateErrorModel::GetUnit() const [member function]
|
|
2293 |
cls.add_method('GetUnit',
|
|
2294 |
'ns3::ErrorUnit',
|
|
2295 |
[],
|
|
2296 |
is_const=True)
|
|
2297 |
## error-model.h: void ns3::RateErrorModel::SetRandomVariable(ns3::RandomVariable const & ranvar) [member function]
|
|
2298 |
cls.add_method('SetRandomVariable',
|
|
2299 |
'void',
|
|
2300 |
[param('ns3::RandomVariable const &', 'ranvar')])
|
|
2301 |
## error-model.h: void ns3::RateErrorModel::SetRate(double rate) [member function]
|
|
2302 |
cls.add_method('SetRate',
|
|
2303 |
'void',
|
|
2304 |
[param('double', 'rate')])
|
|
2305 |
## error-model.h: void ns3::RateErrorModel::SetUnit(ns3::ErrorUnit error_unit) [member function]
|
|
2306 |
cls.add_method('SetUnit',
|
|
2307 |
'void',
|
|
2308 |
[param('ns3::ErrorUnit', 'error_unit')])
|
|
2309 |
## error-model.h: bool ns3::RateErrorModel::DoCorrupt(ns3::Ptr<ns3::Packet> p) [member function]
|
|
2310 |
cls.add_method('DoCorrupt',
|
|
2311 |
'bool',
|
|
2312 |
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
|
2313 |
visibility='private', is_virtual=True)
|
|
2314 |
## error-model.h: bool ns3::RateErrorModel::DoCorruptBit(ns3::Ptr<ns3::Packet> p) [member function]
|
|
2315 |
cls.add_method('DoCorruptBit',
|
|
2316 |
'bool',
|
|
2317 |
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
|
2318 |
visibility='private', is_virtual=True)
|
|
2319 |
## error-model.h: bool ns3::RateErrorModel::DoCorruptByte(ns3::Ptr<ns3::Packet> p) [member function]
|
|
2320 |
cls.add_method('DoCorruptByte',
|
|
2321 |
'bool',
|
|
2322 |
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
|
2323 |
visibility='private', is_virtual=True)
|
|
2324 |
## error-model.h: bool ns3::RateErrorModel::DoCorruptPkt(ns3::Ptr<ns3::Packet> p) [member function]
|
|
2325 |
cls.add_method('DoCorruptPkt',
|
|
2326 |
'bool',
|
|
2327 |
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
|
2328 |
visibility='private', is_virtual=True)
|
|
2329 |
## error-model.h: void ns3::RateErrorModel::DoReset() [member function]
|
|
2330 |
cls.add_method('DoReset',
|
|
2331 |
'void',
|
|
2332 |
[],
|
|
2333 |
visibility='private', is_virtual=True)
|
|
2334 |
return
|
|
2335 |
|
|
2336 |
def register_Ns3ReceiveListErrorModel_methods(root_module, cls):
|
|
2337 |
## error-model.h: ns3::ReceiveListErrorModel::ReceiveListErrorModel(ns3::ReceiveListErrorModel const & arg0) [copy constructor]
|
|
2338 |
cls.add_constructor([param('ns3::ReceiveListErrorModel const &', 'arg0')])
|
|
2339 |
## error-model.h: ns3::ReceiveListErrorModel::ReceiveListErrorModel() [constructor]
|
|
2340 |
cls.add_constructor([])
|
|
2341 |
## error-model.h: std::list<unsigned int, std::allocator<unsigned int> > ns3::ReceiveListErrorModel::GetList() const [member function]
|
|
2342 |
cls.add_method('GetList',
|
|
2343 |
'std::list< unsigned int >',
|
|
2344 |
[],
|
|
2345 |
is_const=True)
|
|
2346 |
## error-model.h: static ns3::TypeId ns3::ReceiveListErrorModel::GetTypeId() [member function]
|
|
2347 |
cls.add_method('GetTypeId',
|
|
2348 |
'ns3::TypeId',
|
|
2349 |
[],
|
|
2350 |
is_static=True)
|
|
2351 |
## error-model.h: void ns3::ReceiveListErrorModel::SetList(std::list<unsigned int, std::allocator<unsigned int> > const & packetlist) [member function]
|
|
2352 |
cls.add_method('SetList',
|
|
2353 |
'void',
|
|
2354 |
[param('std::list< unsigned int > const &', 'packetlist')])
|
|
2355 |
## error-model.h: bool ns3::ReceiveListErrorModel::DoCorrupt(ns3::Ptr<ns3::Packet> p) [member function]
|
|
2356 |
cls.add_method('DoCorrupt',
|
|
2357 |
'bool',
|
|
2358 |
[param('ns3::Ptr< ns3::Packet >', 'p')],
|
|
2359 |
visibility='private', is_virtual=True)
|
|
2360 |
## error-model.h: void ns3::ReceiveListErrorModel::DoReset() [member function]
|
|
2361 |
cls.add_method('DoReset',
|
|
2362 |
'void',
|
|
2363 |
[],
|
|
2364 |
visibility='private', is_virtual=True)
|
|
2365 |
return
|
|
2366 |
|
|
2367 |
def register_functions(root_module):
|
|
2368 |
module = root_module
|
|
2369 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Log(ns3::SpectrumValue const & arg) [free function]
|
|
2370 |
module.add_function('Log',
|
|
2371 |
'ns3::SpectrumValue',
|
|
2372 |
[param('ns3::SpectrumValue const &', 'arg')])
|
|
2373 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Log10(ns3::SpectrumValue const & arg) [free function]
|
|
2374 |
module.add_function('Log10',
|
|
2375 |
'ns3::SpectrumValue',
|
|
2376 |
[param('ns3::SpectrumValue const &', 'arg')])
|
|
2377 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Log2(ns3::SpectrumValue const & arg) [free function]
|
|
2378 |
module.add_function('Log2',
|
|
2379 |
'ns3::SpectrumValue',
|
|
2380 |
[param('ns3::SpectrumValue const &', 'arg')])
|
|
2381 |
## data-rate.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeDataRateChecker() [free function]
|
|
2382 |
module.add_function('MakeDataRateChecker',
|
|
2383 |
'ns3::Ptr< ns3::AttributeChecker const >',
|
|
2384 |
[])
|
|
2385 |
## spectrum-value.h: extern double ns3::Norm(ns3::SpectrumValue const & x) [free function]
|
|
2386 |
module.add_function('Norm',
|
|
2387 |
'double',
|
|
2388 |
[param('ns3::SpectrumValue const &', 'x')])
|
|
2389 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Pow(ns3::SpectrumValue const & base, double exp) [free function]
|
|
2390 |
module.add_function('Pow',
|
|
2391 |
'ns3::SpectrumValue',
|
|
2392 |
[param('ns3::SpectrumValue const &', 'base'), param('double', 'exp')])
|
|
2393 |
## spectrum-value.h: extern ns3::SpectrumValue ns3::Pow(double base, ns3::SpectrumValue const & exp) [free function]
|
|
2394 |
module.add_function('Pow',
|
|
2395 |
'ns3::SpectrumValue',
|
|
2396 |
[param('double', 'base'), param('ns3::SpectrumValue const &', 'exp')])
|
|
2397 |
## spectrum-value.h: extern double ns3::Prod(ns3::SpectrumValue const & x) [free function]
|
|
2398 |
module.add_function('Prod',
|
|
2399 |
'double',
|
|
2400 |
[param('ns3::SpectrumValue const &', 'x')])
|
|
2401 |
## spectrum-value.h: extern double ns3::Sum(ns3::SpectrumValue const & x) [free function]
|
|
2402 |
module.add_function('Sum',
|
|
2403 |
'double',
|
|
2404 |
[param('ns3::SpectrumValue const &', 'x')])
|
|
2405 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module)
|
|
2406 |
register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module)
|
|
2407 |
register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module)
|
|
2408 |
register_functions_ns3_aodv(module.get_submodule('aodv'), root_module)
|
|
2409 |
register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module)
|
6718
|
2410 |
register_functions_ns3_dsdv(module.get_submodule('dsdv'), root_module)
|
6534
|
2411 |
register_functions_ns3_flame(module.get_submodule('flame'), root_module)
|
|
2412 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module)
|
|
2413 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module)
|
|
2414 |
return
|
|
2415 |
|
|
2416 |
def register_functions_ns3_Config(module, root_module):
|
|
2417 |
return
|
|
2418 |
|
|
2419 |
def register_functions_ns3_FatalImpl(module, root_module):
|
|
2420 |
return
|
|
2421 |
|
|
2422 |
def register_functions_ns3_addressUtils(module, root_module):
|
|
2423 |
return
|
|
2424 |
|
|
2425 |
def register_functions_ns3_aodv(module, root_module):
|
|
2426 |
return
|
|
2427 |
|
|
2428 |
def register_functions_ns3_dot11s(module, root_module):
|
|
2429 |
return
|
|
2430 |
|
6718
|
2431 |
def register_functions_ns3_dsdv(module, root_module):
|
|
2432 |
return
|
|
2433 |
|
6534
|
2434 |
def register_functions_ns3_flame(module, root_module):
|
|
2435 |
return
|
|
2436 |
|
|
2437 |
def register_functions_ns3_internal(module, root_module):
|
|
2438 |
return
|
|
2439 |
|
|
2440 |
def register_functions_ns3_olsr(module, root_module):
|
|
2441 |
return
|
|
2442 |
|