|
324 |
'void', |
324 |
'void', |
325 |
[param('std::string', 'filename'), param('bool', 'promiscuous')], |
325 |
[param('std::string', 'filename'), param('bool', 'promiscuous')], |
326 |
is_static=True) |
326 |
is_static=True) |
|
|
327 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous) [member function] |
328 |
cls.add_method('EnablePcapExplicit', |
329 |
'void', |
330 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous')], |
331 |
is_static=True) |
332 |
## csma-helper.h: static void ns3::CsmaHelper::EnablePcapExplicit(std::string filename, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous) [member function] |
333 |
cls.add_method('EnablePcapExplicit', |
334 |
'void', |
335 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous')], |
336 |
is_static=True) |
327 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
337 |
## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
328 |
cls.add_method('Install', |
338 |
cls.add_method('Install', |
329 |
'ns3::NetDeviceContainer', |
339 |
'ns3::NetDeviceContainer', |
|
446 |
'void', |
456 |
'void', |
447 |
[param('std::string', 'filename'), param('bool', 'promiscuous')], |
457 |
[param('std::string', 'filename'), param('bool', 'promiscuous')], |
448 |
is_static=True) |
458 |
is_static=True) |
|
|
459 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous) [member function] |
460 |
cls.add_method('EnablePcapExplicit', |
461 |
'void', |
462 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous')], |
463 |
is_static=True) |
464 |
## emu-helper.h: static void ns3::EmuHelper::EnablePcapExplicit(std::string filename, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous) [member function] |
465 |
cls.add_method('EnablePcapExplicit', |
466 |
'void', |
467 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous')], |
468 |
is_static=True) |
449 |
## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
469 |
## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
450 |
cls.add_method('Install', |
470 |
cls.add_method('Install', |
451 |
'ns3::NetDeviceContainer', |
471 |
'ns3::NetDeviceContainer', |
|
1127 |
'void', |
1147 |
'void', |
1128 |
[param('std::string', 'filename')], |
1148 |
[param('std::string', 'filename')], |
1129 |
is_static=True) |
1149 |
is_static=True) |
|
|
1150 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function] |
1151 |
cls.add_method('EnablePcapExplicit', |
1152 |
'void', |
1153 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')], |
1154 |
is_static=True) |
1155 |
## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcapExplicit(std::string filename, ns3::Ptr<ns3::NetDevice> nd) [member function] |
1156 |
cls.add_method('EnablePcapExplicit', |
1157 |
'void', |
1158 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')], |
1159 |
is_static=True) |
1130 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::NodeContainer c) [member function] |
1160 |
## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::NodeContainer c) [member function] |
1131 |
cls.add_method('Install', |
1161 |
cls.add_method('Install', |
1132 |
'ns3::NetDeviceContainer', |
1162 |
'ns3::NetDeviceContainer', |
|
1435 |
cls.add_method('EnablePcapAll', |
1465 |
cls.add_method('EnablePcapAll', |
1436 |
'void', |
1466 |
'void', |
1437 |
[param('std::string', 'filename')]) |
1467 |
[param('std::string', 'filename')]) |
|
|
1468 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function] |
1469 |
cls.add_method('EnablePcapExplicit', |
1470 |
'void', |
1471 |
[param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')]) |
1472 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::EnablePcapExplicit(std::string filename, ns3::Ptr<ns3::NetDevice> nd) [member function] |
1473 |
cls.add_method('EnablePcapExplicit', |
1474 |
'void', |
1475 |
[param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')]) |
1438 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::Set(std::string name, ns3::AttributeValue const & v) [member function] |
1476 |
## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::Set(std::string name, ns3::AttributeValue const & v) [member function] |
1439 |
cls.add_method('Set', |
1477 |
cls.add_method('Set', |
1440 |
'void', |
1478 |
'void', |