src/netanim/bindings/modulegen__gcc_LP64.py
changeset 7788 90ef8839dc5d
parent 7724 df7a2f30d5a8
child 7853 1d8f7c004b89
--- a/src/netanim/bindings/modulegen__gcc_LP64.py	Fri Mar 23 04:33:02 2012 -0400
+++ b/src/netanim/bindings/modulegen__gcc_LP64.py	Fri Mar 23 23:50:52 2012 -0700
@@ -515,6 +515,10 @@
     cls.add_constructor([param('std::string const', 'filename'), param('bool', 'usingXML', default_value='true')])
     ## animation-interface.h (module 'netanim'): ns3::AnimationInterface::AnimationInterface(uint16_t port, bool usingXML=true) [constructor]
     cls.add_constructor([param('uint16_t', 'port'), param('bool', 'usingXML', default_value='true')])
+    ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::EnablePacketMetadata(bool enable) [member function]
+    cls.add_method('EnablePacketMetadata', 
+                   'void', 
+                   [param('bool', 'enable')])
     ## animation-interface.h (module 'netanim'): static bool ns3::AnimationInterface::IsInitialized() [member function]
     cls.add_method('IsInitialized', 
                    'bool', 
@@ -532,10 +536,11 @@
     cls.add_method('SetAnimWriteCallback', 
                    'void', 
                    [param('void ( * ) ( char const * ) *', 'cb')])
-    ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetConstantPosition(ns3::Ptr<ns3::Node> n, double x, double y, double z=0) [member function]
+    ## animation-interface.h (module 'netanim'): static void ns3::AnimationInterface::SetConstantPosition(ns3::Ptr<ns3::Node> n, double x, double y, double z=0) [member function]
     cls.add_method('SetConstantPosition', 
                    'void', 
-                   [param('ns3::Ptr< ns3::Node >', 'n'), param('double', 'x'), param('double', 'y'), param('double', 'z', default_value='0')])
+                   [param('ns3::Ptr< ns3::Node >', 'n'), param('double', 'x'), param('double', 'y'), param('double', 'z', default_value='0')], 
+                   is_static=True)
     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::SetMobilityPollInterval(ns3::Time t) [member function]
     cls.add_method('SetMobilityPollInterval', 
                    'void', 
@@ -556,6 +561,10 @@
     cls.add_method('SetXMLOutput', 
                    'void', 
                    [])
+    ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::ShowAll802_11(bool showAll) [member function]
+    cls.add_method('ShowAll802_11', 
+                   'void', 
+                   [param('bool', 'showAll')])
     ## animation-interface.h (module 'netanim'): void ns3::AnimationInterface::StartAnimation() [member function]
     cls.add_method('StartAnimation', 
                    'void',