bindings/python/ns3_module_simulator.py
changeset 3515 88e9cee20461
parent 3511 eb17407147c3
child 3544 3685ab98e4b2
equal deleted inserted replaced
3514:308a7d84b18f 3515:88e9cee20461
   365     ## simulator.h: static void ns3::Simulator::Run() [member function]
   365     ## simulator.h: static void ns3::Simulator::Run() [member function]
   366     cls.add_method('Run', 
   366     cls.add_method('Run', 
   367                    'void', 
   367                    'void', 
   368                    [], 
   368                    [], 
   369                    is_static=True, unblock_threads=True)
   369                    is_static=True, unblock_threads=True)
       
   370     ## simulator.h: static void ns3::Simulator::RunOneEvent() [member function]
       
   371     cls.add_method('RunOneEvent', 
       
   372                    'void', 
       
   373                    [], 
       
   374                    is_static=True)
   370     ## simulator.h: static void ns3::Simulator::Stop() [member function]
   375     ## simulator.h: static void ns3::Simulator::Stop() [member function]
   371     cls.add_method('Stop', 
   376     cls.add_method('Stop', 
   372                    'void', 
   377                    'void', 
   373                    [], 
   378                    [], 
   374                    is_static=True)
   379                    is_static=True)
   667     ## simulator-impl.h: void ns3::SimulatorImpl::Run() [member function]
   672     ## simulator-impl.h: void ns3::SimulatorImpl::Run() [member function]
   668     cls.add_method('Run', 
   673     cls.add_method('Run', 
   669                    'void', 
   674                    'void', 
   670                    [], 
   675                    [], 
   671                    is_pure_virtual=True, is_virtual=True)
   676                    is_pure_virtual=True, is_virtual=True)
       
   677     ## simulator-impl.h: void ns3::SimulatorImpl::RunOneEvent() [member function]
       
   678     cls.add_method('RunOneEvent', 
       
   679                    'void', 
       
   680                    [], 
       
   681                    is_pure_virtual=True, is_virtual=True)
   672     ## simulator-impl.h: ns3::Time ns3::SimulatorImpl::Now() const [member function]
   682     ## simulator-impl.h: ns3::Time ns3::SimulatorImpl::Now() const [member function]
   673     cls.add_method('Now', 
   683     cls.add_method('Now', 
   674                    'ns3::Time', 
   684                    'ns3::Time', 
   675                    [], 
   685                    [], 
   676                    is_pure_virtual=True, is_const=True, is_virtual=True)
   686                    is_pure_virtual=True, is_const=True, is_virtual=True)
   760                    'bool', 
   770                    'bool', 
   761                    [param('ns3::EventId&', 'ev', is_const=True)], 
   771                    [param('ns3::EventId&', 'ev', is_const=True)], 
   762                    is_const=True, is_virtual=True)
   772                    is_const=True, is_virtual=True)
   763     ## default-simulator-impl.h: void ns3::DefaultSimulatorImpl::Run() [member function]
   773     ## default-simulator-impl.h: void ns3::DefaultSimulatorImpl::Run() [member function]
   764     cls.add_method('Run', 
   774     cls.add_method('Run', 
       
   775                    'void', 
       
   776                    [], 
       
   777                    is_virtual=True)
       
   778     ## default-simulator-impl.h: void ns3::DefaultSimulatorImpl::RunOneEvent() [member function]
       
   779     cls.add_method('RunOneEvent', 
   765                    'void', 
   780                    'void', 
   766                    [], 
   781                    [], 
   767                    is_virtual=True)
   782                    is_virtual=True)
   768     ## default-simulator-impl.h: ns3::Time ns3::DefaultSimulatorImpl::Now() const [member function]
   783     ## default-simulator-impl.h: ns3::Time ns3::DefaultSimulatorImpl::Now() const [member function]
   769     cls.add_method('Now', 
   784     cls.add_method('Now',