src/wifi/bindings/modulegen__gcc_LP64.py
changeset 9114 41bfd88f8055
parent 9011 01f5cd05ab97
child 9176 41ab1e874804
equal deleted inserted replaced
9113:63eba52498e1 9114:41bfd88f8055
 10488     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
 10488     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
 10489     cls.add_method('GetBound', 
 10489     cls.add_method('GetBound', 
 10490                    'double', 
 10490                    'double', 
 10491                    [], 
 10491                    [], 
 10492                    is_const=True)
 10492                    is_const=True)
 10493     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function]
 10493     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function]
 10494     cls.add_method('GetValue', 
 10494     cls.add_method('GetValue', 
 10495                    'double', 
 10495                    'double', 
 10496                    [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')])
 10496                    [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')])
 10497     ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
 10497     ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
 10498     cls.add_method('GetInteger', 
 10498     cls.add_method('GetInteger', 
 10499                    'uint32_t', 
 10499                    'uint32_t', 
 10500                    [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
 10500                    [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
 10501     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]
 10501     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]