bindings/python/ns3_module_point_to_point.py
changeset 3480 a920df6b9f02
parent 3468 0bb5275704fc
child 3544 3685ab98e4b2
equal deleted inserted replaced
3479:d89e9db667f0 3480:a920df6b9f02
   230     ## point-to-point-net-device.h: void ns3::PointToPointNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty> cb) [member function]
   230     ## point-to-point-net-device.h: void ns3::PointToPointNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty> cb) [member function]
   231     cls.add_method('SetReceiveCallback', 
   231     cls.add_method('SetReceiveCallback', 
   232                    'void', 
   232                    'void', 
   233                    [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet >, unsigned short, ns3::Address const&, ns3::empty, ns3::empty >', 'cb')], 
   233                    [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet >, unsigned short, ns3::Address const&, ns3::empty, ns3::empty >', 'cb')], 
   234                    is_virtual=True)
   234                    is_virtual=True)
       
   235     ## point-to-point-net-device.h: void ns3::PointToPointNetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType> cb) [member function]
       
   236     cls.add_method('SetPromiscReceiveCallback', 
       
   237                    'void', 
       
   238                    [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet >, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType >', 'cb')], 
       
   239                    is_virtual=True)
       
   240     ## point-to-point-net-device.h: bool ns3::PointToPointNetDevice::SupportsPromiscuous() const [member function]
       
   241     cls.add_method('SupportsPromiscuous', 
       
   242                    'bool', 
       
   243                    [], 
       
   244                    is_const=True, is_virtual=True)
   235     ## point-to-point-net-device.h: void ns3::PointToPointNetDevice::DoDispose() [member function]
   245     ## point-to-point-net-device.h: void ns3::PointToPointNetDevice::DoDispose() [member function]
   236     cls.add_method('DoDispose', 
   246     cls.add_method('DoDispose', 
   237                    'void', 
   247                    'void', 
   238                    [], 
   248                    [], 
   239                    visibility='private', is_virtual=True)
   249                    visibility='private', is_virtual=True)