diff -r cd473a5cf99c bindings/python/ns3_module_helper.py --- a/bindings/python/ns3_module_helper.py Mon Aug 31 15:29:20 2009 +0200 +++ b/bindings/python/ns3_module_helper.py Mon Aug 31 17:37:16 2009 +0200 @@ -324,6 +324,16 @@ 'void', [param('std::string', 'filename'), param('bool', 'promiscuous')], is_static=True) + ## csma-helper.h: static void ns3::CsmaHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous')], + is_static=True) + ## csma-helper.h: static void ns3::CsmaHelper::EnablePcapExplicit(std::string filename, ns3::Ptr nd, bool promiscuous) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous')], + is_static=True) ## csma-helper.h: ns3::NetDeviceContainer ns3::CsmaHelper::Install(ns3::Ptr node) const [member function] cls.add_method('Install', 'ns3::NetDeviceContainer', @@ -446,6 +456,16 @@ 'void', [param('std::string', 'filename'), param('bool', 'promiscuous')], is_static=True) + ## emu-helper.h: static void ns3::EmuHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid, bool promiscuous) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous')], + is_static=True) + ## emu-helper.h: static void ns3::EmuHelper::EnablePcapExplicit(std::string filename, ns3::Ptr nd, bool promiscuous) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous')], + is_static=True) ## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::Ptr node) const [member function] cls.add_method('Install', 'ns3::NetDeviceContainer', @@ -1127,6 +1147,16 @@ 'void', [param('std::string', 'filename')], is_static=True) + ## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')], + is_static=True) + ## point-to-point-helper.h: static void ns3::PointToPointHelper::EnablePcapExplicit(std::string filename, ns3::Ptr nd) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')], + is_static=True) ## point-to-point-helper.h: ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::NodeContainer c) [member function] cls.add_method('Install', 'ns3::NetDeviceContainer', @@ -1435,6 +1465,14 @@ cls.add_method('EnablePcapAll', 'void', [param('std::string', 'filename')]) + ## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::EnablePcapExplicit(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')]) + ## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::EnablePcapExplicit(std::string filename, ns3::Ptr nd) [member function] + cls.add_method('EnablePcapExplicit', + 'void', + [param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')]) ## yans-wifi-helper.h: void ns3::YansWifiPhyHelper::Set(std::string name, ns3::AttributeValue const & v) [member function] cls.add_method('Set', 'void',