src/netanim/bindings/modulegen__gcc_ILP32.py
changeset 7486 eb5bbe1485bc
parent 7449 c9d877350d13
child 7586 c94d841b44fb
equal deleted inserted replaced
7485:9bec9af5e3c8 7486:eb5bbe1485bc
   486     cls.add_constructor([param('ns3::AnimRxInfo const &', 'arg0')])
   486     cls.add_constructor([param('ns3::AnimRxInfo const &', 'arg0')])
   487     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::AnimRxInfo() [constructor]
   487     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::AnimRxInfo() [constructor]
   488     cls.add_constructor([])
   488     cls.add_constructor([])
   489     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::AnimRxInfo(ns3::Time const & fbRx, ns3::Ptr<ns3::NetDevice const> nd, double rxRange) [constructor]
   489     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::AnimRxInfo(ns3::Time const & fbRx, ns3::Ptr<ns3::NetDevice const> nd, double rxRange) [constructor]
   490     cls.add_constructor([param('ns3::Time const &', 'fbRx'), param('ns3::Ptr< ns3::NetDevice const >', 'nd'), param('double', 'rxRange')])
   490     cls.add_constructor([param('ns3::Time const &', 'fbRx'), param('ns3::Ptr< ns3::NetDevice const >', 'nd'), param('double', 'rxRange')])
       
   491     ## animation-interface-helper.h (module 'netanim'): bool ns3::AnimRxInfo::IsPhyRxComplete() [member function]
       
   492     cls.add_method('IsPhyRxComplete', 
       
   493                    'bool', 
       
   494                    [])
       
   495     ## animation-interface-helper.h (module 'netanim'): void ns3::AnimRxInfo::SetPhyRxComplete() [member function]
       
   496     cls.add_method('SetPhyRxComplete', 
       
   497                    'void', 
       
   498                    [])
   491     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::m_fbRx [variable]
   499     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::m_fbRx [variable]
   492     cls.add_instance_attribute('m_fbRx', 'double', is_const=False)
   500     cls.add_instance_attribute('m_fbRx', 'double', is_const=False)
   493     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::m_lbRx [variable]
   501     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::m_lbRx [variable]
   494     cls.add_instance_attribute('m_lbRx', 'double', is_const=False)
   502     cls.add_instance_attribute('m_lbRx', 'double', is_const=False)
   495     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::m_rxnd [variable]
   503     ## animation-interface-helper.h (module 'netanim'): ns3::AnimRxInfo::m_rxnd [variable]
   505     cls.add_constructor([])
   513     cls.add_constructor([])
   506     ## animation-interface.h (module 'netanim'): ns3::AnimationInterface::AnimationInterface(std::string const filename, bool usingXML=true) [constructor]
   514     ## animation-interface.h (module 'netanim'): ns3::AnimationInterface::AnimationInterface(std::string const filename, bool usingXML=true) [constructor]
   507     cls.add_constructor([param('std::string const', 'filename'), param('bool', 'usingXML', default_value='true')])
   515     cls.add_constructor([param('std::string const', 'filename'), param('bool', 'usingXML', default_value='true')])
   508     ## animation-interface.h (module 'netanim'): ns3::AnimationInterface::AnimationInterface(uint16_t port, bool usingXML=true) [constructor]
   516     ## animation-interface.h (module 'netanim'): ns3::AnimationInterface::AnimationInterface(uint16_t port, bool usingXML=true) [constructor]
   509     cls.add_constructor([param('uint16_t', 'port'), param('bool', 'usingXML', default_value='true')])
   517     cls.add_constructor([param('uint16_t', 'port'), param('bool', 'usingXML', default_value='true')])
       
   518     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::ResetAnimWriteCallback() [member function]
       
   519     cls.add_method('ResetAnimWriteCallback', 
       
   520                    'void', 
       
   521                    [])
       
   522     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetAnimWriteCallback(void (*)( char const * ) * cb) [member function]
       
   523     cls.add_method('SetAnimWriteCallback', 
       
   524                    'void', 
       
   525                    [param('void ( * ) ( char const * ) *', 'cb')])
   510     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetMobilityPollInterval(ns3::Time t) [member function]
   526     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetMobilityPollInterval(ns3::Time t) [member function]
   511     cls.add_method('SetMobilityPollInterval', 
   527     cls.add_method('SetMobilityPollInterval', 
   512                    'void', 
   528                    'void', 
   513                    [param('ns3::Time', 't')])
   529                    [param('ns3::Time', 't')])
   514     ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::SetOutputFile(std::string const & fn) [member function]
   530     ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::SetOutputFile(std::string const & fn) [member function]
   515     cls.add_method('SetOutputFile', 
   531     cls.add_method('SetOutputFile', 
   516                    'bool', 
   532                    'bool', 
   517                    [param('std::string const &', 'fn')])
   533                    [param('std::string const &', 'fn')])
       
   534     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetRandomPosition(bool setRandPos) [member function]
       
   535     cls.add_method('SetRandomPosition', 
       
   536                    'void', 
       
   537                    [param('bool', 'setRandPos')])
   518     ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::SetServerPort(uint16_t port) [member function]
   538     ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::SetServerPort(uint16_t port) [member function]
   519     cls.add_method('SetServerPort', 
   539     cls.add_method('SetServerPort', 
   520                    'bool', 
   540                    'bool', 
   521                    [param('uint16_t', 'port')])
   541                    [param('uint16_t', 'port')])
   522     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetXMLOutput() [member function]
   542     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetXMLOutput() [member function]