mathieu@4449
|
1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
|
gjc@3408
|
2 |
|
gjc@3408
|
3 |
def register_types(module):
|
gjc@3408
|
4 |
root_module = module.get_root()
|
gjc@3408
|
5 |
|
gjc@3731
|
6 |
## application-container.h: ns3::ApplicationContainer [class]
|
gjc@3731
|
7 |
module.add_class('ApplicationContainer')
|
gjc@3731
|
8 |
## bridge-helper.h: ns3::BridgeHelper [class]
|
gjc@3731
|
9 |
module.add_class('BridgeHelper', allow_subclassing=False)
|
gjc@3731
|
10 |
## csma-helper.h: ns3::CsmaHelper [class]
|
gjc@3731
|
11 |
module.add_class('CsmaHelper', allow_subclassing=False)
|
vincent@3842
|
12 |
## emu-helper.h: ns3::EmuHelper [class]
|
vincent@3842
|
13 |
module.add_class('EmuHelper', allow_subclassing=False)
|
gjc@3731
|
14 |
## internet-stack-helper.h: ns3::InternetStackHelper [class]
|
gjc@3731
|
15 |
module.add_class('InternetStackHelper', allow_subclassing=False)
|
gjc@3731
|
16 |
## ipv4-address-helper.h: ns3::Ipv4AddressHelper [class]
|
gjc@3731
|
17 |
module.add_class('Ipv4AddressHelper', allow_subclassing=False)
|
gjc@3731
|
18 |
## ipv4-interface-container.h: ns3::Ipv4InterfaceContainer [class]
|
gjc@3731
|
19 |
module.add_class('Ipv4InterfaceContainer')
|
gjc@3408
|
20 |
## mobility-helper.h: ns3::MobilityHelper [class]
|
gjc@3408
|
21 |
module.add_class('MobilityHelper', allow_subclassing=False)
|
gjc@3731
|
22 |
## net-device-container.h: ns3::NetDeviceContainer [class]
|
gjc@3731
|
23 |
module.add_class('NetDeviceContainer')
|
gjc@3408
|
24 |
## node-container.h: ns3::NodeContainer [class]
|
gjc@3408
|
25 |
module.add_class('NodeContainer')
|
gjc@3731
|
26 |
## ns2-mobility-helper.h: ns3::Ns2MobilityHelper [class]
|
gjc@3731
|
27 |
module.add_class('Ns2MobilityHelper', allow_subclassing=False)
|
gjc@3731
|
28 |
## olsr-helper.h: ns3::OlsrHelper [class]
|
gjc@3731
|
29 |
module.add_class('OlsrHelper', allow_subclassing=False)
|
gjc@3731
|
30 |
## on-off-helper.h: ns3::OnOffHelper [class]
|
gjc@3731
|
31 |
module.add_class('OnOffHelper', allow_subclassing=False)
|
gjc@3731
|
32 |
## packet-sink-helper.h: ns3::PacketSinkHelper [class]
|
gjc@3731
|
33 |
module.add_class('PacketSinkHelper', allow_subclassing=False)
|
gjc@3731
|
34 |
## packet-socket-helper.h: ns3::PacketSocketHelper [class]
|
gjc@3731
|
35 |
module.add_class('PacketSocketHelper', allow_subclassing=False)
|
gjc@3408
|
36 |
## point-to-point-helper.h: ns3::PointToPointHelper [class]
|
gjc@3408
|
37 |
module.add_class('PointToPointHelper', allow_subclassing=False)
|
gjc@3731
|
38 |
## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper [class]
|
gjc@3731
|
39 |
module.add_class('StaticMulticastRouteHelper', allow_subclassing=False)
|
gjc@4204
|
40 |
## tap-bridge-helper.h: ns3::TapBridgeHelper [class]
|
gjc@4204
|
41 |
module.add_class('TapBridgeHelper', allow_subclassing=False)
|
gjc@3731
|
42 |
## udp-echo-helper.h: ns3::UdpEchoClientHelper [class]
|
gjc@3731
|
43 |
module.add_class('UdpEchoClientHelper', allow_subclassing=False)
|
gjc@3408
|
44 |
## udp-echo-helper.h: ns3::UdpEchoServerHelper [class]
|
gjc@3408
|
45 |
module.add_class('UdpEchoServerHelper', allow_subclassing=False)
|
vincent@3842
|
46 |
## v4ping-helper.h: ns3::V4PingHelper [class]
|
vincent@3842
|
47 |
module.add_class('V4PingHelper', allow_subclassing=False)
|
gjc@3408
|
48 |
## wifi-helper.h: ns3::WifiHelper [class]
|
gjc@3408
|
49 |
module.add_class('WifiHelper', allow_subclassing=False)
|
mathieu@4407
|
50 |
## wifi-helper.h: ns3::WifiMacHelper [class]
|
mathieu@4407
|
51 |
module.add_class('WifiMacHelper', allow_subclassing=False)
|
mathieu@3912
|
52 |
## wifi-helper.h: ns3::WifiPhyHelper [class]
|
mathieu@3912
|
53 |
module.add_class('WifiPhyHelper', allow_subclassing=False)
|
mathieu@4002
|
54 |
## yans-wifi-helper.h: ns3::YansWifiChannelHelper [class]
|
mathieu@3912
|
55 |
module.add_class('YansWifiChannelHelper', allow_subclassing=False)
|
mathieu@4002
|
56 |
## yans-wifi-helper.h: ns3::YansWifiPhyHelper [class]
|
mathieu@3912
|
57 |
module.add_class('YansWifiPhyHelper', allow_subclassing=False, parent=root_module['ns3::WifiPhyHelper'])
|
mathieu@4407
|
58 |
## nqos-wifi-mac-helper.h: ns3::NqosWifiMacHelper [class]
|
mathieu@4407
|
59 |
module.add_class('NqosWifiMacHelper', allow_subclassing=False, parent=root_module['ns3::WifiMacHelper'])
|
mathieu@4422
|
60 |
## qos-wifi-mac-helper.h: ns3::QosWifiMacHelper [class]
|
mathieu@4422
|
61 |
module.add_class('QosWifiMacHelper', allow_subclassing=False, parent=root_module['ns3::WifiMacHelper'])
|
gjc@3408
|
62 |
|
gjc@3855
|
63 |
## Register a nested module for the namespace Config
|
gjc@3408
|
64 |
|
gjc@3855
|
65 |
nested_module = module.add_cpp_namespace('Config')
|
gjc@3855
|
66 |
register_types_ns3_Config(nested_module)
|
gjc@3408
|
67 |
|
gjc@3408
|
68 |
|
gjc@3408
|
69 |
## Register a nested module for the namespace TimeStepPrecision
|
gjc@3408
|
70 |
|
gjc@3408
|
71 |
nested_module = module.add_cpp_namespace('TimeStepPrecision')
|
gjc@3408
|
72 |
register_types_ns3_TimeStepPrecision(nested_module)
|
gjc@3408
|
73 |
|
gjc@3408
|
74 |
|
gjc@3855
|
75 |
## Register a nested module for the namespace internal
|
gjc@3408
|
76 |
|
gjc@3855
|
77 |
nested_module = module.add_cpp_namespace('internal')
|
gjc@3855
|
78 |
register_types_ns3_internal(nested_module)
|
gjc@3408
|
79 |
|
gjc@3408
|
80 |
|
gjc@3408
|
81 |
## Register a nested module for the namespace olsr
|
gjc@3408
|
82 |
|
gjc@3408
|
83 |
nested_module = module.add_cpp_namespace('olsr')
|
gjc@3408
|
84 |
register_types_ns3_olsr(nested_module)
|
gjc@3408
|
85 |
|
gjc@3408
|
86 |
|
gjc@3855
|
87 |
def register_types_ns3_Config(module):
|
gjc@3408
|
88 |
root_module = module.get_root()
|
gjc@3408
|
89 |
|
gjc@3408
|
90 |
|
gjc@3408
|
91 |
def register_types_ns3_TimeStepPrecision(module):
|
gjc@3408
|
92 |
root_module = module.get_root()
|
gjc@3408
|
93 |
|
gjc@3408
|
94 |
|
gjc@3855
|
95 |
def register_types_ns3_internal(module):
|
gjc@3408
|
96 |
root_module = module.get_root()
|
gjc@3408
|
97 |
|
gjc@3408
|
98 |
|
gjc@3408
|
99 |
def register_types_ns3_olsr(module):
|
gjc@3408
|
100 |
root_module = module.get_root()
|
gjc@3408
|
101 |
|
gjc@3408
|
102 |
|
gjc@3408
|
103 |
def register_methods(root_module):
|
gjc@3731
|
104 |
register_Ns3ApplicationContainer_methods(root_module, root_module['ns3::ApplicationContainer'])
|
gjc@3731
|
105 |
register_Ns3BridgeHelper_methods(root_module, root_module['ns3::BridgeHelper'])
|
gjc@3731
|
106 |
register_Ns3CsmaHelper_methods(root_module, root_module['ns3::CsmaHelper'])
|
vincent@3842
|
107 |
register_Ns3EmuHelper_methods(root_module, root_module['ns3::EmuHelper'])
|
gjc@3731
|
108 |
register_Ns3InternetStackHelper_methods(root_module, root_module['ns3::InternetStackHelper'])
|
gjc@3731
|
109 |
register_Ns3Ipv4AddressHelper_methods(root_module, root_module['ns3::Ipv4AddressHelper'])
|
gjc@3731
|
110 |
register_Ns3Ipv4InterfaceContainer_methods(root_module, root_module['ns3::Ipv4InterfaceContainer'])
|
gjc@3408
|
111 |
register_Ns3MobilityHelper_methods(root_module, root_module['ns3::MobilityHelper'])
|
gjc@3731
|
112 |
register_Ns3NetDeviceContainer_methods(root_module, root_module['ns3::NetDeviceContainer'])
|
gjc@3408
|
113 |
register_Ns3NodeContainer_methods(root_module, root_module['ns3::NodeContainer'])
|
gjc@3731
|
114 |
register_Ns3Ns2MobilityHelper_methods(root_module, root_module['ns3::Ns2MobilityHelper'])
|
gjc@3731
|
115 |
register_Ns3OlsrHelper_methods(root_module, root_module['ns3::OlsrHelper'])
|
gjc@3731
|
116 |
register_Ns3OnOffHelper_methods(root_module, root_module['ns3::OnOffHelper'])
|
gjc@3731
|
117 |
register_Ns3PacketSinkHelper_methods(root_module, root_module['ns3::PacketSinkHelper'])
|
gjc@3731
|
118 |
register_Ns3PacketSocketHelper_methods(root_module, root_module['ns3::PacketSocketHelper'])
|
gjc@3408
|
119 |
register_Ns3PointToPointHelper_methods(root_module, root_module['ns3::PointToPointHelper'])
|
gjc@3731
|
120 |
register_Ns3StaticMulticastRouteHelper_methods(root_module, root_module['ns3::StaticMulticastRouteHelper'])
|
gjc@4204
|
121 |
register_Ns3TapBridgeHelper_methods(root_module, root_module['ns3::TapBridgeHelper'])
|
gjc@3731
|
122 |
register_Ns3UdpEchoClientHelper_methods(root_module, root_module['ns3::UdpEchoClientHelper'])
|
gjc@3408
|
123 |
register_Ns3UdpEchoServerHelper_methods(root_module, root_module['ns3::UdpEchoServerHelper'])
|
vincent@3842
|
124 |
register_Ns3V4PingHelper_methods(root_module, root_module['ns3::V4PingHelper'])
|
gjc@3408
|
125 |
register_Ns3WifiHelper_methods(root_module, root_module['ns3::WifiHelper'])
|
mathieu@4407
|
126 |
register_Ns3WifiMacHelper_methods(root_module, root_module['ns3::WifiMacHelper'])
|
mathieu@3912
|
127 |
register_Ns3WifiPhyHelper_methods(root_module, root_module['ns3::WifiPhyHelper'])
|
mathieu@3912
|
128 |
register_Ns3YansWifiChannelHelper_methods(root_module, root_module['ns3::YansWifiChannelHelper'])
|
mathieu@3912
|
129 |
register_Ns3YansWifiPhyHelper_methods(root_module, root_module['ns3::YansWifiPhyHelper'])
|
mathieu@4407
|
130 |
register_Ns3NqosWifiMacHelper_methods(root_module, root_module['ns3::NqosWifiMacHelper'])
|
mathieu@4422
|
131 |
register_Ns3QosWifiMacHelper_methods(root_module, root_module['ns3::QosWifiMacHelper'])
|
gjc@3731
|
132 |
return
|
gjc@3731
|
133 |
|
gjc@3731
|
134 |
def register_Ns3ApplicationContainer_methods(root_module, cls):
|
mathieu@4241
|
135 |
## application-container.h: ns3::ApplicationContainer::ApplicationContainer(ns3::ApplicationContainer const & arg0) [copy constructor]
|
mathieu@4241
|
136 |
cls.add_constructor([param('ns3::ApplicationContainer const &', 'arg0')])
|
gjc@3731
|
137 |
## application-container.h: ns3::ApplicationContainer::ApplicationContainer() [constructor]
|
gjc@3731
|
138 |
cls.add_constructor([])
|
gjc@3855
|
139 |
## application-container.h: ns3::ApplicationContainer::ApplicationContainer(ns3::Ptr<ns3::Application> application) [constructor]
|
gjc@3855
|
140 |
cls.add_constructor([param('ns3::Ptr< ns3::Application >', 'application')])
|
gjc@4204
|
141 |
## application-container.h: ns3::ApplicationContainer::ApplicationContainer(std::string name) [constructor]
|
gjc@4204
|
142 |
cls.add_constructor([param('std::string', 'name')])
|
gjc@3731
|
143 |
## application-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Application>*,std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > > > ns3::ApplicationContainer::Begin() const [member function]
|
gjc@3731
|
144 |
cls.add_method('Begin',
|
gjc@3731
|
145 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >',
|
gjc@3731
|
146 |
[],
|
gjc@3731
|
147 |
is_const=True)
|
gjc@3731
|
148 |
## application-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Application>*,std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > > > ns3::ApplicationContainer::End() const [member function]
|
gjc@3731
|
149 |
cls.add_method('End',
|
gjc@3731
|
150 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >',
|
gjc@3731
|
151 |
[],
|
gjc@3731
|
152 |
is_const=True)
|
gjc@3731
|
153 |
## application-container.h: uint32_t ns3::ApplicationContainer::GetN() const [member function]
|
gjc@3731
|
154 |
cls.add_method('GetN',
|
gjc@3731
|
155 |
'uint32_t',
|
gjc@3731
|
156 |
[],
|
gjc@3731
|
157 |
is_const=True)
|
gjc@3731
|
158 |
## application-container.h: ns3::Ptr<ns3::Application> ns3::ApplicationContainer::Get(uint32_t i) const [member function]
|
gjc@3731
|
159 |
cls.add_method('Get',
|
gjc@3731
|
160 |
'ns3::Ptr< ns3::Application >',
|
gjc@3731
|
161 |
[param('uint32_t', 'i')],
|
gjc@3731
|
162 |
is_const=True)
|
gjc@3731
|
163 |
## application-container.h: void ns3::ApplicationContainer::Add(ns3::ApplicationContainer other) [member function]
|
gjc@3731
|
164 |
cls.add_method('Add',
|
gjc@3731
|
165 |
'void',
|
gjc@3731
|
166 |
[param('ns3::ApplicationContainer', 'other')])
|
gjc@3731
|
167 |
## application-container.h: void ns3::ApplicationContainer::Add(ns3::Ptr<ns3::Application> application) [member function]
|
gjc@3731
|
168 |
cls.add_method('Add',
|
gjc@3731
|
169 |
'void',
|
gjc@3731
|
170 |
[param('ns3::Ptr< ns3::Application >', 'application')])
|
gjc@4204
|
171 |
## application-container.h: void ns3::ApplicationContainer::Add(std::string name) [member function]
|
gjc@4204
|
172 |
cls.add_method('Add',
|
gjc@4204
|
173 |
'void',
|
gjc@4204
|
174 |
[param('std::string', 'name')])
|
gjc@3731
|
175 |
## application-container.h: void ns3::ApplicationContainer::Start(ns3::Time start) [member function]
|
gjc@3731
|
176 |
cls.add_method('Start',
|
gjc@3731
|
177 |
'void',
|
gjc@3731
|
178 |
[param('ns3::Time', 'start')])
|
gjc@3731
|
179 |
## application-container.h: void ns3::ApplicationContainer::Stop(ns3::Time stop) [member function]
|
gjc@3731
|
180 |
cls.add_method('Stop',
|
gjc@3731
|
181 |
'void',
|
gjc@3731
|
182 |
[param('ns3::Time', 'stop')])
|
gjc@3731
|
183 |
return
|
gjc@3731
|
184 |
|
gjc@3731
|
185 |
def register_Ns3BridgeHelper_methods(root_module, cls):
|
mathieu@4241
|
186 |
## bridge-helper.h: ns3::BridgeHelper::BridgeHelper(ns3::BridgeHelper const & arg0) [copy constructor]
|
mathieu@4241
|
187 |
cls.add_constructor([param('ns3::BridgeHelper const &', 'arg0')])
|
gjc@3731
|
188 |
## bridge-helper.h: ns3::BridgeHelper::BridgeHelper() [constructor]
|
gjc@3731
|
189 |
cls.add_constructor([])
|
gjc@3731
|
190 |
## bridge-helper.h: void ns3::BridgeHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function]
|
gjc@3731
|
191 |
cls.add_method('SetDeviceAttribute',
|
gjc@3731
|
192 |
'void',
|
gjc@3731
|
193 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')])
|
gjc@3731
|
194 |
## bridge-helper.h: ns3::NetDeviceContainer ns3::BridgeHelper::Install(ns3::Ptr<ns3::Node> node, ns3::NetDeviceContainer c) [member function]
|
gjc@3731
|
195 |
cls.add_method('Install',
|
gjc@3731
|
196 |
'ns3::NetDeviceContainer',
|
gjc@3731
|
197 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::NetDeviceContainer', 'c')])
|
raj@4237
|
198 |
## bridge-helper.h: ns3::NetDeviceContainer ns3::BridgeHelper::Install(std::string nodeName, ns3::NetDeviceContainer c) [member function]
|
raj@4237
|
199 |
cls.add_method('Install',
|
raj@4237
|
200 |
'ns3::NetDeviceContainer',
|
raj@4237
|
201 |
[param('std::string', 'nodeName'), param('ns3::NetDeviceContainer', 'c')])
|
gjc@3731
|
202 |
return
|
gjc@3731
|
203 |
|
gjc@3731
|
204 |
def register_Ns3CsmaHelper_methods(root_module, cls):
|
mathieu@4241
|
205 |
## csma-helper.h: ns3::CsmaHelper::CsmaHelper(ns3::CsmaHelper const & arg0) [copy constructor]
|
mathieu@4241
|
206 |
cls.add_constructor([param('ns3::CsmaHelper const &', 'arg0')])
|
gjc@3731
|
207 |
## csma-helper.h: ns3::CsmaHelper::CsmaHelper() [constructor]
|
gjc@3731
|
208 |
cls.add_constructor([])
|
gjc@3731
|
209 |
## csma-helper.h: void ns3::CsmaHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function]
|
gjc@3731
|
210 |
cls.add_method('SetQueue',
|
gjc@3731
|
211 |
'void',
|
gjc@3731
|
212 |
[param('std::string', 'type'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()')])
|
gjc@3731
|
213 |
## csma-helper.h: void ns3::CsmaHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function]
|
gjc@3731
|
214 |
cls.add_method('SetDeviceAttribute',
|
gjc@3731
|
215 |
'void',
|
gjc@3731
|
216 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')])
|
gjc@3731
|
217 |
## csma-helper.h: void ns3::CsmaHelper::SetChannelAttribute(std::string n1, ns3::AttributeValue const & v1) [member function]
|
gjc@3731
|
218 |
cls.add_method('SetChannelAttribute',
|
gjc@3731
|
219 |
'void',
|
gjc@3731
|
220 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')])
|
craigdo@4265
|
221 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcap(std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous) [member function]
|
gjc@3731
|
222 |
cls.add_method('EnablePcap',
|
gjc@3731
|
223 |
'void',
|
craigdo@4265
|
224 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous')],
|
gjc@3731
|
225 |
is_static=True)
|
craigdo@4265
|
226 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcap(std::string filename, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous) [member function]
|
gjc@3731
|
227 |
cls.add_method('EnablePcap',
|
gjc@3731
|
228 |
'void',
|
craigdo@4265
|
229 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous')],
|
gjc@3731
|
230 |
is_static=True)
|
craigdo@4265
|
231 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcap(std::string filename, std::string ndName, bool promiscuous) [member function]
|
gjc@3731
|
232 |
cls.add_method('EnablePcap',
|
gjc@3731
|
233 |
'void',
|
craigdo@4265
|
234 |
[param('std::string', 'filename'), param('std::string', 'ndName'), param('bool', 'promiscuous')],
|
gjc@3731
|
235 |
is_static=True)
|
craigdo@4265
|
236 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcap(std::string filename, ns3::NetDeviceContainer d, bool promiscuous) [member function]
|
craigdo@4265
|
237 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
238 |
'void',
|
craigdo@4265
|
239 |
[param('std::string', 'filename'), param('ns3::NetDeviceContainer', 'd'), param('bool', 'promiscuous')],
|
craigdo@4265
|
240 |
is_static=True)
|
craigdo@4265
|
241 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcap(std::string filename, ns3::NodeContainer n, bool promiscuous) [member function]
|
craigdo@4265
|
242 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
243 |
'void',
|
craigdo@4265
|
244 |
[param('std::string', 'filename'), param('ns3::NodeContainer', 'n'), param('bool', 'promiscuous')],
|
craigdo@4265
|
245 |
is_static=True)
|
craigdo@4265
|
246 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcapAll(std::string filename, bool promiscuous) [member function]
|
gjc@3731
|
247 |
cls.add_method('EnablePcapAll',
|
gjc@3731
|
248 |
'void',
|
craigdo@4265
|
249 |
[param('std::string', 'filename'), param('bool', 'promiscuous')],
|
gjc@3731
|
250 |
is_static=True)
|
gjc@3731
|
251 |
## csma-helper.h: static void ns3::CsmaHelper::EnableAscii(std::ostream & os, uint32_t nodeid, uint32_t deviceid) [member function]
|
gjc@3731
|
252 |
cls.add_method('EnableAscii',
|
gjc@3731
|
253 |
'void',
|
gjc@3731
|
254 |
[param('std::ostream &', 'os'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')],
|
gjc@3731
|
255 |
is_static=True)
|
gjc@3731
|
256 |
## csma-helper.h: static void ns3::CsmaHelper::EnableAscii(std::ostream & os, ns3::NetDeviceContainer d) [member function]
|
gjc@3731
|
257 |
cls.add_method('EnableAscii',
|
gjc@3731
|
258 |
'void',
|
gjc@3731
|
259 |
[param('std::ostream &', 'os'), param('ns3::NetDeviceContainer', 'd')],
|
gjc@3731
|
260 |
is_static=True)
|
gjc@3731
|
261 |
## csma-helper.h: static void ns3::CsmaHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function]
|
gjc@3731
|
262 |
cls.add_method('EnableAscii',
|
gjc@3731
|
263 |
'void',
|
gjc@3731
|
264 |
[param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')],
|
gjc@3731
|
265 |
is_static=True)
|
gjc@3731
|
266 |
## csma-helper.h: static void ns3::CsmaHelper::EnableAsciiAll(std::ostream & os) [member function]
|
gjc@3731
|
267 |
cls.add_method('EnableAsciiAll',
|
gjc@3731
|
268 |
'void',
|
gjc@3731
|
269 |
[param('std::ostream &', 'os')],
|
gjc@3731
|
270 |
is_static=True)
|
gjc@3855
|
271 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3731
|
272 |
cls.add_method('Install',
|
gjc@3731
|
273 |
'ns3::NetDeviceContainer',
|
gjc@3855
|
274 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
275 |
is_const=True)
|
gjc@4204
|
276 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(std::string name) const [member function]
|
gjc@4204
|
277 |
cls.add_method('Install',
|
gjc@4204
|
278 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
279 |
[param('std::string', 'name')],
|
gjc@4204
|
280 |
is_const=True)
|
gjc@3855
|
281 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::CsmaChannel> channel) const [member function]
|
gjc@3731
|
282 |
cls.add_method('Install',
|
gjc@3731
|
283 |
'ns3::NetDeviceContainer',
|
gjc@3855
|
284 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::CsmaChannel >', 'channel')],
|
gjc@3855
|
285 |
is_const=True)
|
gjc@4204
|
286 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::Ptr<ns3::Node> node, std::string channelName) const [member function]
|
gjc@4204
|
287 |
cls.add_method('Install',
|
gjc@4204
|
288 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
289 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('std::string', 'channelName')],
|
gjc@4204
|
290 |
is_const=True)
|
gjc@4204
|
291 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(std::string nodeName, ns3::Ptr<ns3::CsmaChannel> channel) const [member function]
|
gjc@4204
|
292 |
cls.add_method('Install',
|
gjc@4204
|
293 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
294 |
[param('std::string', 'nodeName'), param('ns3::Ptr< ns3::CsmaChannel >', 'channel')],
|
gjc@4204
|
295 |
is_const=True)
|
gjc@4204
|
296 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(std::string nodeName, std::string channelName) const [member function]
|
gjc@4204
|
297 |
cls.add_method('Install',
|
gjc@4204
|
298 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
299 |
[param('std::string', 'nodeName'), param('std::string', 'channelName')],
|
gjc@4204
|
300 |
is_const=True)
|
gjc@3855
|
301 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::NodeContainer const & c) const [member function]
|
gjc@3855
|
302 |
cls.add_method('Install',
|
gjc@3855
|
303 |
'ns3::NetDeviceContainer',
|
gjc@3855
|
304 |
[param('ns3::NodeContainer const &', 'c')],
|
gjc@3855
|
305 |
is_const=True)
|
gjc@3855
|
306 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::NodeContainer const & c, ns3::Ptr<ns3::CsmaChannel> channel) const [member function]
|
gjc@3855
|
307 |
cls.add_method('Install',
|
gjc@3855
|
308 |
'ns3::NetDeviceContainer',
|
gjc@3855
|
309 |
[param('ns3::NodeContainer const &', 'c'), param('ns3::Ptr< ns3::CsmaChannel >', 'channel')],
|
gjc@3855
|
310 |
is_const=True)
|
gjc@4204
|
311 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::NodeContainer const & c, std::string channelName) const [member function]
|
gjc@4204
|
312 |
cls.add_method('Install',
|
gjc@4204
|
313 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
314 |
[param('ns3::NodeContainer const &', 'c'), param('std::string', 'channelName')],
|
gjc@4204
|
315 |
is_const=True)
|
mathieu@3816
|
316 |
## csma-helper.h: void ns3::CsmaHelper::InstallStar(ns3::Ptr<ns3::Node> hub, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function]
|
mathieu@3816
|
317 |
cls.add_method('InstallStar',
|
mathieu@3816
|
318 |
'void',
|
mathieu@3816
|
319 |
[param('ns3::Ptr< ns3::Node >', 'hub'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')])
|
raj@4237
|
320 |
## csma-helper.h: void ns3::CsmaHelper::InstallStar(std::string hubName, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function]
|
raj@4237
|
321 |
cls.add_method('InstallStar',
|
raj@4237
|
322 |
'void',
|
raj@4237
|
323 |
[param('std::string', 'hubName'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')])
|
gjc@3731
|
324 |
return
|
gjc@3731
|
325 |
|
vincent@3842
|
326 |
def register_Ns3EmuHelper_methods(root_module, cls):
|
mathieu@4241
|
327 |
## emu-helper.h: ns3::EmuHelper::EmuHelper(ns3::EmuHelper const & arg0) [copy constructor]
|
mathieu@4241
|
328 |
cls.add_constructor([param('ns3::EmuHelper const &', 'arg0')])
|
vincent@3842
|
329 |
## emu-helper.h: ns3::EmuHelper::EmuHelper() [constructor]
|
vincent@3842
|
330 |
cls.add_constructor([])
|
vincent@3842
|
331 |
## emu-helper.h: void ns3::EmuHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function]
|
vincent@3842
|
332 |
cls.add_method('SetQueue',
|
vincent@3842
|
333 |
'void',
|
vincent@3842
|
334 |
[param('std::string', 'type'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()')])
|
vincent@3842
|
335 |
## emu-helper.h: void ns3::EmuHelper::SetAttribute(std::string n1, ns3::AttributeValue const & v1) [member function]
|
vincent@3842
|
336 |
cls.add_method('SetAttribute',
|
vincent@3842
|
337 |
'void',
|
vincent@3842
|
338 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')])
|
craigdo@4265
|
339 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcap(std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous) [member function]
|
vincent@3842
|
340 |
cls.add_method('EnablePcap',
|
vincent@3842
|
341 |
'void',
|
craigdo@4265
|
342 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous')],
|
vincent@3842
|
343 |
is_static=True)
|
craigdo@4265
|
344 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcap(std::string filename, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous) [member function]
|
vincent@3842
|
345 |
cls.add_method('EnablePcap',
|
vincent@3842
|
346 |
'void',
|
craigdo@4265
|
347 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous')],
|
vincent@3842
|
348 |
is_static=True)
|
craigdo@4265
|
349 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcap(std::string filename, std::string ndName, bool promiscuous) [member function]
|
vincent@3842
|
350 |
cls.add_method('EnablePcap',
|
vincent@3842
|
351 |
'void',
|
craigdo@4265
|
352 |
[param('std::string', 'filename'), param('std::string', 'ndName'), param('bool', 'promiscuous')],
|
vincent@3842
|
353 |
is_static=True)
|
craigdo@4265
|
354 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcap(std::string filename, ns3::NetDeviceContainer d, bool promiscuous) [member function]
|
craigdo@4265
|
355 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
356 |
'void',
|
craigdo@4265
|
357 |
[param('std::string', 'filename'), param('ns3::NetDeviceContainer', 'd'), param('bool', 'promiscuous')],
|
craigdo@4265
|
358 |
is_static=True)
|
craigdo@4265
|
359 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcap(std::string filename, ns3::NodeContainer n, bool promiscuous) [member function]
|
craigdo@4265
|
360 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
361 |
'void',
|
craigdo@4265
|
362 |
[param('std::string', 'filename'), param('ns3::NodeContainer', 'n'), param('bool', 'promiscuous')],
|
craigdo@4265
|
363 |
is_static=True)
|
craigdo@4265
|
364 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcapAll(std::string filename, bool promiscuous) [member function]
|
vincent@3842
|
365 |
cls.add_method('EnablePcapAll',
|
vincent@3842
|
366 |
'void',
|
craigdo@4265
|
367 |
[param('std::string', 'filename'), param('bool', 'promiscuous')],
|
vincent@3842
|
368 |
is_static=True)
|
vincent@3842
|
369 |
## emu-helper.h: static void ns3::EmuHelper::EnableAscii(std::ostream & os, uint32_t nodeid, uint32_t deviceid) [member function]
|
vincent@3842
|
370 |
cls.add_method('EnableAscii',
|
vincent@3842
|
371 |
'void',
|
vincent@3842
|
372 |
[param('std::ostream &', 'os'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')],
|
vincent@3842
|
373 |
is_static=True)
|
vincent@3842
|
374 |
## emu-helper.h: static void ns3::EmuHelper::EnableAscii(std::ostream & os, ns3::NetDeviceContainer d) [member function]
|
vincent@3842
|
375 |
cls.add_method('EnableAscii',
|
vincent@3842
|
376 |
'void',
|
vincent@3842
|
377 |
[param('std::ostream &', 'os'), param('ns3::NetDeviceContainer', 'd')],
|
vincent@3842
|
378 |
is_static=True)
|
vincent@3842
|
379 |
## emu-helper.h: static void ns3::EmuHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function]
|
vincent@3842
|
380 |
cls.add_method('EnableAscii',
|
vincent@3842
|
381 |
'void',
|
vincent@3842
|
382 |
[param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')],
|
vincent@3842
|
383 |
is_static=True)
|
vincent@3842
|
384 |
## emu-helper.h: static void ns3::EmuHelper::EnableAsciiAll(std::ostream & os) [member function]
|
vincent@3842
|
385 |
cls.add_method('EnableAsciiAll',
|
vincent@3842
|
386 |
'void',
|
vincent@3842
|
387 |
[param('std::ostream &', 'os')],
|
vincent@3842
|
388 |
is_static=True)
|
gjc@3855
|
389 |
## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
vincent@3842
|
390 |
cls.add_method('Install',
|
vincent@3842
|
391 |
'ns3::NetDeviceContainer',
|
gjc@3855
|
392 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
393 |
is_const=True)
|
gjc@4204
|
394 |
## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(std::string nodeName) const [member function]
|
gjc@4204
|
395 |
cls.add_method('Install',
|
gjc@4204
|
396 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
397 |
[param('std::string', 'nodeName')],
|
gjc@4204
|
398 |
is_const=True)
|
gjc@3855
|
399 |
## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::NodeContainer const & c) const [member function]
|
gjc@3855
|
400 |
cls.add_method('Install',
|
gjc@3855
|
401 |
'ns3::NetDeviceContainer',
|
gjc@3855
|
402 |
[param('ns3::NodeContainer const &', 'c')],
|
gjc@3855
|
403 |
is_const=True)
|
vincent@3842
|
404 |
return
|
vincent@3842
|
405 |
|
gjc@3731
|
406 |
def register_Ns3InternetStackHelper_methods(root_module, cls):
|
mathieu@4241
|
407 |
## internet-stack-helper.h: ns3::InternetStackHelper::InternetStackHelper(ns3::InternetStackHelper const & arg0) [copy constructor]
|
mathieu@4241
|
408 |
cls.add_constructor([param('ns3::InternetStackHelper const &', 'arg0')])
|
gjc@3731
|
409 |
## internet-stack-helper.h: ns3::InternetStackHelper::InternetStackHelper() [constructor]
|
gjc@3731
|
410 |
cls.add_constructor([])
|
gjc@4204
|
411 |
## internet-stack-helper.h: void ns3::InternetStackHelper::Install(std::string nodeName) const [member function]
|
gjc@4204
|
412 |
cls.add_method('Install',
|
gjc@4204
|
413 |
'void',
|
gjc@4204
|
414 |
[param('std::string', 'nodeName')],
|
gjc@4204
|
415 |
is_const=True)
|
gjc@3855
|
416 |
## internet-stack-helper.h: void ns3::InternetStackHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3731
|
417 |
cls.add_method('Install',
|
gjc@3731
|
418 |
'void',
|
gjc@3855
|
419 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
420 |
is_const=True)
|
gjc@3855
|
421 |
## internet-stack-helper.h: void ns3::InternetStackHelper::Install(ns3::NodeContainer c) const [member function]
|
gjc@3855
|
422 |
cls.add_method('Install',
|
gjc@3855
|
423 |
'void',
|
gjc@3855
|
424 |
[param('ns3::NodeContainer', 'c')],
|
gjc@3855
|
425 |
is_const=True)
|
gjc@3731
|
426 |
## internet-stack-helper.h: void ns3::InternetStackHelper::SetNscStack(std::string soname) [member function]
|
gjc@3731
|
427 |
cls.add_method('SetNscStack',
|
gjc@3731
|
428 |
'void',
|
gjc@3731
|
429 |
[param('std::string', 'soname')])
|
craigdo@3864
|
430 |
## internet-stack-helper.h: static void ns3::InternetStackHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function]
|
craigdo@3864
|
431 |
cls.add_method('EnableAscii',
|
craigdo@3864
|
432 |
'void',
|
craigdo@3864
|
433 |
[param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')],
|
craigdo@3864
|
434 |
is_static=True)
|
craigdo@3864
|
435 |
## internet-stack-helper.h: static void ns3::InternetStackHelper::EnableAsciiAll(std::ostream & os) [member function]
|
craigdo@3864
|
436 |
cls.add_method('EnableAsciiAll',
|
craigdo@3864
|
437 |
'void',
|
craigdo@3864
|
438 |
[param('std::ostream &', 'os')],
|
craigdo@3864
|
439 |
is_static=True)
|
gjc@3731
|
440 |
## internet-stack-helper.h: static void ns3::InternetStackHelper::EnablePcapAll(std::string filename) [member function]
|
gjc@3731
|
441 |
cls.add_method('EnablePcapAll',
|
gjc@3731
|
442 |
'void',
|
gjc@3731
|
443 |
[param('std::string', 'filename')],
|
gjc@3731
|
444 |
is_static=True)
|
gjc@3731
|
445 |
return
|
gjc@3731
|
446 |
|
gjc@3731
|
447 |
def register_Ns3Ipv4AddressHelper_methods(root_module, cls):
|
mathieu@4241
|
448 |
## ipv4-address-helper.h: ns3::Ipv4AddressHelper::Ipv4AddressHelper(ns3::Ipv4AddressHelper const & arg0) [copy constructor]
|
mathieu@4241
|
449 |
cls.add_constructor([param('ns3::Ipv4AddressHelper const &', 'arg0')])
|
gjc@3731
|
450 |
## ipv4-address-helper.h: ns3::Ipv4AddressHelper::Ipv4AddressHelper() [constructor]
|
gjc@3731
|
451 |
cls.add_constructor([])
|
gjc@3731
|
452 |
## ipv4-address-helper.h: void ns3::Ipv4AddressHelper::SetBase(ns3::Ipv4Address network, ns3::Ipv4Mask mask, ns3::Ipv4Address base="0.0.0.1") [member function]
|
gjc@3731
|
453 |
cls.add_method('SetBase',
|
gjc@3731
|
454 |
'void',
|
gjc@3731
|
455 |
[param('ns3::Ipv4Address', 'network'), param('ns3::Ipv4Mask', 'mask'), param('ns3::Ipv4Address', 'base', default_value='"0.0.0.1"')])
|
gjc@3731
|
456 |
## ipv4-address-helper.h: ns3::Ipv4Address ns3::Ipv4AddressHelper::NewNetwork() [member function]
|
gjc@3731
|
457 |
cls.add_method('NewNetwork',
|
gjc@3731
|
458 |
'ns3::Ipv4Address',
|
gjc@3731
|
459 |
[])
|
gjc@3731
|
460 |
## ipv4-address-helper.h: ns3::Ipv4Address ns3::Ipv4AddressHelper::NewAddress() [member function]
|
gjc@3731
|
461 |
cls.add_method('NewAddress',
|
gjc@3731
|
462 |
'ns3::Ipv4Address',
|
gjc@3731
|
463 |
[])
|
gjc@3731
|
464 |
## ipv4-address-helper.h: ns3::Ipv4InterfaceContainer ns3::Ipv4AddressHelper::Assign(ns3::NetDeviceContainer const & c) [member function]
|
gjc@3731
|
465 |
cls.add_method('Assign',
|
gjc@3731
|
466 |
'ns3::Ipv4InterfaceContainer',
|
gjc@3731
|
467 |
[param('ns3::NetDeviceContainer const &', 'c')])
|
gjc@3731
|
468 |
return
|
gjc@3731
|
469 |
|
gjc@3731
|
470 |
def register_Ns3Ipv4InterfaceContainer_methods(root_module, cls):
|
mathieu@4241
|
471 |
## ipv4-interface-container.h: ns3::Ipv4InterfaceContainer::Ipv4InterfaceContainer(ns3::Ipv4InterfaceContainer const & arg0) [copy constructor]
|
mathieu@4241
|
472 |
cls.add_constructor([param('ns3::Ipv4InterfaceContainer const &', 'arg0')])
|
gjc@3731
|
473 |
## ipv4-interface-container.h: ns3::Ipv4InterfaceContainer::Ipv4InterfaceContainer() [constructor]
|
gjc@3731
|
474 |
cls.add_constructor([])
|
mathieu@3816
|
475 |
## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(ns3::Ipv4InterfaceContainer other) [member function]
|
mathieu@3816
|
476 |
cls.add_method('Add',
|
mathieu@3816
|
477 |
'void',
|
mathieu@3816
|
478 |
[param('ns3::Ipv4InterfaceContainer', 'other')])
|
gjc@3731
|
479 |
## ipv4-interface-container.h: uint32_t ns3::Ipv4InterfaceContainer::GetN() const [member function]
|
gjc@3731
|
480 |
cls.add_method('GetN',
|
gjc@3731
|
481 |
'uint32_t',
|
gjc@3731
|
482 |
[],
|
gjc@3731
|
483 |
is_const=True)
|
tomh@4382
|
484 |
## ipv4-interface-container.h: ns3::Ipv4Address ns3::Ipv4InterfaceContainer::GetAddress(uint32_t i, uint32_t j=0) const [member function]
|
gjc@3731
|
485 |
cls.add_method('GetAddress',
|
gjc@3731
|
486 |
'ns3::Ipv4Address',
|
tomh@4382
|
487 |
[param('uint32_t', 'i'), param('uint32_t', 'j', default_value='0')],
|
gjc@3731
|
488 |
is_const=True)
|
gjc@3731
|
489 |
## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::SetMetric(uint32_t i, uint16_t metric) [member function]
|
gjc@3731
|
490 |
cls.add_method('SetMetric',
|
gjc@3731
|
491 |
'void',
|
gjc@3731
|
492 |
[param('uint32_t', 'i'), param('uint16_t', 'metric')])
|
gjc@3731
|
493 |
## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(ns3::Ptr<ns3::Ipv4> ipv4, uint32_t interface) [member function]
|
gjc@3731
|
494 |
cls.add_method('Add',
|
gjc@3731
|
495 |
'void',
|
gjc@3731
|
496 |
[param('ns3::Ptr< ns3::Ipv4 >', 'ipv4'), param('uint32_t', 'interface')])
|
raj@4237
|
497 |
## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(std::string ipv4Name, uint32_t interface) [member function]
|
raj@4237
|
498 |
cls.add_method('Add',
|
raj@4237
|
499 |
'void',
|
raj@4237
|
500 |
[param('std::string', 'ipv4Name'), param('uint32_t', 'interface')])
|
gjc@3408
|
501 |
return
|
gjc@3408
|
502 |
|
gjc@3408
|
503 |
def register_Ns3MobilityHelper_methods(root_module, cls):
|
mathieu@4241
|
504 |
## mobility-helper.h: ns3::MobilityHelper::MobilityHelper(ns3::MobilityHelper const & arg0) [copy constructor]
|
mathieu@4241
|
505 |
cls.add_constructor([param('ns3::MobilityHelper const &', 'arg0')])
|
gjc@3408
|
506 |
## mobility-helper.h: ns3::MobilityHelper::MobilityHelper() [constructor]
|
gjc@3468
|
507 |
cls.add_constructor([])
|
gjc@3408
|
508 |
## mobility-helper.h: void ns3::MobilityHelper::SetPositionAllocator(ns3::Ptr<ns3::PositionAllocator> allocator) [member function]
|
gjc@3468
|
509 |
cls.add_method('SetPositionAllocator',
|
gjc@3468
|
510 |
'void',
|
gjc@3468
|
511 |
[param('ns3::Ptr< ns3::PositionAllocator >', 'allocator')])
|
gjc@3408
|
512 |
## mobility-helper.h: void ns3::MobilityHelper::SetPositionAllocator(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue(), std::string n8="", ns3::AttributeValue const & v8=ns3::EmptyAttributeValue(), std::string n9="", ns3::AttributeValue const & v9=ns3::EmptyAttributeValue()) [member function]
|
gjc@3468
|
513 |
cls.add_method('SetPositionAllocator',
|
gjc@3468
|
514 |
'void',
|
gjc@3574
|
515 |
[param('std::string', 'type'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n8', default_value='""'), param('ns3::AttributeValue const &', 'v8', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n9', default_value='""'), param('ns3::AttributeValue const &', 'v9', default_value='ns3::EmptyAttributeValue()')])
|
gjc@3408
|
516 |
## mobility-helper.h: void ns3::MobilityHelper::SetMobilityModel(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue(), std::string n8="", ns3::AttributeValue const & v8=ns3::EmptyAttributeValue(), std::string n9="", ns3::AttributeValue const & v9=ns3::EmptyAttributeValue()) [member function]
|
gjc@3468
|
517 |
cls.add_method('SetMobilityModel',
|
gjc@3468
|
518 |
'void',
|
gjc@3574
|
519 |
[param('std::string', 'type'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n8', default_value='""'), param('ns3::AttributeValue const &', 'v8', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n9', default_value='""'), param('ns3::AttributeValue const &', 'v9', default_value='ns3::EmptyAttributeValue()')])
|
gjc@3408
|
520 |
## mobility-helper.h: void ns3::MobilityHelper::PushReferenceMobilityModel(ns3::Ptr<ns3::Object> reference) [member function]
|
gjc@3468
|
521 |
cls.add_method('PushReferenceMobilityModel',
|
gjc@3468
|
522 |
'void',
|
gjc@3468
|
523 |
[param('ns3::Ptr< ns3::Object >', 'reference')])
|
gjc@4204
|
524 |
## mobility-helper.h: void ns3::MobilityHelper::PushReferenceMobilityModel(std::string referenceName) [member function]
|
gjc@4204
|
525 |
cls.add_method('PushReferenceMobilityModel',
|
gjc@4204
|
526 |
'void',
|
gjc@4204
|
527 |
[param('std::string', 'referenceName')])
|
gjc@3408
|
528 |
## mobility-helper.h: void ns3::MobilityHelper::PopReferenceMobilityModel() [member function]
|
gjc@3468
|
529 |
cls.add_method('PopReferenceMobilityModel',
|
gjc@3468
|
530 |
'void',
|
gjc@3468
|
531 |
[])
|
gjc@3408
|
532 |
## mobility-helper.h: std::string ns3::MobilityHelper::GetMobilityModelType() const [member function]
|
gjc@3468
|
533 |
cls.add_method('GetMobilityModelType',
|
gjc@3468
|
534 |
'std::string',
|
gjc@3468
|
535 |
[],
|
gjc@3468
|
536 |
is_const=True)
|
gjc@3855
|
537 |
## mobility-helper.h: void ns3::MobilityHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3468
|
538 |
cls.add_method('Install',
|
gjc@3468
|
539 |
'void',
|
gjc@3855
|
540 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
541 |
is_const=True)
|
gjc@4204
|
542 |
## mobility-helper.h: void ns3::MobilityHelper::Install(std::string nodeName) const [member function]
|
gjc@4204
|
543 |
cls.add_method('Install',
|
gjc@4204
|
544 |
'void',
|
gjc@4204
|
545 |
[param('std::string', 'nodeName')],
|
gjc@4204
|
546 |
is_const=True)
|
gjc@3855
|
547 |
## mobility-helper.h: void ns3::MobilityHelper::Install(ns3::NodeContainer container) const [member function]
|
gjc@3855
|
548 |
cls.add_method('Install',
|
gjc@3855
|
549 |
'void',
|
gjc@3855
|
550 |
[param('ns3::NodeContainer', 'container')],
|
gjc@3855
|
551 |
is_const=True)
|
gjc@3408
|
552 |
## mobility-helper.h: void ns3::MobilityHelper::InstallAll() [member function]
|
gjc@3468
|
553 |
cls.add_method('InstallAll',
|
gjc@3468
|
554 |
'void',
|
gjc@3468
|
555 |
[])
|
gjc@3511
|
556 |
## mobility-helper.h: static void ns3::MobilityHelper::EnableAscii(std::ostream & os, uint32_t nodeid) [member function]
|
gjc@3511
|
557 |
cls.add_method('EnableAscii',
|
gjc@3511
|
558 |
'void',
|
gjc@3574
|
559 |
[param('std::ostream &', 'os'), param('uint32_t', 'nodeid')],
|
gjc@3511
|
560 |
is_static=True)
|
gjc@3511
|
561 |
## mobility-helper.h: static void ns3::MobilityHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function]
|
gjc@3511
|
562 |
cls.add_method('EnableAscii',
|
gjc@3511
|
563 |
'void',
|
gjc@3574
|
564 |
[param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')],
|
gjc@3511
|
565 |
is_static=True)
|
gjc@3511
|
566 |
## mobility-helper.h: static void ns3::MobilityHelper::EnableAsciiAll(std::ostream & os) [member function]
|
gjc@3511
|
567 |
cls.add_method('EnableAsciiAll',
|
gjc@3511
|
568 |
'void',
|
gjc@3574
|
569 |
[param('std::ostream &', 'os')],
|
gjc@3511
|
570 |
is_static=True)
|
gjc@3408
|
571 |
return
|
gjc@3408
|
572 |
|
gjc@3731
|
573 |
def register_Ns3NetDeviceContainer_methods(root_module, cls):
|
mathieu@4241
|
574 |
## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & arg0) [copy constructor]
|
mathieu@4241
|
575 |
cls.add_constructor([param('ns3::NetDeviceContainer const &', 'arg0')])
|
gjc@3731
|
576 |
## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer() [constructor]
|
gjc@3567
|
577 |
cls.add_constructor([])
|
gjc@3731
|
578 |
## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::Ptr<ns3::NetDevice> dev) [constructor]
|
gjc@3731
|
579 |
cls.add_constructor([param('ns3::Ptr< ns3::NetDevice >', 'dev')])
|
gjc@4204
|
580 |
## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(std::string devName) [constructor]
|
gjc@4204
|
581 |
cls.add_constructor([param('std::string', 'devName')])
|
gjc@3731
|
582 |
## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & a, ns3::NetDeviceContainer const & b) [constructor]
|
gjc@3731
|
583 |
cls.add_constructor([param('ns3::NetDeviceContainer const &', 'a'), param('ns3::NetDeviceContainer const &', 'b')])
|
gjc@3731
|
584 |
## net-device-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::NetDevice>*,std::vector<ns3::Ptr<ns3::NetDevice>, std::allocator<ns3::Ptr<ns3::NetDevice> > > > ns3::NetDeviceContainer::Begin() const [member function]
|
gjc@3731
|
585 |
cls.add_method('Begin',
|
gjc@3731
|
586 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >',
|
gjc@3731
|
587 |
[],
|
gjc@3731
|
588 |
is_const=True)
|
gjc@3731
|
589 |
## net-device-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::NetDevice>*,std::vector<ns3::Ptr<ns3::NetDevice>, std::allocator<ns3::Ptr<ns3::NetDevice> > > > ns3::NetDeviceContainer::End() const [member function]
|
gjc@3731
|
590 |
cls.add_method('End',
|
gjc@3731
|
591 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >',
|
gjc@3731
|
592 |
[],
|
gjc@3731
|
593 |
is_const=True)
|
gjc@3731
|
594 |
## net-device-container.h: uint32_t ns3::NetDeviceContainer::GetN() const [member function]
|
gjc@3731
|
595 |
cls.add_method('GetN',
|
gjc@3731
|
596 |
'uint32_t',
|
gjc@3731
|
597 |
[],
|
gjc@3731
|
598 |
is_const=True)
|
gjc@3731
|
599 |
## net-device-container.h: ns3::Ptr<ns3::NetDevice> ns3::NetDeviceContainer::Get(uint32_t i) const [member function]
|
gjc@3731
|
600 |
cls.add_method('Get',
|
gjc@3731
|
601 |
'ns3::Ptr< ns3::NetDevice >',
|
gjc@3731
|
602 |
[param('uint32_t', 'i')],
|
gjc@3731
|
603 |
is_const=True)
|
gjc@3731
|
604 |
## net-device-container.h: void ns3::NetDeviceContainer::Add(ns3::NetDeviceContainer other) [member function]
|
gjc@3731
|
605 |
cls.add_method('Add',
|
gjc@3468
|
606 |
'void',
|
gjc@3731
|
607 |
[param('ns3::NetDeviceContainer', 'other')])
|
gjc@3731
|
608 |
## net-device-container.h: void ns3::NetDeviceContainer::Add(ns3::Ptr<ns3::NetDevice> device) [member function]
|
gjc@3731
|
609 |
cls.add_method('Add',
|
mathieu@3588
|
610 |
'void',
|
gjc@3731
|
611 |
[param('ns3::Ptr< ns3::NetDevice >', 'device')])
|
raj@4237
|
612 |
## net-device-container.h: void ns3::NetDeviceContainer::Add(std::string deviceName) [member function]
|
raj@4237
|
613 |
cls.add_method('Add',
|
raj@4237
|
614 |
'void',
|
raj@4237
|
615 |
[param('std::string', 'deviceName')])
|
gjc@3408
|
616 |
return
|
gjc@3408
|
617 |
|
gjc@3408
|
618 |
def register_Ns3NodeContainer_methods(root_module, cls):
|
mathieu@4241
|
619 |
## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & arg0) [copy constructor]
|
mathieu@4241
|
620 |
cls.add_constructor([param('ns3::NodeContainer const &', 'arg0')])
|
gjc@3408
|
621 |
## node-container.h: ns3::NodeContainer::NodeContainer() [constructor]
|
gjc@3468
|
622 |
cls.add_constructor([])
|
gjc@3408
|
623 |
## node-container.h: ns3::NodeContainer::NodeContainer(ns3::Ptr<ns3::Node> node) [constructor]
|
gjc@3468
|
624 |
cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
|
gjc@4204
|
625 |
## node-container.h: ns3::NodeContainer::NodeContainer(std::string nodeName) [constructor]
|
gjc@4204
|
626 |
cls.add_constructor([param('std::string', 'nodeName')])
|
gjc@3408
|
627 |
## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b) [constructor]
|
gjc@3574
|
628 |
cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b')])
|
gjc@3408
|
629 |
## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c) [constructor]
|
gjc@3574
|
630 |
cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c')])
|
gjc@3408
|
631 |
## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d) [constructor]
|
gjc@3574
|
632 |
cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd')])
|
gjc@3951
|
633 |
## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d, ns3::NodeContainer const & e) [constructor]
|
gjc@3951
|
634 |
cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd'), param('ns3::NodeContainer const &', 'e')])
|
gjc@3408
|
635 |
## node-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::Begin() const [member function]
|
gjc@3468
|
636 |
cls.add_method('Begin',
|
gjc@3731
|
637 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >',
|
gjc@3468
|
638 |
[],
|
gjc@3468
|
639 |
is_const=True)
|
gjc@3408
|
640 |
## node-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::End() const [member function]
|
gjc@3468
|
641 |
cls.add_method('End',
|
gjc@3731
|
642 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >',
|
gjc@3468
|
643 |
[],
|
gjc@3468
|
644 |
is_const=True)
|
gjc@3408
|
645 |
## node-container.h: uint32_t ns3::NodeContainer::GetN() const [member function]
|
gjc@3468
|
646 |
cls.add_method('GetN',
|
gjc@3468
|
647 |
'uint32_t',
|
gjc@3468
|
648 |
[],
|
gjc@3468
|
649 |
is_const=True)
|
gjc@3408
|
650 |
## node-container.h: ns3::Ptr<ns3::Node> ns3::NodeContainer::Get(uint32_t i) const [member function]
|
gjc@3468
|
651 |
cls.add_method('Get',
|
gjc@3468
|
652 |
'ns3::Ptr< ns3::Node >',
|
gjc@3468
|
653 |
[param('uint32_t', 'i')],
|
gjc@3468
|
654 |
is_const=True)
|
gjc@3408
|
655 |
## node-container.h: void ns3::NodeContainer::Create(uint32_t n) [member function]
|
gjc@3468
|
656 |
cls.add_method('Create',
|
gjc@3468
|
657 |
'void',
|
gjc@3468
|
658 |
[param('uint32_t', 'n')])
|
gjc@3408
|
659 |
## node-container.h: void ns3::NodeContainer::Add(ns3::NodeContainer other) [member function]
|
gjc@3468
|
660 |
cls.add_method('Add',
|
gjc@3468
|
661 |
'void',
|
gjc@3468
|
662 |
[param('ns3::NodeContainer', 'other')])
|
gjc@3408
|
663 |
## node-container.h: void ns3::NodeContainer::Add(ns3::Ptr<ns3::Node> node) [member function]
|
gjc@3468
|
664 |
cls.add_method('Add',
|
gjc@3468
|
665 |
'void',
|
gjc@3468
|
666 |
[param('ns3::Ptr< ns3::Node >', 'node')])
|
gjc@4204
|
667 |
## node-container.h: void ns3::NodeContainer::Add(std::string nodeName) [member function]
|
gjc@4204
|
668 |
cls.add_method('Add',
|
gjc@4204
|
669 |
'void',
|
gjc@4204
|
670 |
[param('std::string', 'nodeName')])
|
gjc@3408
|
671 |
## node-container.h: static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function]
|
gjc@3468
|
672 |
cls.add_method('GetGlobal',
|
gjc@3468
|
673 |
'ns3::NodeContainer',
|
gjc@3468
|
674 |
[],
|
gjc@3468
|
675 |
is_static=True)
|
gjc@3408
|
676 |
return
|
gjc@3408
|
677 |
|
gjc@3731
|
678 |
def register_Ns3Ns2MobilityHelper_methods(root_module, cls):
|
mathieu@4241
|
679 |
## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(ns3::Ns2MobilityHelper const & arg0) [copy constructor]
|
mathieu@4241
|
680 |
cls.add_constructor([param('ns3::Ns2MobilityHelper const &', 'arg0')])
|
gjc@3731
|
681 |
## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(std::string filename) [constructor]
|
gjc@3731
|
682 |
cls.add_constructor([param('std::string', 'filename')])
|
gjc@3731
|
683 |
## ns2-mobility-helper.h: void ns3::Ns2MobilityHelper::Install() const [member function]
|
gjc@3731
|
684 |
cls.add_method('Install',
|
gjc@3731
|
685 |
'void',
|
gjc@3731
|
686 |
[],
|
gjc@3731
|
687 |
is_const=True)
|
gjc@3731
|
688 |
return
|
gjc@3731
|
689 |
|
gjc@3731
|
690 |
def register_Ns3OlsrHelper_methods(root_module, cls):
|
mathieu@4241
|
691 |
## olsr-helper.h: ns3::OlsrHelper::OlsrHelper(ns3::OlsrHelper const & arg0) [copy constructor]
|
mathieu@4241
|
692 |
cls.add_constructor([param('ns3::OlsrHelper const &', 'arg0')])
|
gjc@3731
|
693 |
## olsr-helper.h: ns3::OlsrHelper::OlsrHelper() [constructor]
|
gjc@3731
|
694 |
cls.add_constructor([])
|
gjc@3731
|
695 |
## olsr-helper.h: void ns3::OlsrHelper::SetAgent(std::string tid, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
gjc@3731
|
696 |
cls.add_method('SetAgent',
|
gjc@3731
|
697 |
'void',
|
gjc@3731
|
698 |
[param('std::string', 'tid'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
gjc@3731
|
699 |
## olsr-helper.h: void ns3::OlsrHelper::Install(ns3::NodeContainer container) [member function]
|
gjc@3731
|
700 |
cls.add_method('Install',
|
gjc@3731
|
701 |
'void',
|
gjc@3731
|
702 |
[param('ns3::NodeContainer', 'container')])
|
gjc@3731
|
703 |
## olsr-helper.h: void ns3::OlsrHelper::Install(ns3::Ptr<ns3::Node> node) [member function]
|
gjc@3731
|
704 |
cls.add_method('Install',
|
gjc@3731
|
705 |
'void',
|
gjc@3731
|
706 |
[param('ns3::Ptr< ns3::Node >', 'node')])
|
gjc@4204
|
707 |
## olsr-helper.h: void ns3::OlsrHelper::Install(std::string nodeName) [member function]
|
gjc@4204
|
708 |
cls.add_method('Install',
|
gjc@4204
|
709 |
'void',
|
gjc@4204
|
710 |
[param('std::string', 'nodeName')])
|
gjc@3731
|
711 |
## olsr-helper.h: void ns3::OlsrHelper::InstallAll() [member function]
|
gjc@3731
|
712 |
cls.add_method('InstallAll',
|
gjc@3731
|
713 |
'void',
|
gjc@3731
|
714 |
[])
|
gjc@3731
|
715 |
return
|
gjc@3731
|
716 |
|
gjc@3731
|
717 |
def register_Ns3OnOffHelper_methods(root_module, cls):
|
mathieu@4241
|
718 |
## on-off-helper.h: ns3::OnOffHelper::OnOffHelper(ns3::OnOffHelper const & arg0) [copy constructor]
|
mathieu@4241
|
719 |
cls.add_constructor([param('ns3::OnOffHelper const &', 'arg0')])
|
gjc@3731
|
720 |
## on-off-helper.h: ns3::OnOffHelper::OnOffHelper(std::string protocol, ns3::Address address) [constructor]
|
gjc@3731
|
721 |
cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')])
|
gjc@3731
|
722 |
## on-off-helper.h: void ns3::OnOffHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
gjc@3731
|
723 |
cls.add_method('SetAttribute',
|
gjc@3731
|
724 |
'void',
|
gjc@3731
|
725 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3855
|
726 |
## on-off-helper.h: ns3::ApplicationContainer ns3::OnOffHelper::Install(ns3::NodeContainer c) const [member function]
|
gjc@3731
|
727 |
cls.add_method('Install',
|
gjc@3731
|
728 |
'ns3::ApplicationContainer',
|
gjc@3855
|
729 |
[param('ns3::NodeContainer', 'c')],
|
gjc@3855
|
730 |
is_const=True)
|
gjc@3855
|
731 |
## on-off-helper.h: ns3::ApplicationContainer ns3::OnOffHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3855
|
732 |
cls.add_method('Install',
|
gjc@3855
|
733 |
'ns3::ApplicationContainer',
|
gjc@3855
|
734 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
735 |
is_const=True)
|
raj@4237
|
736 |
## on-off-helper.h: ns3::ApplicationContainer ns3::OnOffHelper::Install(std::string nodeName) const [member function]
|
raj@4237
|
737 |
cls.add_method('Install',
|
raj@4237
|
738 |
'ns3::ApplicationContainer',
|
raj@4237
|
739 |
[param('std::string', 'nodeName')],
|
raj@4237
|
740 |
is_const=True)
|
gjc@3731
|
741 |
return
|
gjc@3731
|
742 |
|
gjc@3731
|
743 |
def register_Ns3PacketSinkHelper_methods(root_module, cls):
|
mathieu@4241
|
744 |
## packet-sink-helper.h: ns3::PacketSinkHelper::PacketSinkHelper(ns3::PacketSinkHelper const & arg0) [copy constructor]
|
mathieu@4241
|
745 |
cls.add_constructor([param('ns3::PacketSinkHelper const &', 'arg0')])
|
gjc@3731
|
746 |
## packet-sink-helper.h: ns3::PacketSinkHelper::PacketSinkHelper(std::string protocol, ns3::Address address) [constructor]
|
gjc@3731
|
747 |
cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')])
|
gjc@3731
|
748 |
## packet-sink-helper.h: void ns3::PacketSinkHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
gjc@3731
|
749 |
cls.add_method('SetAttribute',
|
gjc@3731
|
750 |
'void',
|
gjc@3731
|
751 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3855
|
752 |
## packet-sink-helper.h: ns3::ApplicationContainer ns3::PacketSinkHelper::Install(ns3::NodeContainer c) const [member function]
|
gjc@3731
|
753 |
cls.add_method('Install',
|
gjc@3731
|
754 |
'ns3::ApplicationContainer',
|
gjc@3855
|
755 |
[param('ns3::NodeContainer', 'c')],
|
gjc@3855
|
756 |
is_const=True)
|
gjc@3855
|
757 |
## packet-sink-helper.h: ns3::ApplicationContainer ns3::PacketSinkHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3855
|
758 |
cls.add_method('Install',
|
gjc@3855
|
759 |
'ns3::ApplicationContainer',
|
gjc@3855
|
760 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
761 |
is_const=True)
|
raj@4237
|
762 |
## packet-sink-helper.h: ns3::ApplicationContainer ns3::PacketSinkHelper::Install(std::string nodeName) const [member function]
|
raj@4237
|
763 |
cls.add_method('Install',
|
raj@4237
|
764 |
'ns3::ApplicationContainer',
|
raj@4237
|
765 |
[param('std::string', 'nodeName')],
|
raj@4237
|
766 |
is_const=True)
|
gjc@3731
|
767 |
return
|
gjc@3731
|
768 |
|
gjc@3731
|
769 |
def register_Ns3PacketSocketHelper_methods(root_module, cls):
|
mathieu@4241
|
770 |
## packet-socket-helper.h: ns3::PacketSocketHelper::PacketSocketHelper(ns3::PacketSocketHelper const & arg0) [copy constructor]
|
mathieu@4241
|
771 |
cls.add_constructor([param('ns3::PacketSocketHelper const &', 'arg0')])
|
mathieu@4241
|
772 |
## packet-socket-helper.h: ns3::PacketSocketHelper::PacketSocketHelper() [constructor]
|
mathieu@4241
|
773 |
cls.add_constructor([])
|
gjc@3855
|
774 |
## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3731
|
775 |
cls.add_method('Install',
|
gjc@3731
|
776 |
'void',
|
gjc@3855
|
777 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
778 |
is_const=True)
|
gjc@4204
|
779 |
## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(std::string nodeName) const [member function]
|
gjc@4204
|
780 |
cls.add_method('Install',
|
gjc@4204
|
781 |
'void',
|
gjc@4204
|
782 |
[param('std::string', 'nodeName')],
|
gjc@4204
|
783 |
is_const=True)
|
gjc@3855
|
784 |
## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(ns3::NodeContainer c) const [member function]
|
gjc@3855
|
785 |
cls.add_method('Install',
|
gjc@3855
|
786 |
'void',
|
gjc@3855
|
787 |
[param('ns3::NodeContainer', 'c')],
|
gjc@3855
|
788 |
is_const=True)
|
gjc@3731
|
789 |
return
|
gjc@3731
|
790 |
|
gjc@3408
|
791 |
def register_Ns3PointToPointHelper_methods(root_module, cls):
|
mathieu@4241
|
792 |
## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper(ns3::PointToPointHelper const & arg0) [copy constructor]
|
mathieu@4241
|
793 |
cls.add_constructor([param('ns3::PointToPointHelper const &', 'arg0')])
|
gjc@3408
|
794 |
## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper() [constructor]
|
gjc@3468
|
795 |
cls.add_constructor([])
|
gjc@3408
|
796 |
## point-to-point-helper.h: void ns3::PointToPointHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function]
|
gjc@3468
|
797 |
cls.add_method('SetQueue',
|
gjc@3468
|
798 |
'void',
|
gjc@3574
|
799 |
[param('std::string', 'type'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()')])
|
gjc@3408
|
800 |
## point-to-point-helper.h: void ns3::PointToPointHelper::SetDeviceAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
gjc@3468
|
801 |
cls.add_method('SetDeviceAttribute',
|
gjc@3468
|
802 |
'void',
|
gjc@3574
|
803 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3408
|
804 |
## point-to-point-helper.h: void ns3::PointToPointHelper::SetChannelAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
gjc@3468
|
805 |
cls.add_method('SetChannelAttribute',
|
gjc@3468
|
806 |
'void',
|
gjc@3574
|
807 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3408
|
808 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcap(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function]
|
gjc@3468
|
809 |
cls.add_method('EnablePcap',
|
gjc@3468
|
810 |
'void',
|
gjc@3468
|
811 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')],
|
gjc@3468
|
812 |
is_static=True)
|
craigdo@4265
|
813 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcap(std::string filename, ns3::Ptr<ns3::NetDevice> nd) [member function]
|
craigdo@4265
|
814 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
815 |
'void',
|
craigdo@4265
|
816 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')],
|
craigdo@4265
|
817 |
is_static=True)
|
craigdo@4265
|
818 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcap(std::string filename, std::string ndName) [member function]
|
craigdo@4265
|
819 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
820 |
'void',
|
craigdo@4265
|
821 |
[param('std::string', 'filename'), param('std::string', 'ndName')],
|
craigdo@4265
|
822 |
is_static=True)
|
gjc@3408
|
823 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcap(std::string filename, ns3::NetDeviceContainer d) [member function]
|
gjc@3468
|
824 |
cls.add_method('EnablePcap',
|
gjc@3468
|
825 |
'void',
|
gjc@3468
|
826 |
[param('std::string', 'filename'), param('ns3::NetDeviceContainer', 'd')],
|
gjc@3468
|
827 |
is_static=True)
|
gjc@3408
|
828 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcap(std::string filename, ns3::NodeContainer n) [member function]
|
gjc@3468
|
829 |
cls.add_method('EnablePcap',
|
gjc@3468
|
830 |
'void',
|
gjc@3468
|
831 |
[param('std::string', 'filename'), param('ns3::NodeContainer', 'n')],
|
gjc@3468
|
832 |
is_static=True)
|
gjc@3408
|
833 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcapAll(std::string filename) [member function]
|
gjc@3468
|
834 |
cls.add_method('EnablePcapAll',
|
gjc@3468
|
835 |
'void',
|
gjc@3468
|
836 |
[param('std::string', 'filename')],
|
gjc@3468
|
837 |
is_static=True)
|
gjc@3408
|
838 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnableAscii(std::ostream & os, uint32_t nodeid, uint32_t deviceid) [member function]
|
gjc@3468
|
839 |
cls.add_method('EnableAscii',
|
gjc@3468
|
840 |
'void',
|
gjc@3574
|
841 |
[param('std::ostream &', 'os'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')],
|
gjc@3468
|
842 |
is_static=True)
|
gjc@3408
|
843 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnableAscii(std::ostream & os, ns3::NetDeviceContainer d) [member function]
|
gjc@3468
|
844 |
cls.add_method('EnableAscii',
|
gjc@3468
|
845 |
'void',
|
gjc@3574
|
846 |
[param('std::ostream &', 'os'), param('ns3::NetDeviceContainer', 'd')],
|
gjc@3468
|
847 |
is_static=True)
|
gjc@3408
|
848 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function]
|
gjc@3468
|
849 |
cls.add_method('EnableAscii',
|
gjc@3468
|
850 |
'void',
|
gjc@3574
|
851 |
[param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')],
|
gjc@3468
|
852 |
is_static=True)
|
gjc@3408
|
853 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnableAsciiAll(std::ostream & os) [member function]
|
gjc@3468
|
854 |
cls.add_method('EnableAsciiAll',
|
gjc@3468
|
855 |
'void',
|
gjc@3574
|
856 |
[param('std::ostream &', 'os')],
|
gjc@3468
|
857 |
is_static=True)
|
gjc@3408
|
858 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::NodeContainer c) [member function]
|
gjc@3468
|
859 |
cls.add_method('Install',
|
gjc@3468
|
860 |
'ns3::NetDeviceContainer',
|
gjc@3468
|
861 |
[param('ns3::NodeContainer', 'c')])
|
gjc@3408
|
862 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::Ptr<ns3::Node> a, ns3::Ptr<ns3::Node> b) [member function]
|
gjc@3468
|
863 |
cls.add_method('Install',
|
gjc@3468
|
864 |
'ns3::NetDeviceContainer',
|
gjc@3468
|
865 |
[param('ns3::Ptr< ns3::Node >', 'a'), param('ns3::Ptr< ns3::Node >', 'b')])
|
gjc@4204
|
866 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::Ptr<ns3::Node> a, std::string bName) [member function]
|
gjc@4204
|
867 |
cls.add_method('Install',
|
gjc@4204
|
868 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
869 |
[param('ns3::Ptr< ns3::Node >', 'a'), param('std::string', 'bName')])
|
gjc@4204
|
870 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(std::string aName, ns3::Ptr<ns3::Node> b) [member function]
|
gjc@4204
|
871 |
cls.add_method('Install',
|
gjc@4204
|
872 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
873 |
[param('std::string', 'aName'), param('ns3::Ptr< ns3::Node >', 'b')])
|
gjc@4204
|
874 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(std::string aNode, std::string bNode) [member function]
|
gjc@4204
|
875 |
cls.add_method('Install',
|
gjc@4204
|
876 |
'ns3::NetDeviceContainer',
|
gjc@4204
|
877 |
[param('std::string', 'aNode'), param('std::string', 'bNode')])
|
mathieu@3816
|
878 |
## point-to-point-helper.h: void ns3::PointToPointHelper::InstallStar(ns3::Ptr<ns3::Node> hub, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function]
|
mathieu@3816
|
879 |
cls.add_method('InstallStar',
|
mathieu@3816
|
880 |
'void',
|
mathieu@3816
|
881 |
[param('ns3::Ptr< ns3::Node >', 'hub'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')])
|
raj@4237
|
882 |
## point-to-point-helper.h: void ns3::PointToPointHelper::InstallStar(std::string hubName, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function]
|
raj@4237
|
883 |
cls.add_method('InstallStar',
|
raj@4237
|
884 |
'void',
|
raj@4237
|
885 |
[param('std::string', 'hubName'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')])
|
gjc@3408
|
886 |
return
|
gjc@3408
|
887 |
|
gjc@3408
|
888 |
def register_Ns3StaticMulticastRouteHelper_methods(root_module, cls):
|
mathieu@4241
|
889 |
## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper(ns3::StaticMulticastRouteHelper const & arg0) [copy constructor]
|
mathieu@4241
|
890 |
cls.add_constructor([param('ns3::StaticMulticastRouteHelper const &', 'arg0')])
|
gjc@3408
|
891 |
## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper() [constructor]
|
gjc@3468
|
892 |
cls.add_constructor([])
|
gjc@4204
|
893 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::AddMulticastRoute(ns3::Ptr<ns3::Node> n, ns3::Ipv4Address source, ns3::Ipv4Address group, ns3::Ptr<ns3::NetDevice> input, ns3::NetDeviceContainer output) [member function]
|
gjc@3468
|
894 |
cls.add_method('AddMulticastRoute',
|
gjc@3468
|
895 |
'void',
|
gjc@4204
|
896 |
[param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group'), param('ns3::Ptr< ns3::NetDevice >', 'input'), param('ns3::NetDeviceContainer', 'output')])
|
gjc@4204
|
897 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::AddMulticastRoute(std::string n, ns3::Ipv4Address source, ns3::Ipv4Address group, ns3::Ptr<ns3::NetDevice> input, ns3::NetDeviceContainer output) [member function]
|
gjc@4204
|
898 |
cls.add_method('AddMulticastRoute',
|
gjc@4204
|
899 |
'void',
|
gjc@4204
|
900 |
[param('std::string', 'n'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group'), param('ns3::Ptr< ns3::NetDevice >', 'input'), param('ns3::NetDeviceContainer', 'output')])
|
gjc@4204
|
901 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::AddMulticastRoute(ns3::Ptr<ns3::Node> n, ns3::Ipv4Address source, ns3::Ipv4Address group, std::string inputName, ns3::NetDeviceContainer output) [member function]
|
gjc@4204
|
902 |
cls.add_method('AddMulticastRoute',
|
gjc@4204
|
903 |
'void',
|
gjc@4204
|
904 |
[param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group'), param('std::string', 'inputName'), param('ns3::NetDeviceContainer', 'output')])
|
gjc@4204
|
905 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::AddMulticastRoute(std::string nName, ns3::Ipv4Address source, ns3::Ipv4Address group, std::string inputName, ns3::NetDeviceContainer output) [member function]
|
gjc@4204
|
906 |
cls.add_method('AddMulticastRoute',
|
gjc@4204
|
907 |
'void',
|
gjc@4204
|
908 |
[param('std::string', 'nName'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group'), param('std::string', 'inputName'), param('ns3::NetDeviceContainer', 'output')])
|
gjc@3408
|
909 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::SetDefaultMulticastRoute(ns3::Ptr<ns3::Node> n, ns3::Ptr<ns3::NetDevice> nd) [member function]
|
gjc@3468
|
910 |
cls.add_method('SetDefaultMulticastRoute',
|
gjc@3468
|
911 |
'void',
|
gjc@3468
|
912 |
[param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ptr< ns3::NetDevice >', 'nd')])
|
gjc@4204
|
913 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::SetDefaultMulticastRoute(ns3::Ptr<ns3::Node> n, std::string ndName) [member function]
|
gjc@4204
|
914 |
cls.add_method('SetDefaultMulticastRoute',
|
gjc@4204
|
915 |
'void',
|
gjc@4204
|
916 |
[param('ns3::Ptr< ns3::Node >', 'n'), param('std::string', 'ndName')])
|
gjc@4204
|
917 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::SetDefaultMulticastRoute(std::string nName, ns3::Ptr<ns3::NetDevice> nd) [member function]
|
gjc@4204
|
918 |
cls.add_method('SetDefaultMulticastRoute',
|
gjc@4204
|
919 |
'void',
|
gjc@4204
|
920 |
[param('std::string', 'nName'), param('ns3::Ptr< ns3::NetDevice >', 'nd')])
|
gjc@4204
|
921 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::SetDefaultMulticastRoute(std::string nName, std::string ndName) [member function]
|
gjc@4204
|
922 |
cls.add_method('SetDefaultMulticastRoute',
|
gjc@4204
|
923 |
'void',
|
gjc@4204
|
924 |
[param('std::string', 'nName'), param('std::string', 'ndName')])
|
gjc@3408
|
925 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::JoinMulticastGroup(ns3::Ptr<ns3::Node> n, ns3::Ipv4Address source, ns3::Ipv4Address group) [member function]
|
gjc@3468
|
926 |
cls.add_method('JoinMulticastGroup',
|
gjc@3468
|
927 |
'void',
|
gjc@3468
|
928 |
[param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group')])
|
raj@4237
|
929 |
## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::JoinMulticastGroup(std::string nName, ns3::Ipv4Address source, ns3::Ipv4Address group) [member function]
|
raj@4237
|
930 |
cls.add_method('JoinMulticastGroup',
|
raj@4237
|
931 |
'void',
|
raj@4237
|
932 |
[param('std::string', 'nName'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group')])
|
raj@4237
|
933 |
return
|
raj@4237
|
934 |
|
raj@4237
|
935 |
def register_Ns3TapBridgeHelper_methods(root_module, cls):
|
mathieu@4241
|
936 |
## tap-bridge-helper.h: ns3::TapBridgeHelper::TapBridgeHelper(ns3::TapBridgeHelper const & arg0) [copy constructor]
|
mathieu@4241
|
937 |
cls.add_constructor([param('ns3::TapBridgeHelper const &', 'arg0')])
|
craigdo@4298
|
938 |
## tap-bridge-helper.h: ns3::TapBridgeHelper::TapBridgeHelper() [constructor]
|
craigdo@4298
|
939 |
cls.add_constructor([])
|
raj@4237
|
940 |
## tap-bridge-helper.h: ns3::TapBridgeHelper::TapBridgeHelper(ns3::Ipv4Address gateway) [constructor]
|
raj@4237
|
941 |
cls.add_constructor([param('ns3::Ipv4Address', 'gateway')])
|
raj@4237
|
942 |
## tap-bridge-helper.h: void ns3::TapBridgeHelper::SetAttribute(std::string n1, ns3::AttributeValue const & v1) [member function]
|
raj@4237
|
943 |
cls.add_method('SetAttribute',
|
raj@4237
|
944 |
'void',
|
raj@4237
|
945 |
[param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')])
|
raj@4237
|
946 |
## tap-bridge-helper.h: ns3::Ptr<ns3::NetDevice> ns3::TapBridgeHelper::Install(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::NetDevice> nd) [member function]
|
raj@4237
|
947 |
cls.add_method('Install',
|
raj@4237
|
948 |
'ns3::Ptr< ns3::NetDevice >',
|
raj@4237
|
949 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::NetDevice >', 'nd')])
|
raj@4237
|
950 |
## tap-bridge-helper.h: ns3::Ptr<ns3::NetDevice> ns3::TapBridgeHelper::Install(std::string nodeName, ns3::Ptr<ns3::NetDevice> nd) [member function]
|
raj@4237
|
951 |
cls.add_method('Install',
|
raj@4237
|
952 |
'ns3::Ptr< ns3::NetDevice >',
|
raj@4237
|
953 |
[param('std::string', 'nodeName'), param('ns3::Ptr< ns3::NetDevice >', 'nd')])
|
raj@4237
|
954 |
## tap-bridge-helper.h: ns3::Ptr<ns3::NetDevice> ns3::TapBridgeHelper::Install(ns3::Ptr<ns3::Node> node, std::string ndName) [member function]
|
raj@4237
|
955 |
cls.add_method('Install',
|
raj@4237
|
956 |
'ns3::Ptr< ns3::NetDevice >',
|
raj@4237
|
957 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('std::string', 'ndName')])
|
raj@4237
|
958 |
## tap-bridge-helper.h: ns3::Ptr<ns3::NetDevice> ns3::TapBridgeHelper::Install(std::string nodeName, std::string ndName) [member function]
|
raj@4237
|
959 |
cls.add_method('Install',
|
raj@4237
|
960 |
'ns3::Ptr< ns3::NetDevice >',
|
raj@4237
|
961 |
[param('std::string', 'nodeName'), param('std::string', 'ndName')])
|
craigdo@4298
|
962 |
## tap-bridge-helper.h: ns3::Ptr<ns3::NetDevice> ns3::TapBridgeHelper::Install(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::NetDevice> nd, ns3::AttributeValue const & v1) [member function]
|
craigdo@4298
|
963 |
cls.add_method('Install',
|
craigdo@4298
|
964 |
'ns3::Ptr< ns3::NetDevice >',
|
craigdo@4298
|
965 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('ns3::AttributeValue const &', 'v1')])
|
gjc@3408
|
966 |
return
|
gjc@3408
|
967 |
|
gjc@3731
|
968 |
def register_Ns3UdpEchoClientHelper_methods(root_module, cls):
|
mathieu@4241
|
969 |
## udp-echo-helper.h: ns3::UdpEchoClientHelper::UdpEchoClientHelper(ns3::UdpEchoClientHelper const & arg0) [copy constructor]
|
mathieu@4241
|
970 |
cls.add_constructor([param('ns3::UdpEchoClientHelper const &', 'arg0')])
|
gjc@3731
|
971 |
## udp-echo-helper.h: ns3::UdpEchoClientHelper::UdpEchoClientHelper(ns3::Ipv4Address ip, uint16_t port) [constructor]
|
gjc@3731
|
972 |
cls.add_constructor([param('ns3::Ipv4Address', 'ip'), param('uint16_t', 'port')])
|
gjc@3731
|
973 |
## udp-echo-helper.h: void ns3::UdpEchoClientHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
gjc@3731
|
974 |
cls.add_method('SetAttribute',
|
gjc@3468
|
975 |
'void',
|
gjc@3731
|
976 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3855
|
977 |
## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoClientHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3731
|
978 |
cls.add_method('Install',
|
gjc@3731
|
979 |
'ns3::ApplicationContainer',
|
gjc@3855
|
980 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
981 |
is_const=True)
|
gjc@4204
|
982 |
## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoClientHelper::Install(std::string nodeName) const [member function]
|
gjc@4204
|
983 |
cls.add_method('Install',
|
gjc@4204
|
984 |
'ns3::ApplicationContainer',
|
gjc@4204
|
985 |
[param('std::string', 'nodeName')],
|
gjc@4204
|
986 |
is_const=True)
|
gjc@3855
|
987 |
## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoClientHelper::Install(ns3::NodeContainer c) const [member function]
|
gjc@3855
|
988 |
cls.add_method('Install',
|
gjc@3855
|
989 |
'ns3::ApplicationContainer',
|
gjc@3855
|
990 |
[param('ns3::NodeContainer', 'c')],
|
gjc@3855
|
991 |
is_const=True)
|
gjc@3408
|
992 |
return
|
gjc@3408
|
993 |
|
gjc@3731
|
994 |
def register_Ns3UdpEchoServerHelper_methods(root_module, cls):
|
mathieu@4241
|
995 |
## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(ns3::UdpEchoServerHelper const & arg0) [copy constructor]
|
mathieu@4241
|
996 |
cls.add_constructor([param('ns3::UdpEchoServerHelper const &', 'arg0')])
|
gjc@3731
|
997 |
## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(uint16_t port) [constructor]
|
gjc@3731
|
998 |
cls.add_constructor([param('uint16_t', 'port')])
|
gjc@3731
|
999 |
## udp-echo-helper.h: void ns3::UdpEchoServerHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
gjc@3731
|
1000 |
cls.add_method('SetAttribute',
|
gjc@3468
|
1001 |
'void',
|
gjc@3731
|
1002 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3855
|
1003 |
## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoServerHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3731
|
1004 |
cls.add_method('Install',
|
gjc@3731
|
1005 |
'ns3::ApplicationContainer',
|
gjc@3855
|
1006 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
1007 |
is_const=True)
|
gjc@4204
|
1008 |
## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoServerHelper::Install(std::string nodeName) const [member function]
|
gjc@4204
|
1009 |
cls.add_method('Install',
|
gjc@4204
|
1010 |
'ns3::ApplicationContainer',
|
gjc@4204
|
1011 |
[param('std::string', 'nodeName')],
|
gjc@4204
|
1012 |
is_const=True)
|
gjc@3855
|
1013 |
## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoServerHelper::Install(ns3::NodeContainer c) const [member function]
|
gjc@3855
|
1014 |
cls.add_method('Install',
|
gjc@3855
|
1015 |
'ns3::ApplicationContainer',
|
gjc@3855
|
1016 |
[param('ns3::NodeContainer', 'c')],
|
gjc@3855
|
1017 |
is_const=True)
|
gjc@3408
|
1018 |
return
|
gjc@3408
|
1019 |
|
vincent@3842
|
1020 |
def register_Ns3V4PingHelper_methods(root_module, cls):
|
mathieu@4241
|
1021 |
## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::V4PingHelper const & arg0) [copy constructor]
|
mathieu@4241
|
1022 |
cls.add_constructor([param('ns3::V4PingHelper const &', 'arg0')])
|
vincent@3842
|
1023 |
## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::Ipv4Address remote) [constructor]
|
vincent@3842
|
1024 |
cls.add_constructor([param('ns3::Ipv4Address', 'remote')])
|
vincent@3842
|
1025 |
## v4ping-helper.h: void ns3::V4PingHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
|
vincent@3842
|
1026 |
cls.add_method('SetAttribute',
|
vincent@3842
|
1027 |
'void',
|
vincent@3842
|
1028 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
|
gjc@3855
|
1029 |
## v4ping-helper.h: ns3::ApplicationContainer ns3::V4PingHelper::Install(ns3::NodeContainer nodes) const [member function]
|
vincent@3842
|
1030 |
cls.add_method('Install',
|
vincent@3842
|
1031 |
'ns3::ApplicationContainer',
|
gjc@3855
|
1032 |
[param('ns3::NodeContainer', 'nodes')],
|
gjc@3855
|
1033 |
is_const=True)
|
gjc@3855
|
1034 |
## v4ping-helper.h: ns3::ApplicationContainer ns3::V4PingHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
|
gjc@3855
|
1035 |
cls.add_method('Install',
|
gjc@3855
|
1036 |
'ns3::ApplicationContainer',
|
gjc@3855
|
1037 |
[param('ns3::Ptr< ns3::Node >', 'node')],
|
gjc@3855
|
1038 |
is_const=True)
|
raj@4237
|
1039 |
## v4ping-helper.h: ns3::ApplicationContainer ns3::V4PingHelper::Install(std::string nodeName) const [member function]
|
raj@4237
|
1040 |
cls.add_method('Install',
|
raj@4237
|
1041 |
'ns3::ApplicationContainer',
|
raj@4237
|
1042 |
[param('std::string', 'nodeName')],
|
raj@4237
|
1043 |
is_const=True)
|
vincent@3842
|
1044 |
return
|
vincent@3842
|
1045 |
|
gjc@3408
|
1046 |
def register_Ns3WifiHelper_methods(root_module, cls):
|
mathieu@4241
|
1047 |
## wifi-helper.h: ns3::WifiHelper::WifiHelper(ns3::WifiHelper const & arg0) [copy constructor]
|
mathieu@4241
|
1048 |
cls.add_constructor([param('ns3::WifiHelper const &', 'arg0')])
|
gjc@3408
|
1049 |
## wifi-helper.h: ns3::WifiHelper::WifiHelper() [constructor]
|
gjc@3468
|
1050 |
cls.add_constructor([])
|
mathieu@3912
|
1051 |
## wifi-helper.h: static ns3::WifiHelper ns3::WifiHelper::Default() [member function]
|
mathieu@3912
|
1052 |
cls.add_method('Default',
|
mathieu@3912
|
1053 |
'ns3::WifiHelper',
|
mathieu@3912
|
1054 |
[],
|
mathieu@3912
|
1055 |
is_static=True)
|
gjc@3408
|
1056 |
## wifi-helper.h: void ns3::WifiHelper::SetRemoteStationManager(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
gjc@3468
|
1057 |
cls.add_method('SetRemoteStationManager',
|
gjc@3468
|
1058 |
'void',
|
gjc@3574
|
1059 |
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4407
|
1060 |
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, ns3::NodeContainer c) const [member function]
|
mathieu@3912
|
1061 |
cls.add_method('Install',
|
mathieu@3912
|
1062 |
'ns3::NetDeviceContainer',
|
mathieu@4407
|
1063 |
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('ns3::NodeContainer', 'c')],
|
mathieu@3912
|
1064 |
is_const=True)
|
mathieu@4407
|
1065 |
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, ns3::Ptr<ns3::Node> node) const [member function]
|
mathieu@3915
|
1066 |
cls.add_method('Install',
|
mathieu@3915
|
1067 |
'ns3::NetDeviceContainer',
|
mathieu@4407
|
1068 |
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('ns3::Ptr< ns3::Node >', 'node')],
|
mathieu@3915
|
1069 |
is_const=True)
|
mathieu@4407
|
1070 |
## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, std::string nodeName) const [member function]
|
raj@4237
|
1071 |
cls.add_method('Install',
|
raj@4237
|
1072 |
'ns3::NetDeviceContainer',
|
mathieu@4407
|
1073 |
[param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('std::string', 'nodeName')],
|
raj@4237
|
1074 |
is_const=True)
|
mathieu@3912
|
1075 |
return
|
mathieu@3912
|
1076 |
|
mathieu@4407
|
1077 |
def register_Ns3WifiMacHelper_methods(root_module, cls):
|
mathieu@4407
|
1078 |
## wifi-helper.h: ns3::WifiMacHelper::WifiMacHelper(ns3::WifiMacHelper const & arg0) [copy constructor]
|
mathieu@4407
|
1079 |
cls.add_constructor([param('ns3::WifiMacHelper const &', 'arg0')])
|
mathieu@4407
|
1080 |
## wifi-helper.h: ns3::WifiMacHelper::WifiMacHelper() [constructor]
|
mathieu@4407
|
1081 |
cls.add_constructor([])
|
mathieu@4407
|
1082 |
## wifi-helper.h: ns3::Ptr<ns3::WifiMac> ns3::WifiMacHelper::Create() const [member function]
|
mathieu@4407
|
1083 |
cls.add_method('Create',
|
mathieu@4407
|
1084 |
'ns3::Ptr< ns3::WifiMac >',
|
mathieu@4407
|
1085 |
[],
|
mathieu@4407
|
1086 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
mathieu@4407
|
1087 |
return
|
mathieu@4407
|
1088 |
|
mathieu@3912
|
1089 |
def register_Ns3WifiPhyHelper_methods(root_module, cls):
|
mathieu@4241
|
1090 |
## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper(ns3::WifiPhyHelper const & arg0) [copy constructor]
|
mathieu@4241
|
1091 |
cls.add_constructor([param('ns3::WifiPhyHelper const &', 'arg0')])
|
mathieu@4241
|
1092 |
## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper() [constructor]
|
mathieu@4241
|
1093 |
cls.add_constructor([])
|
mathieu@3912
|
1094 |
## wifi-helper.h: ns3::Ptr<ns3::WifiPhy> ns3::WifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function]
|
mathieu@3912
|
1095 |
cls.add_method('Create',
|
mathieu@3912
|
1096 |
'ns3::Ptr< ns3::WifiPhy >',
|
mathieu@3912
|
1097 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')],
|
mathieu@3912
|
1098 |
is_pure_virtual=True, is_const=True, is_virtual=True)
|
mathieu@3912
|
1099 |
return
|
mathieu@3912
|
1100 |
|
mathieu@3912
|
1101 |
def register_Ns3YansWifiChannelHelper_methods(root_module, cls):
|
mathieu@4241
|
1102 |
## yans-wifi-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper(ns3::YansWifiChannelHelper const & arg0) [copy constructor]
|
mathieu@4241
|
1103 |
cls.add_constructor([param('ns3::YansWifiChannelHelper const &', 'arg0')])
|
mathieu@4002
|
1104 |
## yans-wifi-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper() [constructor]
|
mathieu@3912
|
1105 |
cls.add_constructor([])
|
mathieu@4002
|
1106 |
## yans-wifi-helper.h: static ns3::YansWifiChannelHelper ns3::YansWifiChannelHelper::Default() [member function]
|
mathieu@3912
|
1107 |
cls.add_method('Default',
|
mathieu@3912
|
1108 |
'ns3::YansWifiChannelHelper',
|
mathieu@3912
|
1109 |
[],
|
mathieu@3912
|
1110 |
is_static=True)
|
mathieu@4002
|
1111 |
## yans-wifi-helper.h: void ns3::YansWifiChannelHelper::AddPropagationLoss(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
mathieu@3912
|
1112 |
cls.add_method('AddPropagationLoss',
|
gjc@3468
|
1113 |
'void',
|
mathieu@3912
|
1114 |
[param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4002
|
1115 |
## yans-wifi-helper.h: void ns3::YansWifiChannelHelper::SetPropagationDelay(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
mathieu@3912
|
1116 |
cls.add_method('SetPropagationDelay',
|
mathieu@3912
|
1117 |
'void',
|
mathieu@3912
|
1118 |
[param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4002
|
1119 |
## yans-wifi-helper.h: ns3::Ptr<ns3::YansWifiChannel> ns3::YansWifiChannelHelper::Create() const [member function]
|
mathieu@3912
|
1120 |
cls.add_method('Create',
|
mathieu@3912
|
1121 |
'ns3::Ptr< ns3::YansWifiChannel >',
|
mathieu@3912
|
1122 |
[],
|
mathieu@3912
|
1123 |
is_const=True)
|
mathieu@3912
|
1124 |
return
|
mathieu@3912
|
1125 |
|
mathieu@3912
|
1126 |
def register_Ns3YansWifiPhyHelper_methods(root_module, cls):
|
mathieu@4241
|
1127 |
## yans-wifi-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper(ns3::YansWifiPhyHelper const & arg0) [copy constructor]
|
mathieu@4241
|
1128 |
cls.add_constructor([param('ns3::YansWifiPhyHelper const &', 'arg0')])
|
mathieu@4002
|
1129 |
## yans-wifi-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper() [constructor]
|
mathieu@3912
|
1130 |
cls.add_constructor([])
|
mathieu@4002
|
1131 |
## yans-wifi-helper.h: static ns3::YansWifiPhyHelper ns3::YansWifiPhyHelper::Default() [member function]
|
mathieu@3912
|
1132 |
cls.add_method('Default',
|
mathieu@3912
|
1133 |
'ns3::YansWifiPhyHelper',
|
mathieu@3912
|
1134 |
[],
|
mathieu@3912
|
1135 |
is_static=True)
|
mathieu@4002
|
1136 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::SetChannel(ns3::Ptr<ns3::YansWifiChannel> channel) [member function]
|
mathieu@3912
|
1137 |
cls.add_method('SetChannel',
|
mathieu@3912
|
1138 |
'void',
|
mathieu@3912
|
1139 |
[param('ns3::Ptr< ns3::YansWifiChannel >', 'channel')])
|
gjc@4204
|
1140 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::SetChannel(std::string channelName) [member function]
|
gjc@4204
|
1141 |
cls.add_method('SetChannel',
|
gjc@4204
|
1142 |
'void',
|
gjc@4204
|
1143 |
[param('std::string', 'channelName')])
|
mathieu@4002
|
1144 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::Set(std::string name, ns3::AttributeValue const & v) [member function]
|
mathieu@3912
|
1145 |
cls.add_method('Set',
|
mathieu@3912
|
1146 |
'void',
|
mathieu@3912
|
1147 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'v')])
|
mathieu@4002
|
1148 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::SetErrorRateModel(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
mathieu@3912
|
1149 |
cls.add_method('SetErrorRateModel',
|
mathieu@3912
|
1150 |
'void',
|
mathieu@3912
|
1151 |
[param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4002
|
1152 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnablePcap(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function]
|
gjc@3468
|
1153 |
cls.add_method('EnablePcap',
|
gjc@3468
|
1154 |
'void',
|
gjc@3468
|
1155 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')],
|
gjc@3468
|
1156 |
is_static=True)
|
craigdo@4265
|
1157 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnablePcap(std::string filename, ns3::Ptr<ns3::NetDevice> nd) [member function]
|
craigdo@4265
|
1158 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
1159 |
'void',
|
craigdo@4265
|
1160 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')],
|
craigdo@4265
|
1161 |
is_static=True)
|
craigdo@4265
|
1162 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnablePcap(std::string filename, std::string ndName) [member function]
|
craigdo@4265
|
1163 |
cls.add_method('EnablePcap',
|
craigdo@4265
|
1164 |
'void',
|
craigdo@4265
|
1165 |
[param('std::string', 'filename'), param('std::string', 'ndName')],
|
craigdo@4265
|
1166 |
is_static=True)
|
mathieu@4002
|
1167 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnablePcap(std::string filename, ns3::NetDeviceContainer d) [member function]
|
gjc@3468
|
1168 |
cls.add_method('EnablePcap',
|
gjc@3468
|
1169 |
'void',
|
gjc@3468
|
1170 |
[param('std::string', 'filename'), param('ns3::NetDeviceContainer', 'd')],
|
gjc@3468
|
1171 |
is_static=True)
|
mathieu@4002
|
1172 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnablePcap(std::string filename, ns3::NodeContainer n) [member function]
|
gjc@3468
|
1173 |
cls.add_method('EnablePcap',
|
gjc@3468
|
1174 |
'void',
|
gjc@3468
|
1175 |
[param('std::string', 'filename'), param('ns3::NodeContainer', 'n')],
|
gjc@3468
|
1176 |
is_static=True)
|
mathieu@4002
|
1177 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnablePcapAll(std::string filename) [member function]
|
gjc@3468
|
1178 |
cls.add_method('EnablePcapAll',
|
gjc@3468
|
1179 |
'void',
|
gjc@3468
|
1180 |
[param('std::string', 'filename')],
|
gjc@3468
|
1181 |
is_static=True)
|
mathieu@4002
|
1182 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnableAscii(std::ostream & os, uint32_t nodeid, uint32_t deviceid) [member function]
|
gjc@3468
|
1183 |
cls.add_method('EnableAscii',
|
gjc@3468
|
1184 |
'void',
|
gjc@3574
|
1185 |
[param('std::ostream &', 'os'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')],
|
gjc@3468
|
1186 |
is_static=True)
|
mathieu@4002
|
1187 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnableAscii(std::ostream & os, ns3::NetDeviceContainer d) [member function]
|
gjc@3468
|
1188 |
cls.add_method('EnableAscii',
|
gjc@3468
|
1189 |
'void',
|
gjc@3574
|
1190 |
[param('std::ostream &', 'os'), param('ns3::NetDeviceContainer', 'd')],
|
gjc@3468
|
1191 |
is_static=True)
|
mathieu@4002
|
1192 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnableAscii(std::ostream & os, ns3::NodeContainer n) [member function]
|
gjc@3468
|
1193 |
cls.add_method('EnableAscii',
|
gjc@3468
|
1194 |
'void',
|
gjc@3574
|
1195 |
[param('std::ostream &', 'os'), param('ns3::NodeContainer', 'n')],
|
gjc@3468
|
1196 |
is_static=True)
|
mathieu@4002
|
1197 |
## yans-wifi-helper.h: static void ns3::YansWifiPhyHelper::EnableAsciiAll(std::ostream & os) [member function]
|
gjc@3468
|
1198 |
cls.add_method('EnableAsciiAll',
|
gjc@3468
|
1199 |
'void',
|
gjc@3574
|
1200 |
[param('std::ostream &', 'os')],
|
gjc@3468
|
1201 |
is_static=True)
|
mathieu@4002
|
1202 |
## yans-wifi-helper.h: ns3::Ptr<ns3::WifiPhy> ns3::YansWifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function]
|
mathieu@4002
|
1203 |
cls.add_method('Create',
|
mathieu@4002
|
1204 |
'ns3::Ptr< ns3::WifiPhy >',
|
mathieu@4002
|
1205 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')],
|
mathieu@4002
|
1206 |
is_const=True, visibility='private', is_virtual=True)
|
gjc@3408
|
1207 |
return
|
gjc@3408
|
1208 |
|
mathieu@4407
|
1209 |
def register_Ns3NqosWifiMacHelper_methods(root_module, cls):
|
mathieu@4407
|
1210 |
## nqos-wifi-mac-helper.h: ns3::NqosWifiMacHelper::NqosWifiMacHelper(ns3::NqosWifiMacHelper const & arg0) [copy constructor]
|
mathieu@4407
|
1211 |
cls.add_constructor([param('ns3::NqosWifiMacHelper const &', 'arg0')])
|
mathieu@4407
|
1212 |
## nqos-wifi-mac-helper.h: ns3::NqosWifiMacHelper::NqosWifiMacHelper() [constructor]
|
mathieu@4407
|
1213 |
cls.add_constructor([])
|
mathieu@4407
|
1214 |
## nqos-wifi-mac-helper.h: static ns3::NqosWifiMacHelper ns3::NqosWifiMacHelper::Default() [member function]
|
mathieu@4407
|
1215 |
cls.add_method('Default',
|
mathieu@4407
|
1216 |
'ns3::NqosWifiMacHelper',
|
mathieu@4407
|
1217 |
[],
|
mathieu@4407
|
1218 |
is_static=True)
|
mathieu@4407
|
1219 |
## nqos-wifi-mac-helper.h: void ns3::NqosWifiMacHelper::SetType(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
mathieu@4407
|
1220 |
cls.add_method('SetType',
|
mathieu@4407
|
1221 |
'void',
|
mathieu@4407
|
1222 |
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4407
|
1223 |
## nqos-wifi-mac-helper.h: void ns3::NqosWifiMacHelper::SetDcaParameters(std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue()) [member function]
|
mathieu@4407
|
1224 |
cls.add_method('SetDcaParameters',
|
mathieu@4407
|
1225 |
'void',
|
mathieu@4407
|
1226 |
[param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4407
|
1227 |
## nqos-wifi-mac-helper.h: ns3::Ptr<ns3::WifiMac> ns3::NqosWifiMacHelper::Create() const [member function]
|
mathieu@4407
|
1228 |
cls.add_method('Create',
|
mathieu@4407
|
1229 |
'ns3::Ptr< ns3::WifiMac >',
|
mathieu@4407
|
1230 |
[],
|
mathieu@4407
|
1231 |
is_const=True, visibility='private', is_virtual=True)
|
mathieu@4407
|
1232 |
return
|
mathieu@4407
|
1233 |
|
mathieu@4422
|
1234 |
def register_Ns3QosWifiMacHelper_methods(root_module, cls):
|
mathieu@4422
|
1235 |
## qos-wifi-mac-helper.h: ns3::QosWifiMacHelper::QosWifiMacHelper(ns3::QosWifiMacHelper const & arg0) [copy constructor]
|
mathieu@4422
|
1236 |
cls.add_constructor([param('ns3::QosWifiMacHelper const &', 'arg0')])
|
mathieu@4422
|
1237 |
## qos-wifi-mac-helper.h: ns3::QosWifiMacHelper::QosWifiMacHelper() [constructor]
|
mathieu@4422
|
1238 |
cls.add_constructor([])
|
mathieu@4422
|
1239 |
## qos-wifi-mac-helper.h: static ns3::QosWifiMacHelper ns3::QosWifiMacHelper::Default() [member function]
|
mathieu@4422
|
1240 |
cls.add_method('Default',
|
mathieu@4422
|
1241 |
'ns3::QosWifiMacHelper',
|
mathieu@4422
|
1242 |
[],
|
mathieu@4422
|
1243 |
is_static=True)
|
mathieu@4422
|
1244 |
## qos-wifi-mac-helper.h: void ns3::QosWifiMacHelper::SetType(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
|
mathieu@4422
|
1245 |
cls.add_method('SetType',
|
mathieu@4422
|
1246 |
'void',
|
mathieu@4422
|
1247 |
[param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4422
|
1248 |
## qos-wifi-mac-helper.h: void ns3::QosWifiMacHelper::SetMsduAggregatorForAc(ns3::AccessClass accessClass, std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue()) [member function]
|
mathieu@4422
|
1249 |
cls.add_method('SetMsduAggregatorForAc',
|
mathieu@4422
|
1250 |
'void',
|
mathieu@4422
|
1251 |
[param('ns3::AccessClass', 'accessClass'), param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4422
|
1252 |
## qos-wifi-mac-helper.h: void ns3::QosWifiMacHelper::SetEdcaParametersForAc(ns3::AccessClass accessClass, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue()) [member function]
|
mathieu@4422
|
1253 |
cls.add_method('SetEdcaParametersForAc',
|
mathieu@4422
|
1254 |
'void',
|
mathieu@4422
|
1255 |
[param('ns3::AccessClass', 'accessClass'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()')])
|
mathieu@4422
|
1256 |
## qos-wifi-mac-helper.h: ns3::Ptr<ns3::WifiMac> ns3::QosWifiMacHelper::Create() const [member function]
|
mathieu@4422
|
1257 |
cls.add_method('Create',
|
mathieu@4422
|
1258 |
'ns3::Ptr< ns3::WifiMac >',
|
mathieu@4422
|
1259 |
[],
|
mathieu@4422
|
1260 |
is_const=True, visibility='private', is_virtual=True)
|
mathieu@4422
|
1261 |
return
|
mathieu@4422
|
1262 |
|
gjc@3408
|
1263 |
def register_functions(root_module):
|
gjc@3408
|
1264 |
module = root_module
|
gjc@3855
|
1265 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module)
|
gjc@3855
|
1266 |
register_functions_ns3_TimeStepPrecision(module.get_submodule('TimeStepPrecision'), root_module)
|
gjc@3408
|
1267 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module)
|
gjc@3408
|
1268 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module)
|
gjc@3408
|
1269 |
return
|
gjc@3408
|
1270 |
|
gjc@3855
|
1271 |
def register_functions_ns3_Config(module, root_module):
|
gjc@3855
|
1272 |
return
|
gjc@3855
|
1273 |
|
gjc@3855
|
1274 |
def register_functions_ns3_TimeStepPrecision(module, root_module):
|
gjc@3855
|
1275 |
return
|
gjc@3855
|
1276 |
|
gjc@3408
|
1277 |
def register_functions_ns3_internal(module, root_module):
|
gjc@3408
|
1278 |
return
|
gjc@3408
|
1279 |
|
gjc@3408
|
1280 |
def register_functions_ns3_olsr(module, root_module):
|
gjc@3408
|
1281 |
return
|
gjc@3408
|
1282 |
|