rescan python
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue Jun 09 09:21:48 2009 +0200 (8 months ago)
changeset 45399836dcac0d41
parent 4538 b8bdc36a3355
child 4540 f0bb75ea4184
rescan python
bindings/python/ns3_module_common.py
bindings/python/ns3_module_internet_stack.py
     1.1 --- a/bindings/python/ns3_module_common.py	Tue Jun 09 09:13:42 2009 +0200
     1.2 +++ b/bindings/python/ns3_module_common.py	Tue Jun 09 09:21:48 2009 +0200
     1.3 @@ -203,6 +203,11 @@
     1.4                     'int32_t', 
     1.5                     [], 
     1.6                     is_const=True)
     1.7 +    ## buffer.h: void ns3::Buffer::CopyData(std::ostream * os, uint32_t size) const [member function]
     1.8 +    cls.add_method('CopyData', 
     1.9 +                   'void', 
    1.10 +                   [param('std::ostream *', 'os'), param('uint32_t', 'size')], 
    1.11 +                   is_const=True)
    1.12      ## buffer.h: ns3::Buffer::Buffer(ns3::Buffer const & o) [copy constructor]
    1.13      cls.add_constructor([param('ns3::Buffer const &', 'o')])
    1.14      ## buffer.h: ns3::Buffer::Buffer() [constructor]
    1.15 @@ -544,6 +549,11 @@
    1.16                     'uint32_t', 
    1.17                     [param('uint8_t *', 'buffer'), param('uint32_t', 'size')], 
    1.18                     is_const=True)
    1.19 +    ## packet.h: void ns3::Packet::CopyData(std::ostream * os, uint32_t size) const [member function]
    1.20 +    cls.add_method('CopyData', 
    1.21 +                   'void', 
    1.22 +                   [param('std::ostream *', 'os'), param('uint32_t', 'size')], 
    1.23 +                   is_const=True)
    1.24      ## packet.h: ns3::Ptr<ns3::Packet> ns3::Packet::CreateFragment(uint32_t start, uint32_t length) const [member function]
    1.25      cls.add_method('CreateFragment', 
    1.26                     'ns3::Ptr< ns3::Packet >', 
     2.1 --- a/bindings/python/ns3_module_internet_stack.py	Tue Jun 09 09:13:42 2009 +0200
     2.2 +++ b/bindings/python/ns3_module_internet_stack.py	Tue Jun 09 09:21:48 2009 +0200
     2.3 @@ -181,10 +181,10 @@
     2.4                     'uint16_t', 
     2.5                     [], 
     2.6                     is_const=True)
     2.7 -    ## icmpv4.h: ns3::Ptr<ns3::Packet const> ns3::Icmpv4Echo::GetData() const [member function]
     2.8 +    ## icmpv4.h: uint32_t ns3::Icmpv4Echo::GetData(uint8_t * payload) const [member function]
     2.9      cls.add_method('GetData', 
    2.10 -                   'ns3::Ptr< ns3::Packet const >', 
    2.11 -                   [], 
    2.12 +                   'uint32_t', 
    2.13 +                   [param('uint8_t *', 'payload')], 
    2.14                     is_const=True)
    2.15      ## icmpv4.h: static ns3::TypeId ns3::Icmpv4Echo::GetTypeId() [member function]
    2.16      cls.add_method('GetTypeId',