521 []) |
521 []) |
522 ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetAnimWriteCallback(void (*)( char const * ) * cb) [member function] |
522 ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetAnimWriteCallback(void (*)( char const * ) * cb) [member function] |
523 cls.add_method('SetAnimWriteCallback', |
523 cls.add_method('SetAnimWriteCallback', |
524 'void', |
524 'void', |
525 [param('void ( * ) ( char const * ) *', 'cb')]) |
525 [param('void ( * ) ( char const * ) *', 'cb')]) |
|
526 ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetConstantPosition(ns3::Ptr<ns3::Node> n, double x, double y, double z=0) [member function] |
|
527 cls.add_method('SetConstantPosition', |
|
528 'void', |
|
529 [param('ns3::Ptr< ns3::Node >', 'n'), param('double', 'x'), param('double', 'y'), param('double', 'z', default_value='0')]) |
526 ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetMobilityPollInterval(ns3::Time t) [member function] |
530 ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetMobilityPollInterval(ns3::Time t) [member function] |
527 cls.add_method('SetMobilityPollInterval', |
531 cls.add_method('SetMobilityPollInterval', |
528 'void', |
532 'void', |
529 [param('ns3::Time', 't')]) |
533 [param('ns3::Time', 't')]) |
530 ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::SetOutputFile(std::string const & fn) [member function] |
534 ## animation-interface.h (module 'netanim'): bool ns3::AnimationInterface::SetOutputFile(std::string const & fn) [member function] |