author | Tom Henderson <tomh@tomh.org> |
Thu, 24 Jun 2010 10:04:30 -0700 | |
changeset 6375 | a73c57952833 |
parent 6356 | 1b8a736858cc |
child 6440 | 38a995eb219e |
permissions | -rw-r--r-- |
5348 | 1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers |
2 |
||
3 |
def register_types(module): |
|
4 |
root_module = module.get_root() |
|
5 |
||
6 |
## packetbb.h: ns3::PbbAddressLength [enumeration] |
|
7 |
module.add_enum('PbbAddressLength', ['IPV4', 'IPV6']) |
|
8 |
## ethernet-header.h: ns3::ethernet_header_t [enumeration] |
|
9 |
module.add_enum('ethernet_header_t', ['LENGTH', 'VLAN', 'QINQ']) |
|
10 |
## address.h: ns3::Address [class] |
|
11 |
module.add_class('Address') |
|
12 |
## address.h: ns3::Address::MaxSize_e [enumeration] |
|
13 |
module.add_enum('MaxSize_e', ['MAX_SIZE'], outer_class=root_module['ns3::Address']) |
|
14 |
## channel-list.h: ns3::ChannelList [class] |
|
15 |
module.add_class('ChannelList') |
|
16 |
## inet6-socket-address.h: ns3::Inet6SocketAddress [class] |
|
17 |
module.add_class('Inet6SocketAddress') |
|
18 |
## inet6-socket-address.h: ns3::Inet6SocketAddress [class] |
|
19 |
root_module['ns3::Inet6SocketAddress'].implicitly_converts_to(root_module['ns3::Address']) |
|
20 |
## inet-socket-address.h: ns3::InetSocketAddress [class] |
|
21 |
module.add_class('InetSocketAddress') |
|
22 |
## inet-socket-address.h: ns3::InetSocketAddress [class] |
|
23 |
root_module['ns3::InetSocketAddress'].implicitly_converts_to(root_module['ns3::Address']) |
|
24 |
## ipv4-address.h: ns3::Ipv4Address [class] |
|
25 |
module.add_class('Ipv4Address') |
|
26 |
## ipv4-address.h: ns3::Ipv4Address [class] |
|
27 |
root_module['ns3::Ipv4Address'].implicitly_converts_to(root_module['ns3::Address']) |
|
28 |
## ipv4-address-generator.h: ns3::Ipv4AddressGenerator [class] |
|
29 |
module.add_class('Ipv4AddressGenerator') |
|
30 |
## ipv4-interface-address.h: ns3::Ipv4InterfaceAddress [class] |
|
31 |
module.add_class('Ipv4InterfaceAddress') |
|
32 |
## ipv4-interface-address.h: ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e [enumeration] |
|
33 |
module.add_enum('InterfaceAddressScope_e', ['HOST', 'LINK', 'GLOBAL'], outer_class=root_module['ns3::Ipv4InterfaceAddress']) |
|
34 |
## ipv4-address.h: ns3::Ipv4Mask [class] |
|
35 |
module.add_class('Ipv4Mask') |
|
36 |
## ipv6-address.h: ns3::Ipv6Address [class] |
|
37 |
module.add_class('Ipv6Address') |
|
38 |
## ipv6-address.h: ns3::Ipv6Address [class] |
|
39 |
root_module['ns3::Ipv6Address'].implicitly_converts_to(root_module['ns3::Address']) |
|
40 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress [class] |
|
41 |
module.add_class('Ipv6InterfaceAddress') |
|
42 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::State_e [enumeration] |
|
43 |
module.add_enum('State_e', ['TENTATIVE', 'DEPRECATED', 'PREFERRED', 'PERMANENT', 'HOMEADDRESS', 'TENTATIVE_OPTIMISTIC', 'INVALID'], outer_class=root_module['ns3::Ipv6InterfaceAddress']) |
|
44 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::Scope_e [enumeration] |
|
45 |
module.add_enum('Scope_e', ['HOST', 'LINKLOCAL', 'GLOBAL'], outer_class=root_module['ns3::Ipv6InterfaceAddress']) |
|
46 |
## ipv6-address.h: ns3::Ipv6Prefix [class] |
|
47 |
module.add_class('Ipv6Prefix') |
|
48 |
## mac48-address.h: ns3::Mac48Address [class] |
|
49 |
module.add_class('Mac48Address') |
|
50 |
## mac48-address.h: ns3::Mac48Address [class] |
|
51 |
root_module['ns3::Mac48Address'].implicitly_converts_to(root_module['ns3::Address']) |
|
52 |
## mac64-address.h: ns3::Mac64Address [class] |
|
53 |
module.add_class('Mac64Address') |
|
54 |
## mac64-address.h: ns3::Mac64Address [class] |
|
55 |
root_module['ns3::Mac64Address'].implicitly_converts_to(root_module['ns3::Address']) |
|
56 |
## node-list.h: ns3::NodeList [class] |
|
57 |
module.add_class('NodeList') |
|
58 |
## packet-socket-address.h: ns3::PacketSocketAddress [class] |
|
59 |
module.add_class('PacketSocketAddress') |
|
60 |
## packet-socket-address.h: ns3::PacketSocketAddress [class] |
|
61 |
root_module['ns3::PacketSocketAddress'].implicitly_converts_to(root_module['ns3::Address']) |
|
62 |
## packetbb.h: ns3::PbbAddressTlvBlock [class] |
|
63 |
module.add_class('PbbAddressTlvBlock') |
|
64 |
## packetbb.h: ns3::PbbTlvBlock [class] |
|
65 |
module.add_class('PbbTlvBlock') |
|
66 |
## ipv4-header.h: ns3::Ipv4Header [class] |
|
67 |
module.add_class('Ipv4Header', parent=root_module['ns3::Header']) |
|
68 |
## ipv6-header.h: ns3::Ipv6Header [class] |
|
69 |
module.add_class('Ipv6Header', parent=root_module['ns3::Header']) |
|
70 |
## ipv6-header.h: ns3::Ipv6Header::NextHeader_e [enumeration] |
|
71 |
module.add_enum('NextHeader_e', ['IPV6_EXT_HOP_BY_HOP', 'IPV6_IPV4', 'IPV6_TCP', 'IPV6_UDP', 'IPV6_IPV6', 'IPV6_EXT_ROUTING', 'IPV6_EXT_FRAGMENTATION', 'IPV6_EXT_CONFIDENTIALITY', 'IPV6_EXT_AUTHENTIFICATION', 'IPV6_ICMPV6', 'IPV6_EXT_END', 'IPV6_EXT_DESTINATION', 'IPV6_SCTP', 'IPV6_EXT_MOBILITY', 'IPV6_UDP_LITE'], outer_class=root_module['ns3::Ipv6Header']) |
|
72 |
## llc-snap-header.h: ns3::LlcSnapHeader [class] |
|
73 |
module.add_class('LlcSnapHeader', parent=root_module['ns3::Header']) |
|
74 |
## queue.h: ns3::Queue [class] |
|
75 |
module.add_class('Queue', parent=root_module['ns3::Object']) |
|
6029
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
76 |
## radiotap-header.h: ns3::RadiotapHeader [class] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
77 |
module.add_class('RadiotapHeader', parent=root_module['ns3::Header']) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
78 |
## radiotap-header.h: ns3::RadiotapHeader [enumeration] |
6050 | 79 |
module.add_enum('', ['FRAME_FLAG_NONE', 'FRAME_FLAG_CFP', 'FRAME_FLAG_SHORT_PREAMBLE', 'FRAME_FLAG_WEP', 'FRAME_FLAG_FRAGMENTED', 'FRAME_FLAG_FCS_INCLUDED', 'FRAME_FLAG_DATA_PADDING', 'FRAME_FLAG_BAD_FCS', 'FRAME_FLAG_SHORT_GUARD'], outer_class=root_module['ns3::RadiotapHeader']) |
6029
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
80 |
## radiotap-header.h: ns3::RadiotapHeader [enumeration] |
6050 | 81 |
module.add_enum('', ['CHANNEL_FLAG_NONE', 'CHANNEL_FLAG_TURBO', 'CHANNEL_FLAG_CCK', 'CHANNEL_FLAG_OFDM', 'CHANNEL_FLAG_SPECTRUM_2GHZ', 'CHANNEL_FLAG_SPECTRUM_5GHZ', 'CHANNEL_FLAG_PASSIVE', 'CHANNEL_FLAG_DYNAMIC', 'CHANNEL_FLAG_GFSK'], outer_class=root_module['ns3::RadiotapHeader']) |
5841 | 82 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
83 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::Ipv4MulticastRoute', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Ipv4MulticastRoute>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 84 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
85 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::Ipv4Route', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Ipv4Route>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 86 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
87 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::Ipv6MulticastRoute', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Ipv6MulticastRoute>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 88 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
89 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::Ipv6Route', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Ipv6Route>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 90 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
91 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::PbbAddressBlock', 'ns3::empty', 'ns3::DefaultDeleter<ns3::PbbAddressBlock>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 92 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
93 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::PbbMessage', 'ns3::empty', 'ns3::DefaultDeleter<ns3::PbbMessage>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 94 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
95 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::PbbPacket', 'ns3::Header', 'ns3::DefaultDeleter<ns3::PbbPacket>'], parent=root_module['ns3::Header'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 96 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5856
diff
changeset
|
97 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::PbbTlv', 'ns3::empty', 'ns3::DefaultDeleter<ns3::PbbTlv>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5348 | 98 |
## socket.h: ns3::Socket [class] |
99 |
module.add_class('Socket', parent=root_module['ns3::Object']) |
|
100 |
## socket.h: ns3::Socket::SocketErrno [enumeration] |
|
6187
8b61b7497642
Update bindings for bug 822 fixes
Tom Henderson <tomh@tomh.org>
parents:
6110
diff
changeset
|
101 |
module.add_enum('SocketErrno', ['ERROR_NOTERROR', 'ERROR_ISCONN', 'ERROR_NOTCONN', 'ERROR_MSGSIZE', 'ERROR_AGAIN', 'ERROR_SHUTDOWN', 'ERROR_OPNOTSUPP', 'ERROR_AFNOSUPPORT', 'ERROR_INVAL', 'ERROR_BADF', 'ERROR_NOROUTETOHOST', 'ERROR_NODEV', 'ERROR_ADDRNOTAVAIL', 'SOCKET_ERRNO_LAST'], outer_class=root_module['ns3::Socket']) |
5348 | 102 |
## socket.h: ns3::SocketAddressTag [class] |
103 |
module.add_class('SocketAddressTag', parent=root_module['ns3::Tag']) |
|
104 |
## socket-factory.h: ns3::SocketFactory [class] |
|
105 |
module.add_class('SocketFactory', parent=root_module['ns3::Object']) |
|
106 |
## socket.h: ns3::SocketIpTtlTag [class] |
|
107 |
module.add_class('SocketIpTtlTag', parent=root_module['ns3::Tag']) |
|
108 |
## socket.h: ns3::SocketSetDontFragmentTag [class] |
|
109 |
module.add_class('SocketSetDontFragmentTag', parent=root_module['ns3::Tag']) |
|
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
110 |
## spectrum-phy.h: ns3::SpectrumPhy [class] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
111 |
module.add_class('SpectrumPhy', parent=root_module['ns3::Object']) |
5348 | 112 |
## tcp-socket.h: ns3::TcpSocket [class] |
113 |
module.add_class('TcpSocket', parent=root_module['ns3::Socket']) |
|
114 |
## tcp-socket-factory.h: ns3::TcpSocketFactory [class] |
|
115 |
module.add_class('TcpSocketFactory', parent=root_module['ns3::SocketFactory']) |
|
116 |
## udp-socket.h: ns3::UdpSocket [class] |
|
117 |
module.add_class('UdpSocket', parent=root_module['ns3::Socket']) |
|
118 |
## udp-socket-factory.h: ns3::UdpSocketFactory [class] |
|
119 |
module.add_class('UdpSocketFactory', parent=root_module['ns3::SocketFactory']) |
|
120 |
## application.h: ns3::Application [class] |
|
121 |
module.add_class('Application', parent=root_module['ns3::Object']) |
|
122 |
## channel.h: ns3::Channel [class] |
|
123 |
module.add_class('Channel', parent=root_module['ns3::Object']) |
|
124 |
## drop-tail-queue.h: ns3::DropTailQueue [class] |
|
125 |
module.add_class('DropTailQueue', parent=root_module['ns3::Queue']) |
|
126 |
## drop-tail-queue.h: ns3::DropTailQueue::Mode [enumeration] |
|
127 |
module.add_enum('Mode', ['ILLEGAL', 'PACKETS', 'BYTES'], outer_class=root_module['ns3::DropTailQueue']) |
|
128 |
## ethernet-header.h: ns3::EthernetHeader [class] |
|
129 |
module.add_class('EthernetHeader', parent=root_module['ns3::Header']) |
|
130 |
## ethernet-trailer.h: ns3::EthernetTrailer [class] |
|
131 |
module.add_class('EthernetTrailer', parent=root_module['ns3::Trailer']) |
|
132 |
## ipv4.h: ns3::Ipv4 [class] |
|
133 |
module.add_class('Ipv4', parent=root_module['ns3::Object']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
134 |
## ipv4-address.h: ns3::Ipv4AddressChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
135 |
module.add_class('Ipv4AddressChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
136 |
## ipv4-address.h: ns3::Ipv4AddressValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
137 |
module.add_class('Ipv4AddressValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
138 |
## ipv4-address.h: ns3::Ipv4MaskChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
139 |
module.add_class('Ipv4MaskChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
140 |
## ipv4-address.h: ns3::Ipv4MaskValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
141 |
module.add_class('Ipv4MaskValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
142 |
## ipv4-route.h: ns3::Ipv4MulticastRoute [class] |
5841 | 143 |
module.add_class('Ipv4MulticastRoute', parent=root_module['ns3::SimpleRefCount< ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> >']) |
5348 | 144 |
## ipv4-raw-socket-factory.h: ns3::Ipv4RawSocketFactory [class] |
145 |
module.add_class('Ipv4RawSocketFactory', parent=root_module['ns3::SocketFactory']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
146 |
## ipv4-route.h: ns3::Ipv4Route [class] |
5841 | 147 |
module.add_class('Ipv4Route', parent=root_module['ns3::SimpleRefCount< ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> >']) |
5348 | 148 |
## ipv4-routing-protocol.h: ns3::Ipv4RoutingProtocol [class] |
149 |
module.add_class('Ipv4RoutingProtocol', parent=root_module['ns3::Object']) |
|
150 |
## ipv6.h: ns3::Ipv6 [class] |
|
151 |
module.add_class('Ipv6', parent=root_module['ns3::Object']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
152 |
## ipv6-address.h: ns3::Ipv6AddressChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
153 |
module.add_class('Ipv6AddressChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
154 |
## ipv6-address.h: ns3::Ipv6AddressValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
155 |
module.add_class('Ipv6AddressValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
156 |
## ipv6-route.h: ns3::Ipv6MulticastRoute [class] |
5841 | 157 |
module.add_class('Ipv6MulticastRoute', parent=root_module['ns3::SimpleRefCount< ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
158 |
## ipv6-address.h: ns3::Ipv6PrefixChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
159 |
module.add_class('Ipv6PrefixChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
160 |
## ipv6-address.h: ns3::Ipv6PrefixValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
161 |
module.add_class('Ipv6PrefixValue', parent=root_module['ns3::AttributeValue']) |
5348 | 162 |
## ipv6-raw-socket-factory.h: ns3::Ipv6RawSocketFactory [class] |
163 |
module.add_class('Ipv6RawSocketFactory', parent=root_module['ns3::SocketFactory']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
164 |
## ipv6-route.h: ns3::Ipv6Route [class] |
5841 | 165 |
module.add_class('Ipv6Route', parent=root_module['ns3::SimpleRefCount< ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> >']) |
5348 | 166 |
## ipv6-routing-protocol.h: ns3::Ipv6RoutingProtocol [class] |
167 |
module.add_class('Ipv6RoutingProtocol', parent=root_module['ns3::Object']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
168 |
## mac48-address.h: ns3::Mac48AddressChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
169 |
module.add_class('Mac48AddressChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
170 |
## mac48-address.h: ns3::Mac48AddressValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
171 |
module.add_class('Mac48AddressValue', parent=root_module['ns3::AttributeValue']) |
5348 | 172 |
## net-device.h: ns3::NetDevice [class] |
173 |
module.add_class('NetDevice', parent=root_module['ns3::Object']) |
|
174 |
## net-device.h: ns3::NetDevice::PacketType [enumeration] |
|
175 |
module.add_enum('PacketType', ['PACKET_HOST', 'NS3_PACKET_HOST', 'PACKET_BROADCAST', 'NS3_PACKET_BROADCAST', 'PACKET_MULTICAST', 'NS3_PACKET_MULTICAST', 'PACKET_OTHERHOST', 'NS3_PACKET_OTHERHOST'], outer_class=root_module['ns3::NetDevice']) |
|
176 |
## node.h: ns3::Node [class] |
|
177 |
module.add_class('Node', parent=root_module['ns3::Object']) |
|
178 |
## packet-socket-factory.h: ns3::PacketSocketFactory [class] |
|
179 |
module.add_class('PacketSocketFactory', parent=root_module['ns3::SocketFactory']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
180 |
## packetbb.h: ns3::PbbAddressBlock [class] |
5841 | 181 |
module.add_class('PbbAddressBlock', parent=root_module['ns3::SimpleRefCount< ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
182 |
## packetbb.h: ns3::PbbAddressBlockIpv4 [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
183 |
module.add_class('PbbAddressBlockIpv4', parent=root_module['ns3::PbbAddressBlock']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
184 |
## packetbb.h: ns3::PbbAddressBlockIpv6 [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
185 |
module.add_class('PbbAddressBlockIpv6', parent=root_module['ns3::PbbAddressBlock']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
186 |
## packetbb.h: ns3::PbbMessage [class] |
5841 | 187 |
module.add_class('PbbMessage', parent=root_module['ns3::SimpleRefCount< ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
188 |
## packetbb.h: ns3::PbbMessageIpv4 [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
189 |
module.add_class('PbbMessageIpv4', parent=root_module['ns3::PbbMessage']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
190 |
## packetbb.h: ns3::PbbMessageIpv6 [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
191 |
module.add_class('PbbMessageIpv6', parent=root_module['ns3::PbbMessage']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
192 |
## packetbb.h: ns3::PbbPacket [class] |
5841 | 193 |
module.add_class('PbbPacket', parent=root_module['ns3::SimpleRefCount< ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
194 |
## packetbb.h: ns3::PbbTlv [class] |
5841 | 195 |
module.add_class('PbbTlv', parent=root_module['ns3::SimpleRefCount< ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> >']) |
5348 | 196 |
## simple-channel.h: ns3::SimpleChannel [class] |
197 |
module.add_class('SimpleChannel', parent=root_module['ns3::Channel']) |
|
198 |
## simple-net-device.h: ns3::SimpleNetDevice [class] |
|
199 |
module.add_class('SimpleNetDevice', parent=root_module['ns3::NetDevice']) |
|
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
200 |
## spectrum-channel.h: ns3::SpectrumChannel [class] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
201 |
module.add_class('SpectrumChannel', parent=root_module['ns3::Channel']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
202 |
## address.h: ns3::AddressChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
203 |
module.add_class('AddressChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
204 |
## address.h: ns3::AddressValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
205 |
module.add_class('AddressValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
206 |
## packetbb.h: ns3::PbbAddressTlv [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
207 |
module.add_class('PbbAddressTlv', parent=root_module['ns3::PbbTlv']) |
5348 | 208 |
module.add_container('ns3::olsr::MprSet', 'ns3::Ipv4Address', container_type='set') |
209 |
module.add_container('std::vector< ns3::Ipv4Address >', 'ns3::Ipv4Address', container_type='vector') |
|
5821 | 210 |
module.add_container('std::vector< ns3::Ipv6Address >', 'ns3::Ipv6Address', container_type='vector') |
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
211 |
typehandlers.add_type_alias('ns3::Callback< bool, ns3::Ptr< ns3::Packet >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ns3::PhyMacTxStartCallback') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
212 |
typehandlers.add_type_alias('ns3::Callback< bool, ns3::Ptr< ns3::Packet >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >*', 'ns3::PhyMacTxStartCallback*') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
213 |
typehandlers.add_type_alias('ns3::Callback< bool, ns3::Ptr< ns3::Packet >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >&', 'ns3::PhyMacTxStartCallback&') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
214 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ns3::PhyMacTxEndCallback') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
215 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >*', 'ns3::PhyMacTxEndCallback*') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
216 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >&', 'ns3::PhyMacTxEndCallback&') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
217 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ns3::PhyMacRxEndErrorCallback') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
218 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >*', 'ns3::PhyMacRxEndErrorCallback*') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
219 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >&', 'ns3::PhyMacRxEndErrorCallback&') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
220 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ns3::PhyMacRxEndOkCallback') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
221 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >*', 'ns3::PhyMacRxEndOkCallback*') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
222 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >&', 'ns3::PhyMacRxEndOkCallback&') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
223 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ns3::PhyMacRxStartCallback') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
224 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >*', 'ns3::PhyMacRxStartCallback*') |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
225 |
typehandlers.add_type_alias('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >&', 'ns3::PhyMacRxStartCallback&') |
5348 | 226 |
|
227 |
## Register a nested module for the namespace Config |
|
228 |
||
229 |
nested_module = module.add_cpp_namespace('Config') |
|
230 |
register_types_ns3_Config(nested_module) |
|
231 |
||
232 |
||
6375 | 233 |
## Register a nested module for the namespace FatalImpl |
234 |
||
235 |
nested_module = module.add_cpp_namespace('FatalImpl') |
|
236 |
register_types_ns3_FatalImpl(nested_module) |
|
237 |
||
238 |
||
5348 | 239 |
## Register a nested module for the namespace TimeStepPrecision |
240 |
||
241 |
nested_module = module.add_cpp_namespace('TimeStepPrecision') |
|
242 |
register_types_ns3_TimeStepPrecision(nested_module) |
|
243 |
||
244 |
||
245 |
## Register a nested module for the namespace addressUtils |
|
246 |
||
247 |
nested_module = module.add_cpp_namespace('addressUtils') |
|
248 |
register_types_ns3_addressUtils(nested_module) |
|
249 |
||
250 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
251 |
## Register a nested module for the namespace aodv |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
252 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
253 |
nested_module = module.add_cpp_namespace('aodv') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
254 |
register_types_ns3_aodv(nested_module) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
255 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
256 |
|
5348 | 257 |
## Register a nested module for the namespace dot11s |
258 |
||
259 |
nested_module = module.add_cpp_namespace('dot11s') |
|
260 |
register_types_ns3_dot11s(nested_module) |
|
261 |
||
262 |
||
263 |
## Register a nested module for the namespace flame |
|
264 |
||
265 |
nested_module = module.add_cpp_namespace('flame') |
|
266 |
register_types_ns3_flame(nested_module) |
|
267 |
||
268 |
||
269 |
## Register a nested module for the namespace internal |
|
270 |
||
271 |
nested_module = module.add_cpp_namespace('internal') |
|
272 |
register_types_ns3_internal(nested_module) |
|
273 |
||
274 |
||
275 |
## Register a nested module for the namespace olsr |
|
276 |
||
277 |
nested_module = module.add_cpp_namespace('olsr') |
|
278 |
register_types_ns3_olsr(nested_module) |
|
279 |
||
280 |
||
281 |
def register_types_ns3_Config(module): |
|
282 |
root_module = module.get_root() |
|
283 |
||
284 |
||
6375 | 285 |
def register_types_ns3_FatalImpl(module): |
286 |
root_module = module.get_root() |
|
287 |
||
288 |
||
5348 | 289 |
def register_types_ns3_TimeStepPrecision(module): |
290 |
root_module = module.get_root() |
|
291 |
||
292 |
||
293 |
def register_types_ns3_addressUtils(module): |
|
294 |
root_module = module.get_root() |
|
295 |
||
296 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
297 |
def register_types_ns3_aodv(module): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
298 |
root_module = module.get_root() |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
299 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
300 |
|
5348 | 301 |
def register_types_ns3_dot11s(module): |
302 |
root_module = module.get_root() |
|
303 |
||
304 |
module.add_container('std::vector< ns3::Mac48Address >', 'ns3::Mac48Address', container_type='vector') |
|
305 |
||
306 |
def register_types_ns3_flame(module): |
|
307 |
root_module = module.get_root() |
|
308 |
||
309 |
||
310 |
def register_types_ns3_internal(module): |
|
311 |
root_module = module.get_root() |
|
312 |
||
313 |
||
314 |
def register_types_ns3_olsr(module): |
|
315 |
root_module = module.get_root() |
|
316 |
||
317 |
||
318 |
def register_methods(root_module): |
|
319 |
register_Ns3Address_methods(root_module, root_module['ns3::Address']) |
|
320 |
register_Ns3ChannelList_methods(root_module, root_module['ns3::ChannelList']) |
|
321 |
register_Ns3Inet6SocketAddress_methods(root_module, root_module['ns3::Inet6SocketAddress']) |
|
322 |
register_Ns3InetSocketAddress_methods(root_module, root_module['ns3::InetSocketAddress']) |
|
323 |
register_Ns3Ipv4Address_methods(root_module, root_module['ns3::Ipv4Address']) |
|
324 |
register_Ns3Ipv4AddressGenerator_methods(root_module, root_module['ns3::Ipv4AddressGenerator']) |
|
325 |
register_Ns3Ipv4InterfaceAddress_methods(root_module, root_module['ns3::Ipv4InterfaceAddress']) |
|
326 |
register_Ns3Ipv4Mask_methods(root_module, root_module['ns3::Ipv4Mask']) |
|
327 |
register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address']) |
|
328 |
register_Ns3Ipv6InterfaceAddress_methods(root_module, root_module['ns3::Ipv6InterfaceAddress']) |
|
329 |
register_Ns3Ipv6Prefix_methods(root_module, root_module['ns3::Ipv6Prefix']) |
|
330 |
register_Ns3Mac48Address_methods(root_module, root_module['ns3::Mac48Address']) |
|
331 |
register_Ns3Mac64Address_methods(root_module, root_module['ns3::Mac64Address']) |
|
332 |
register_Ns3NodeList_methods(root_module, root_module['ns3::NodeList']) |
|
333 |
register_Ns3PacketSocketAddress_methods(root_module, root_module['ns3::PacketSocketAddress']) |
|
334 |
register_Ns3PbbAddressTlvBlock_methods(root_module, root_module['ns3::PbbAddressTlvBlock']) |
|
335 |
register_Ns3PbbTlvBlock_methods(root_module, root_module['ns3::PbbTlvBlock']) |
|
336 |
register_Ns3Ipv4Header_methods(root_module, root_module['ns3::Ipv4Header']) |
|
337 |
register_Ns3Ipv6Header_methods(root_module, root_module['ns3::Ipv6Header']) |
|
338 |
register_Ns3LlcSnapHeader_methods(root_module, root_module['ns3::LlcSnapHeader']) |
|
339 |
register_Ns3Queue_methods(root_module, root_module['ns3::Queue']) |
|
6029
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
340 |
register_Ns3RadiotapHeader_methods(root_module, root_module['ns3::RadiotapHeader']) |
5348 | 341 |
register_Ns3Socket_methods(root_module, root_module['ns3::Socket']) |
342 |
register_Ns3SocketAddressTag_methods(root_module, root_module['ns3::SocketAddressTag']) |
|
343 |
register_Ns3SocketFactory_methods(root_module, root_module['ns3::SocketFactory']) |
|
344 |
register_Ns3SocketIpTtlTag_methods(root_module, root_module['ns3::SocketIpTtlTag']) |
|
345 |
register_Ns3SocketSetDontFragmentTag_methods(root_module, root_module['ns3::SocketSetDontFragmentTag']) |
|
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
346 |
register_Ns3SpectrumPhy_methods(root_module, root_module['ns3::SpectrumPhy']) |
5348 | 347 |
register_Ns3TcpSocket_methods(root_module, root_module['ns3::TcpSocket']) |
348 |
register_Ns3TcpSocketFactory_methods(root_module, root_module['ns3::TcpSocketFactory']) |
|
349 |
register_Ns3UdpSocket_methods(root_module, root_module['ns3::UdpSocket']) |
|
350 |
register_Ns3UdpSocketFactory_methods(root_module, root_module['ns3::UdpSocketFactory']) |
|
351 |
register_Ns3Application_methods(root_module, root_module['ns3::Application']) |
|
352 |
register_Ns3Channel_methods(root_module, root_module['ns3::Channel']) |
|
353 |
register_Ns3DropTailQueue_methods(root_module, root_module['ns3::DropTailQueue']) |
|
354 |
register_Ns3EthernetHeader_methods(root_module, root_module['ns3::EthernetHeader']) |
|
355 |
register_Ns3EthernetTrailer_methods(root_module, root_module['ns3::EthernetTrailer']) |
|
356 |
register_Ns3Ipv4_methods(root_module, root_module['ns3::Ipv4']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
357 |
register_Ns3Ipv4AddressChecker_methods(root_module, root_module['ns3::Ipv4AddressChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
358 |
register_Ns3Ipv4AddressValue_methods(root_module, root_module['ns3::Ipv4AddressValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
359 |
register_Ns3Ipv4MaskChecker_methods(root_module, root_module['ns3::Ipv4MaskChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
360 |
register_Ns3Ipv4MaskValue_methods(root_module, root_module['ns3::Ipv4MaskValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
361 |
register_Ns3Ipv4MulticastRoute_methods(root_module, root_module['ns3::Ipv4MulticastRoute']) |
5348 | 362 |
register_Ns3Ipv4RawSocketFactory_methods(root_module, root_module['ns3::Ipv4RawSocketFactory']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
363 |
register_Ns3Ipv4Route_methods(root_module, root_module['ns3::Ipv4Route']) |
5348 | 364 |
register_Ns3Ipv4RoutingProtocol_methods(root_module, root_module['ns3::Ipv4RoutingProtocol']) |
365 |
register_Ns3Ipv6_methods(root_module, root_module['ns3::Ipv6']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
366 |
register_Ns3Ipv6AddressChecker_methods(root_module, root_module['ns3::Ipv6AddressChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
367 |
register_Ns3Ipv6AddressValue_methods(root_module, root_module['ns3::Ipv6AddressValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
368 |
register_Ns3Ipv6MulticastRoute_methods(root_module, root_module['ns3::Ipv6MulticastRoute']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
369 |
register_Ns3Ipv6PrefixChecker_methods(root_module, root_module['ns3::Ipv6PrefixChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
370 |
register_Ns3Ipv6PrefixValue_methods(root_module, root_module['ns3::Ipv6PrefixValue']) |
5348 | 371 |
register_Ns3Ipv6RawSocketFactory_methods(root_module, root_module['ns3::Ipv6RawSocketFactory']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
372 |
register_Ns3Ipv6Route_methods(root_module, root_module['ns3::Ipv6Route']) |
5348 | 373 |
register_Ns3Ipv6RoutingProtocol_methods(root_module, root_module['ns3::Ipv6RoutingProtocol']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
374 |
register_Ns3Mac48AddressChecker_methods(root_module, root_module['ns3::Mac48AddressChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
375 |
register_Ns3Mac48AddressValue_methods(root_module, root_module['ns3::Mac48AddressValue']) |
5348 | 376 |
register_Ns3NetDevice_methods(root_module, root_module['ns3::NetDevice']) |
377 |
register_Ns3Node_methods(root_module, root_module['ns3::Node']) |
|
378 |
register_Ns3PacketSocketFactory_methods(root_module, root_module['ns3::PacketSocketFactory']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
379 |
register_Ns3PbbAddressBlock_methods(root_module, root_module['ns3::PbbAddressBlock']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
380 |
register_Ns3PbbAddressBlockIpv4_methods(root_module, root_module['ns3::PbbAddressBlockIpv4']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
381 |
register_Ns3PbbAddressBlockIpv6_methods(root_module, root_module['ns3::PbbAddressBlockIpv6']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
382 |
register_Ns3PbbMessage_methods(root_module, root_module['ns3::PbbMessage']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
383 |
register_Ns3PbbMessageIpv4_methods(root_module, root_module['ns3::PbbMessageIpv4']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
384 |
register_Ns3PbbMessageIpv6_methods(root_module, root_module['ns3::PbbMessageIpv6']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
385 |
register_Ns3PbbPacket_methods(root_module, root_module['ns3::PbbPacket']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
386 |
register_Ns3PbbTlv_methods(root_module, root_module['ns3::PbbTlv']) |
5348 | 387 |
register_Ns3SimpleChannel_methods(root_module, root_module['ns3::SimpleChannel']) |
388 |
register_Ns3SimpleNetDevice_methods(root_module, root_module['ns3::SimpleNetDevice']) |
|
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
389 |
register_Ns3SpectrumChannel_methods(root_module, root_module['ns3::SpectrumChannel']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
390 |
register_Ns3AddressChecker_methods(root_module, root_module['ns3::AddressChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
391 |
register_Ns3AddressValue_methods(root_module, root_module['ns3::AddressValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
392 |
register_Ns3PbbAddressTlv_methods(root_module, root_module['ns3::PbbAddressTlv']) |
5348 | 393 |
return |
394 |
||
395 |
def register_Ns3Address_methods(root_module, cls): |
|
396 |
cls.add_binary_comparison_operator('!=') |
|
397 |
cls.add_binary_comparison_operator('<') |
|
398 |
cls.add_output_stream_operator() |
|
399 |
cls.add_binary_comparison_operator('==') |
|
400 |
## address.h: ns3::Address::Address() [constructor] |
|
401 |
cls.add_constructor([]) |
|
402 |
## address.h: ns3::Address::Address(uint8_t type, uint8_t const * buffer, uint8_t len) [constructor] |
|
403 |
cls.add_constructor([param('uint8_t', 'type'), param('uint8_t const *', 'buffer'), param('uint8_t', 'len')]) |
|
404 |
## address.h: ns3::Address::Address(ns3::Address const & address) [copy constructor] |
|
405 |
cls.add_constructor([param('ns3::Address const &', 'address')]) |
|
406 |
## address.h: bool ns3::Address::CheckCompatible(uint8_t type, uint8_t len) const [member function] |
|
407 |
cls.add_method('CheckCompatible', |
|
408 |
'bool', |
|
409 |
[param('uint8_t', 'type'), param('uint8_t', 'len')], |
|
410 |
is_const=True) |
|
411 |
## address.h: uint32_t ns3::Address::CopyAllFrom(uint8_t const * buffer, uint8_t len) [member function] |
|
412 |
cls.add_method('CopyAllFrom', |
|
413 |
'uint32_t', |
|
414 |
[param('uint8_t const *', 'buffer'), param('uint8_t', 'len')]) |
|
415 |
## address.h: uint32_t ns3::Address::CopyAllTo(uint8_t * buffer, uint8_t len) const [member function] |
|
416 |
cls.add_method('CopyAllTo', |
|
417 |
'uint32_t', |
|
418 |
[param('uint8_t *', 'buffer'), param('uint8_t', 'len')], |
|
419 |
is_const=True) |
|
420 |
## address.h: uint32_t ns3::Address::CopyFrom(uint8_t const * buffer, uint8_t len) [member function] |
|
421 |
cls.add_method('CopyFrom', |
|
422 |
'uint32_t', |
|
423 |
[param('uint8_t const *', 'buffer'), param('uint8_t', 'len')]) |
|
424 |
## address.h: uint32_t ns3::Address::CopyTo(uint8_t * buffer) const [member function] |
|
425 |
cls.add_method('CopyTo', |
|
426 |
'uint32_t', |
|
427 |
[param('uint8_t *', 'buffer')], |
|
428 |
is_const=True) |
|
429 |
## address.h: void ns3::Address::Deserialize(ns3::TagBuffer buffer) [member function] |
|
430 |
cls.add_method('Deserialize', |
|
431 |
'void', |
|
432 |
[param('ns3::TagBuffer', 'buffer')]) |
|
433 |
## address.h: uint8_t ns3::Address::GetLength() const [member function] |
|
434 |
cls.add_method('GetLength', |
|
435 |
'uint8_t', |
|
436 |
[], |
|
437 |
is_const=True) |
|
438 |
## address.h: uint32_t ns3::Address::GetSerializedSize() const [member function] |
|
439 |
cls.add_method('GetSerializedSize', |
|
440 |
'uint32_t', |
|
441 |
[], |
|
442 |
is_const=True) |
|
443 |
## address.h: bool ns3::Address::IsInvalid() const [member function] |
|
444 |
cls.add_method('IsInvalid', |
|
445 |
'bool', |
|
446 |
[], |
|
447 |
is_const=True) |
|
448 |
## address.h: bool ns3::Address::IsMatchingType(uint8_t type) const [member function] |
|
449 |
cls.add_method('IsMatchingType', |
|
450 |
'bool', |
|
451 |
[param('uint8_t', 'type')], |
|
452 |
is_const=True) |
|
453 |
## address.h: static uint8_t ns3::Address::Register() [member function] |
|
454 |
cls.add_method('Register', |
|
455 |
'uint8_t', |
|
456 |
[], |
|
457 |
is_static=True) |
|
458 |
## address.h: void ns3::Address::Serialize(ns3::TagBuffer buffer) const [member function] |
|
459 |
cls.add_method('Serialize', |
|
460 |
'void', |
|
461 |
[param('ns3::TagBuffer', 'buffer')], |
|
462 |
is_const=True) |
|
463 |
return |
|
464 |
||
465 |
def register_Ns3ChannelList_methods(root_module, cls): |
|
466 |
## channel-list.h: ns3::ChannelList::ChannelList() [constructor] |
|
467 |
cls.add_constructor([]) |
|
468 |
## channel-list.h: ns3::ChannelList::ChannelList(ns3::ChannelList const & arg0) [copy constructor] |
|
469 |
cls.add_constructor([param('ns3::ChannelList const &', 'arg0')]) |
|
470 |
## channel-list.h: static uint32_t ns3::ChannelList::Add(ns3::Ptr<ns3::Channel> channel) [member function] |
|
471 |
cls.add_method('Add', |
|
472 |
'uint32_t', |
|
473 |
[param('ns3::Ptr< ns3::Channel >', 'channel')], |
|
474 |
is_static=True) |
|
475 |
## channel-list.h: static __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Channel>*,std::vector<ns3::Ptr<ns3::Channel>, std::allocator<ns3::Ptr<ns3::Channel> > > > ns3::ChannelList::Begin() [member function] |
|
476 |
cls.add_method('Begin', |
|
477 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Channel > const, std::vector< ns3::Ptr< ns3::Channel > > >', |
|
478 |
[], |
|
479 |
is_static=True) |
|
480 |
## channel-list.h: static __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Channel>*,std::vector<ns3::Ptr<ns3::Channel>, std::allocator<ns3::Ptr<ns3::Channel> > > > ns3::ChannelList::End() [member function] |
|
481 |
cls.add_method('End', |
|
482 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Channel > const, std::vector< ns3::Ptr< ns3::Channel > > >', |
|
483 |
[], |
|
484 |
is_static=True) |
|
485 |
## channel-list.h: static ns3::Ptr<ns3::Channel> ns3::ChannelList::GetChannel(uint32_t n) [member function] |
|
486 |
cls.add_method('GetChannel', |
|
487 |
'ns3::Ptr< ns3::Channel >', |
|
488 |
[param('uint32_t', 'n')], |
|
489 |
is_static=True) |
|
490 |
## channel-list.h: static uint32_t ns3::ChannelList::GetNChannels() [member function] |
|
491 |
cls.add_method('GetNChannels', |
|
492 |
'uint32_t', |
|
493 |
[], |
|
494 |
is_static=True) |
|
495 |
return |
|
496 |
||
497 |
def register_Ns3Inet6SocketAddress_methods(root_module, cls): |
|
498 |
## inet6-socket-address.h: ns3::Inet6SocketAddress::Inet6SocketAddress(ns3::Inet6SocketAddress const & arg0) [copy constructor] |
|
499 |
cls.add_constructor([param('ns3::Inet6SocketAddress const &', 'arg0')]) |
|
500 |
## inet6-socket-address.h: ns3::Inet6SocketAddress::Inet6SocketAddress(ns3::Ipv6Address ipv6, uint16_t port) [constructor] |
|
501 |
cls.add_constructor([param('ns3::Ipv6Address', 'ipv6'), param('uint16_t', 'port')]) |
|
502 |
## inet6-socket-address.h: ns3::Inet6SocketAddress::Inet6SocketAddress(ns3::Ipv6Address ipv6) [constructor] |
|
503 |
cls.add_constructor([param('ns3::Ipv6Address', 'ipv6')]) |
|
504 |
## inet6-socket-address.h: ns3::Inet6SocketAddress::Inet6SocketAddress(uint16_t port) [constructor] |
|
505 |
cls.add_constructor([param('uint16_t', 'port')]) |
|
506 |
## inet6-socket-address.h: ns3::Inet6SocketAddress::Inet6SocketAddress(char const * ipv6, uint16_t port) [constructor] |
|
507 |
cls.add_constructor([param('char const *', 'ipv6'), param('uint16_t', 'port')]) |
|
508 |
## inet6-socket-address.h: ns3::Inet6SocketAddress::Inet6SocketAddress(char const * ipv6) [constructor] |
|
509 |
cls.add_constructor([param('char const *', 'ipv6')]) |
|
510 |
## inet6-socket-address.h: static ns3::Inet6SocketAddress ns3::Inet6SocketAddress::ConvertFrom(ns3::Address const & addr) [member function] |
|
511 |
cls.add_method('ConvertFrom', |
|
512 |
'ns3::Inet6SocketAddress', |
|
513 |
[param('ns3::Address const &', 'addr')], |
|
514 |
is_static=True) |
|
515 |
## inet6-socket-address.h: ns3::Ipv6Address ns3::Inet6SocketAddress::GetIpv6() const [member function] |
|
516 |
cls.add_method('GetIpv6', |
|
517 |
'ns3::Ipv6Address', |
|
518 |
[], |
|
519 |
is_const=True) |
|
520 |
## inet6-socket-address.h: uint16_t ns3::Inet6SocketAddress::GetPort() const [member function] |
|
521 |
cls.add_method('GetPort', |
|
522 |
'uint16_t', |
|
523 |
[], |
|
524 |
is_const=True) |
|
525 |
## inet6-socket-address.h: static bool ns3::Inet6SocketAddress::IsMatchingType(ns3::Address const & addr) [member function] |
|
526 |
cls.add_method('IsMatchingType', |
|
527 |
'bool', |
|
528 |
[param('ns3::Address const &', 'addr')], |
|
529 |
is_static=True) |
|
530 |
## inet6-socket-address.h: void ns3::Inet6SocketAddress::SetIpv6(ns3::Ipv6Address ipv6) [member function] |
|
531 |
cls.add_method('SetIpv6', |
|
532 |
'void', |
|
533 |
[param('ns3::Ipv6Address', 'ipv6')]) |
|
534 |
## inet6-socket-address.h: void ns3::Inet6SocketAddress::SetPort(uint16_t port) [member function] |
|
535 |
cls.add_method('SetPort', |
|
536 |
'void', |
|
537 |
[param('uint16_t', 'port')]) |
|
538 |
return |
|
539 |
||
540 |
def register_Ns3InetSocketAddress_methods(root_module, cls): |
|
541 |
## inet-socket-address.h: ns3::InetSocketAddress::InetSocketAddress(ns3::InetSocketAddress const & arg0) [copy constructor] |
|
542 |
cls.add_constructor([param('ns3::InetSocketAddress const &', 'arg0')]) |
|
543 |
## inet-socket-address.h: ns3::InetSocketAddress::InetSocketAddress(ns3::Ipv4Address ipv4, uint16_t port) [constructor] |
|
544 |
cls.add_constructor([param('ns3::Ipv4Address', 'ipv4'), param('uint16_t', 'port')]) |
|
545 |
## inet-socket-address.h: ns3::InetSocketAddress::InetSocketAddress(ns3::Ipv4Address ipv4) [constructor] |
|
546 |
cls.add_constructor([param('ns3::Ipv4Address', 'ipv4')]) |
|
547 |
## inet-socket-address.h: ns3::InetSocketAddress::InetSocketAddress(uint16_t port) [constructor] |
|
548 |
cls.add_constructor([param('uint16_t', 'port')]) |
|
549 |
## inet-socket-address.h: ns3::InetSocketAddress::InetSocketAddress(char const * ipv4, uint16_t port) [constructor] |
|
550 |
cls.add_constructor([param('char const *', 'ipv4'), param('uint16_t', 'port')]) |
|
551 |
## inet-socket-address.h: ns3::InetSocketAddress::InetSocketAddress(char const * ipv4) [constructor] |
|
552 |
cls.add_constructor([param('char const *', 'ipv4')]) |
|
553 |
## inet-socket-address.h: static ns3::InetSocketAddress ns3::InetSocketAddress::ConvertFrom(ns3::Address const & address) [member function] |
|
554 |
cls.add_method('ConvertFrom', |
|
555 |
'ns3::InetSocketAddress', |
|
556 |
[param('ns3::Address const &', 'address')], |
|
557 |
is_static=True) |
|
558 |
## inet-socket-address.h: ns3::Ipv4Address ns3::InetSocketAddress::GetIpv4() const [member function] |
|
559 |
cls.add_method('GetIpv4', |
|
560 |
'ns3::Ipv4Address', |
|
561 |
[], |
|
562 |
is_const=True) |
|
563 |
## inet-socket-address.h: uint16_t ns3::InetSocketAddress::GetPort() const [member function] |
|
564 |
cls.add_method('GetPort', |
|
565 |
'uint16_t', |
|
566 |
[], |
|
567 |
is_const=True) |
|
568 |
## inet-socket-address.h: static bool ns3::InetSocketAddress::IsMatchingType(ns3::Address const & address) [member function] |
|
569 |
cls.add_method('IsMatchingType', |
|
570 |
'bool', |
|
571 |
[param('ns3::Address const &', 'address')], |
|
572 |
is_static=True) |
|
573 |
## inet-socket-address.h: void ns3::InetSocketAddress::SetIpv4(ns3::Ipv4Address address) [member function] |
|
574 |
cls.add_method('SetIpv4', |
|
575 |
'void', |
|
576 |
[param('ns3::Ipv4Address', 'address')]) |
|
577 |
## inet-socket-address.h: void ns3::InetSocketAddress::SetPort(uint16_t port) [member function] |
|
578 |
cls.add_method('SetPort', |
|
579 |
'void', |
|
580 |
[param('uint16_t', 'port')]) |
|
581 |
return |
|
582 |
||
583 |
def register_Ns3Ipv4Address_methods(root_module, cls): |
|
584 |
cls.add_binary_comparison_operator('!=') |
|
585 |
cls.add_binary_comparison_operator('<') |
|
586 |
cls.add_output_stream_operator() |
|
587 |
cls.add_binary_comparison_operator('==') |
|
588 |
## ipv4-address.h: ns3::Ipv4Address::Ipv4Address(ns3::Ipv4Address const & arg0) [copy constructor] |
|
589 |
cls.add_constructor([param('ns3::Ipv4Address const &', 'arg0')]) |
|
590 |
## ipv4-address.h: ns3::Ipv4Address::Ipv4Address() [constructor] |
|
591 |
cls.add_constructor([]) |
|
592 |
## ipv4-address.h: ns3::Ipv4Address::Ipv4Address(uint32_t address) [constructor] |
|
593 |
cls.add_constructor([param('uint32_t', 'address')]) |
|
594 |
## ipv4-address.h: ns3::Ipv4Address::Ipv4Address(char const * address) [constructor] |
|
595 |
cls.add_constructor([param('char const *', 'address')]) |
|
596 |
## ipv4-address.h: ns3::Ipv4Address ns3::Ipv4Address::CombineMask(ns3::Ipv4Mask const & mask) const [member function] |
|
597 |
cls.add_method('CombineMask', |
|
598 |
'ns3::Ipv4Address', |
|
599 |
[param('ns3::Ipv4Mask const &', 'mask')], |
|
600 |
is_const=True) |
|
601 |
## ipv4-address.h: static ns3::Ipv4Address ns3::Ipv4Address::ConvertFrom(ns3::Address const & address) [member function] |
|
602 |
cls.add_method('ConvertFrom', |
|
603 |
'ns3::Ipv4Address', |
|
604 |
[param('ns3::Address const &', 'address')], |
|
605 |
is_static=True) |
|
606 |
## ipv4-address.h: static ns3::Ipv4Address ns3::Ipv4Address::Deserialize(uint8_t const * buf) [member function] |
|
607 |
cls.add_method('Deserialize', |
|
608 |
'ns3::Ipv4Address', |
|
609 |
[param('uint8_t const *', 'buf')], |
|
610 |
is_static=True) |
|
611 |
## ipv4-address.h: uint32_t ns3::Ipv4Address::Get() const [member function] |
|
612 |
cls.add_method('Get', |
|
613 |
'uint32_t', |
|
614 |
[], |
|
615 |
is_const=True) |
|
616 |
## ipv4-address.h: static ns3::Ipv4Address ns3::Ipv4Address::GetAny() [member function] |
|
617 |
cls.add_method('GetAny', |
|
618 |
'ns3::Ipv4Address', |
|
619 |
[], |
|
620 |
is_static=True) |
|
621 |
## ipv4-address.h: static ns3::Ipv4Address ns3::Ipv4Address::GetBroadcast() [member function] |
|
622 |
cls.add_method('GetBroadcast', |
|
623 |
'ns3::Ipv4Address', |
|
624 |
[], |
|
625 |
is_static=True) |
|
626 |
## ipv4-address.h: static ns3::Ipv4Address ns3::Ipv4Address::GetLoopback() [member function] |
|
627 |
cls.add_method('GetLoopback', |
|
628 |
'ns3::Ipv4Address', |
|
629 |
[], |
|
630 |
is_static=True) |
|
631 |
## ipv4-address.h: ns3::Ipv4Address ns3::Ipv4Address::GetSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function] |
|
632 |
cls.add_method('GetSubnetDirectedBroadcast', |
|
633 |
'ns3::Ipv4Address', |
|
634 |
[param('ns3::Ipv4Mask const &', 'mask')], |
|
635 |
is_const=True) |
|
636 |
## ipv4-address.h: static ns3::Ipv4Address ns3::Ipv4Address::GetZero() [member function] |
|
637 |
cls.add_method('GetZero', |
|
638 |
'ns3::Ipv4Address', |
|
639 |
[], |
|
640 |
is_static=True) |
|
641 |
## ipv4-address.h: bool ns3::Ipv4Address::IsBroadcast() const [member function] |
|
642 |
cls.add_method('IsBroadcast', |
|
643 |
'bool', |
|
644 |
[], |
|
645 |
is_const=True) |
|
646 |
## ipv4-address.h: bool ns3::Ipv4Address::IsEqual(ns3::Ipv4Address const & other) const [member function] |
|
647 |
cls.add_method('IsEqual', |
|
648 |
'bool', |
|
649 |
[param('ns3::Ipv4Address const &', 'other')], |
|
650 |
is_const=True) |
|
6187
8b61b7497642
Update bindings for bug 822 fixes
Tom Henderson <tomh@tomh.org>
parents:
6110
diff
changeset
|
651 |
## ipv4-address.h: bool ns3::Ipv4Address::IsLocalMulticast() const [member function] |
8b61b7497642
Update bindings for bug 822 fixes
Tom Henderson <tomh@tomh.org>
parents:
6110
diff
changeset
|
652 |
cls.add_method('IsLocalMulticast', |
8b61b7497642
Update bindings for bug 822 fixes
Tom Henderson <tomh@tomh.org>
parents:
6110
diff
changeset
|
653 |
'bool', |
8b61b7497642
Update bindings for bug 822 fixes
Tom Henderson <tomh@tomh.org>
parents:
6110
diff
changeset
|
654 |
[], |
8b61b7497642
Update bindings for bug 822 fixes
Tom Henderson <tomh@tomh.org>
parents:
6110
diff
changeset
|
655 |
is_const=True) |
5348 | 656 |
## ipv4-address.h: static bool ns3::Ipv4Address::IsMatchingType(ns3::Address const & address) [member function] |
657 |
cls.add_method('IsMatchingType', |
|
658 |
'bool', |
|
659 |
[param('ns3::Address const &', 'address')], |
|
660 |
is_static=True) |
|
661 |
## ipv4-address.h: bool ns3::Ipv4Address::IsMulticast() const [member function] |
|
662 |
cls.add_method('IsMulticast', |
|
663 |
'bool', |
|
664 |
[], |
|
665 |
is_const=True) |
|
666 |
## ipv4-address.h: bool ns3::Ipv4Address::IsSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function] |
|
667 |
cls.add_method('IsSubnetDirectedBroadcast', |
|
668 |
'bool', |
|
669 |
[param('ns3::Ipv4Mask const &', 'mask')], |
|
670 |
is_const=True) |
|
671 |
## ipv4-address.h: void ns3::Ipv4Address::Print(std::ostream & os) const [member function] |
|
672 |
cls.add_method('Print', |
|
673 |
'void', |
|
674 |
[param('std::ostream &', 'os')], |
|
675 |
is_const=True) |
|
676 |
## ipv4-address.h: void ns3::Ipv4Address::Serialize(uint8_t * buf) const [member function] |
|
677 |
cls.add_method('Serialize', |
|
678 |
'void', |
|
679 |
[param('uint8_t *', 'buf')], |
|
680 |
is_const=True) |
|
681 |
## ipv4-address.h: void ns3::Ipv4Address::Set(uint32_t address) [member function] |
|
682 |
cls.add_method('Set', |
|
683 |
'void', |
|
684 |
[param('uint32_t', 'address')]) |
|
685 |
## ipv4-address.h: void ns3::Ipv4Address::Set(char const * address) [member function] |
|
686 |
cls.add_method('Set', |
|
687 |
'void', |
|
688 |
[param('char const *', 'address')]) |
|
689 |
return |
|
690 |
||
691 |
def register_Ns3Ipv4AddressGenerator_methods(root_module, cls): |
|
692 |
## ipv4-address-generator.h: ns3::Ipv4AddressGenerator::Ipv4AddressGenerator() [constructor] |
|
693 |
cls.add_constructor([]) |
|
694 |
## ipv4-address-generator.h: ns3::Ipv4AddressGenerator::Ipv4AddressGenerator(ns3::Ipv4AddressGenerator const & arg0) [copy constructor] |
|
695 |
cls.add_constructor([param('ns3::Ipv4AddressGenerator const &', 'arg0')]) |
|
696 |
## ipv4-address-generator.h: static bool ns3::Ipv4AddressGenerator::AddAllocated(ns3::Ipv4Address const addr) [member function] |
|
697 |
cls.add_method('AddAllocated', |
|
698 |
'bool', |
|
699 |
[param('ns3::Ipv4Address const', 'addr')], |
|
700 |
is_static=True) |
|
701 |
## ipv4-address-generator.h: static ns3::Ipv4Address ns3::Ipv4AddressGenerator::GetAddress(ns3::Ipv4Mask const mask) [member function] |
|
702 |
cls.add_method('GetAddress', |
|
703 |
'ns3::Ipv4Address', |
|
704 |
[param('ns3::Ipv4Mask const', 'mask')], |
|
705 |
is_static=True) |
|
706 |
## ipv4-address-generator.h: static ns3::Ipv4Address ns3::Ipv4AddressGenerator::GetNetwork(ns3::Ipv4Mask const mask) [member function] |
|
707 |
cls.add_method('GetNetwork', |
|
708 |
'ns3::Ipv4Address', |
|
709 |
[param('ns3::Ipv4Mask const', 'mask')], |
|
710 |
is_static=True) |
|
711 |
## ipv4-address-generator.h: static void ns3::Ipv4AddressGenerator::Init(ns3::Ipv4Address const net, ns3::Ipv4Mask const mask, ns3::Ipv4Address const addr="0.0.0.1") [member function] |
|
712 |
cls.add_method('Init', |
|
713 |
'void', |
|
714 |
[param('ns3::Ipv4Address const', 'net'), param('ns3::Ipv4Mask const', 'mask'), param('ns3::Ipv4Address const', 'addr', default_value='"0.0.0.1"')], |
|
715 |
is_static=True) |
|
716 |
## ipv4-address-generator.h: static void ns3::Ipv4AddressGenerator::InitAddress(ns3::Ipv4Address const addr, ns3::Ipv4Mask const mask) [member function] |
|
717 |
cls.add_method('InitAddress', |
|
718 |
'void', |
|
719 |
[param('ns3::Ipv4Address const', 'addr'), param('ns3::Ipv4Mask const', 'mask')], |
|
720 |
is_static=True) |
|
721 |
## ipv4-address-generator.h: static ns3::Ipv4Address ns3::Ipv4AddressGenerator::NextAddress(ns3::Ipv4Mask const mask) [member function] |
|
722 |
cls.add_method('NextAddress', |
|
723 |
'ns3::Ipv4Address', |
|
724 |
[param('ns3::Ipv4Mask const', 'mask')], |
|
725 |
is_static=True) |
|
726 |
## ipv4-address-generator.h: static ns3::Ipv4Address ns3::Ipv4AddressGenerator::NextNetwork(ns3::Ipv4Mask const mask) [member function] |
|
727 |
cls.add_method('NextNetwork', |
|
728 |
'ns3::Ipv4Address', |
|
729 |
[param('ns3::Ipv4Mask const', 'mask')], |
|
730 |
is_static=True) |
|
731 |
## ipv4-address-generator.h: static void ns3::Ipv4AddressGenerator::Reset() [member function] |
|
732 |
cls.add_method('Reset', |
|
733 |
'void', |
|
734 |
[], |
|
735 |
is_static=True) |
|
736 |
## ipv4-address-generator.h: static void ns3::Ipv4AddressGenerator::TestMode() [member function] |
|
737 |
cls.add_method('TestMode', |
|
738 |
'void', |
|
739 |
[], |
|
740 |
is_static=True) |
|
741 |
return |
|
742 |
||
743 |
def register_Ns3Ipv4InterfaceAddress_methods(root_module, cls): |
|
744 |
cls.add_binary_comparison_operator('!=') |
|
745 |
cls.add_output_stream_operator() |
|
746 |
cls.add_binary_comparison_operator('==') |
|
747 |
## ipv4-interface-address.h: ns3::Ipv4InterfaceAddress::Ipv4InterfaceAddress() [constructor] |
|
748 |
cls.add_constructor([]) |
|
749 |
## ipv4-interface-address.h: ns3::Ipv4InterfaceAddress::Ipv4InterfaceAddress(ns3::Ipv4Address local, ns3::Ipv4Mask mask) [constructor] |
|
750 |
cls.add_constructor([param('ns3::Ipv4Address', 'local'), param('ns3::Ipv4Mask', 'mask')]) |
|
751 |
## ipv4-interface-address.h: ns3::Ipv4InterfaceAddress::Ipv4InterfaceAddress(ns3::Ipv4InterfaceAddress const & o) [copy constructor] |
|
752 |
cls.add_constructor([param('ns3::Ipv4InterfaceAddress const &', 'o')]) |
|
753 |
## ipv4-interface-address.h: ns3::Ipv4Address ns3::Ipv4InterfaceAddress::GetBroadcast() const [member function] |
|
754 |
cls.add_method('GetBroadcast', |
|
755 |
'ns3::Ipv4Address', |
|
756 |
[], |
|
757 |
is_const=True) |
|
758 |
## ipv4-interface-address.h: ns3::Ipv4Address ns3::Ipv4InterfaceAddress::GetLocal() const [member function] |
|
759 |
cls.add_method('GetLocal', |
|
760 |
'ns3::Ipv4Address', |
|
761 |
[], |
|
762 |
is_const=True) |
|
763 |
## ipv4-interface-address.h: ns3::Ipv4Mask ns3::Ipv4InterfaceAddress::GetMask() const [member function] |
|
764 |
cls.add_method('GetMask', |
|
765 |
'ns3::Ipv4Mask', |
|
766 |
[], |
|
767 |
is_const=True) |
|
768 |
## ipv4-interface-address.h: ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e ns3::Ipv4InterfaceAddress::GetScope() const [member function] |
|
769 |
cls.add_method('GetScope', |
|
770 |
'ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e', |
|
771 |
[], |
|
772 |
is_const=True) |
|
773 |
## ipv4-interface-address.h: bool ns3::Ipv4InterfaceAddress::IsSecondary() const [member function] |
|
774 |
cls.add_method('IsSecondary', |
|
775 |
'bool', |
|
776 |
[], |
|
777 |
is_const=True) |
|
778 |
## ipv4-interface-address.h: void ns3::Ipv4InterfaceAddress::SetBroadcast(ns3::Ipv4Address broadcast) [member function] |
|
779 |
cls.add_method('SetBroadcast', |
|
780 |
'void', |
|
781 |
[param('ns3::Ipv4Address', 'broadcast')]) |
|
782 |
## ipv4-interface-address.h: void ns3::Ipv4InterfaceAddress::SetLocal(ns3::Ipv4Address local) [member function] |
|
783 |
cls.add_method('SetLocal', |
|
784 |
'void', |
|
785 |
[param('ns3::Ipv4Address', 'local')]) |
|
786 |
## ipv4-interface-address.h: void ns3::Ipv4InterfaceAddress::SetMask(ns3::Ipv4Mask mask) [member function] |
|
787 |
cls.add_method('SetMask', |
|
788 |
'void', |
|
789 |
[param('ns3::Ipv4Mask', 'mask')]) |
|
790 |
## ipv4-interface-address.h: void ns3::Ipv4InterfaceAddress::SetPrimary() [member function] |
|
791 |
cls.add_method('SetPrimary', |
|
792 |
'void', |
|
793 |
[]) |
|
794 |
## ipv4-interface-address.h: void ns3::Ipv4InterfaceAddress::SetScope(ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e scope) [member function] |
|
795 |
cls.add_method('SetScope', |
|
796 |
'void', |
|
797 |
[param('ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e', 'scope')]) |
|
798 |
## ipv4-interface-address.h: void ns3::Ipv4InterfaceAddress::SetSecondary() [member function] |
|
799 |
cls.add_method('SetSecondary', |
|
800 |
'void', |
|
801 |
[]) |
|
802 |
return |
|
803 |
||
804 |
def register_Ns3Ipv4Mask_methods(root_module, cls): |
|
805 |
cls.add_binary_comparison_operator('!=') |
|
806 |
cls.add_output_stream_operator() |
|
807 |
cls.add_binary_comparison_operator('==') |
|
808 |
## ipv4-address.h: ns3::Ipv4Mask::Ipv4Mask(ns3::Ipv4Mask const & arg0) [copy constructor] |
|
809 |
cls.add_constructor([param('ns3::Ipv4Mask const &', 'arg0')]) |
|
810 |
## ipv4-address.h: ns3::Ipv4Mask::Ipv4Mask() [constructor] |
|
811 |
cls.add_constructor([]) |
|
812 |
## ipv4-address.h: ns3::Ipv4Mask::Ipv4Mask(uint32_t mask) [constructor] |
|
813 |
cls.add_constructor([param('uint32_t', 'mask')]) |
|
814 |
## ipv4-address.h: ns3::Ipv4Mask::Ipv4Mask(char const * mask) [constructor] |
|
815 |
cls.add_constructor([param('char const *', 'mask')]) |
|
816 |
## ipv4-address.h: uint32_t ns3::Ipv4Mask::Get() const [member function] |
|
817 |
cls.add_method('Get', |
|
818 |
'uint32_t', |
|
819 |
[], |
|
820 |
is_const=True) |
|
821 |
## ipv4-address.h: uint32_t ns3::Ipv4Mask::GetInverse() const [member function] |
|
822 |
cls.add_method('GetInverse', |
|
823 |
'uint32_t', |
|
824 |
[], |
|
825 |
is_const=True) |
|
826 |
## ipv4-address.h: static ns3::Ipv4Mask ns3::Ipv4Mask::GetLoopback() [member function] |
|
827 |
cls.add_method('GetLoopback', |
|
828 |
'ns3::Ipv4Mask', |
|
829 |
[], |
|
830 |
is_static=True) |
|
831 |
## ipv4-address.h: static ns3::Ipv4Mask ns3::Ipv4Mask::GetOnes() [member function] |
|
832 |
cls.add_method('GetOnes', |
|
833 |
'ns3::Ipv4Mask', |
|
834 |
[], |
|
835 |
is_static=True) |
|
836 |
## ipv4-address.h: uint16_t ns3::Ipv4Mask::GetPrefixLength() const [member function] |
|
837 |
cls.add_method('GetPrefixLength', |
|
838 |
'uint16_t', |
|
839 |
[], |
|
840 |
is_const=True) |
|
841 |
## ipv4-address.h: static ns3::Ipv4Mask ns3::Ipv4Mask::GetZero() [member function] |
|
842 |
cls.add_method('GetZero', |
|
843 |
'ns3::Ipv4Mask', |
|
844 |
[], |
|
845 |
is_static=True) |
|
846 |
## ipv4-address.h: bool ns3::Ipv4Mask::IsEqual(ns3::Ipv4Mask other) const [member function] |
|
847 |
cls.add_method('IsEqual', |
|
848 |
'bool', |
|
849 |
[param('ns3::Ipv4Mask', 'other')], |
|
850 |
is_const=True) |
|
851 |
## ipv4-address.h: bool ns3::Ipv4Mask::IsMatch(ns3::Ipv4Address a, ns3::Ipv4Address b) const [member function] |
|
852 |
cls.add_method('IsMatch', |
|
853 |
'bool', |
|
854 |
[param('ns3::Ipv4Address', 'a'), param('ns3::Ipv4Address', 'b')], |
|
855 |
is_const=True) |
|
856 |
## ipv4-address.h: void ns3::Ipv4Mask::Print(std::ostream & os) const [member function] |
|
857 |
cls.add_method('Print', |
|
858 |
'void', |
|
859 |
[param('std::ostream &', 'os')], |
|
860 |
is_const=True) |
|
861 |
## ipv4-address.h: void ns3::Ipv4Mask::Set(uint32_t mask) [member function] |
|
862 |
cls.add_method('Set', |
|
863 |
'void', |
|
864 |
[param('uint32_t', 'mask')]) |
|
865 |
return |
|
866 |
||
867 |
def register_Ns3Ipv6Address_methods(root_module, cls): |
|
868 |
cls.add_binary_comparison_operator('!=') |
|
869 |
cls.add_binary_comparison_operator('<') |
|
870 |
cls.add_output_stream_operator() |
|
871 |
cls.add_binary_comparison_operator('==') |
|
872 |
## ipv6-address.h: ns3::Ipv6Address::Ipv6Address() [constructor] |
|
873 |
cls.add_constructor([]) |
|
874 |
## ipv6-address.h: ns3::Ipv6Address::Ipv6Address(char const * address) [constructor] |
|
875 |
cls.add_constructor([param('char const *', 'address')]) |
|
876 |
## ipv6-address.h: ns3::Ipv6Address::Ipv6Address(uint8_t * address) [constructor] |
|
877 |
cls.add_constructor([param('uint8_t *', 'address')]) |
|
878 |
## ipv6-address.h: ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const & addr) [copy constructor] |
|
879 |
cls.add_constructor([param('ns3::Ipv6Address const &', 'addr')]) |
|
880 |
## ipv6-address.h: ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const * addr) [constructor] |
|
881 |
cls.add_constructor([param('ns3::Ipv6Address const *', 'addr')]) |
|
882 |
## ipv6-address.h: ns3::Ipv6Address ns3::Ipv6Address::CombinePrefix(ns3::Ipv6Prefix const & prefix) [member function] |
|
883 |
cls.add_method('CombinePrefix', |
|
884 |
'ns3::Ipv6Address', |
|
885 |
[param('ns3::Ipv6Prefix const &', 'prefix')]) |
|
886 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::ConvertFrom(ns3::Address const & address) [member function] |
|
887 |
cls.add_method('ConvertFrom', |
|
888 |
'ns3::Ipv6Address', |
|
889 |
[param('ns3::Address const &', 'address')], |
|
890 |
is_static=True) |
|
891 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::Deserialize(uint8_t const * buf) [member function] |
|
892 |
cls.add_method('Deserialize', |
|
893 |
'ns3::Ipv6Address', |
|
894 |
[param('uint8_t const *', 'buf')], |
|
895 |
is_static=True) |
|
896 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetAllHostsMulticast() [member function] |
|
897 |
cls.add_method('GetAllHostsMulticast', |
|
898 |
'ns3::Ipv6Address', |
|
899 |
[], |
|
900 |
is_static=True) |
|
901 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetAllNodesMulticast() [member function] |
|
902 |
cls.add_method('GetAllNodesMulticast', |
|
903 |
'ns3::Ipv6Address', |
|
904 |
[], |
|
905 |
is_static=True) |
|
906 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetAllRoutersMulticast() [member function] |
|
907 |
cls.add_method('GetAllRoutersMulticast', |
|
908 |
'ns3::Ipv6Address', |
|
909 |
[], |
|
910 |
is_static=True) |
|
911 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetAny() [member function] |
|
912 |
cls.add_method('GetAny', |
|
913 |
'ns3::Ipv6Address', |
|
914 |
[], |
|
915 |
is_static=True) |
|
916 |
## ipv6-address.h: void ns3::Ipv6Address::GetBytes(uint8_t * buf) const [member function] |
|
917 |
cls.add_method('GetBytes', |
|
918 |
'void', |
|
919 |
[param('uint8_t *', 'buf')], |
|
920 |
is_const=True) |
|
921 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetLoopback() [member function] |
|
922 |
cls.add_method('GetLoopback', |
|
923 |
'ns3::Ipv6Address', |
|
924 |
[], |
|
925 |
is_static=True) |
|
926 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetOnes() [member function] |
|
927 |
cls.add_method('GetOnes', |
|
928 |
'ns3::Ipv6Address', |
|
929 |
[], |
|
930 |
is_static=True) |
|
931 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::GetZero() [member function] |
|
932 |
cls.add_method('GetZero', |
|
933 |
'ns3::Ipv6Address', |
|
934 |
[], |
|
935 |
is_static=True) |
|
936 |
## ipv6-address.h: bool ns3::Ipv6Address::IsAllHostsMulticast() const [member function] |
|
937 |
cls.add_method('IsAllHostsMulticast', |
|
938 |
'bool', |
|
939 |
[], |
|
940 |
is_const=True) |
|
941 |
## ipv6-address.h: bool ns3::Ipv6Address::IsAllNodesMulticast() const [member function] |
|
942 |
cls.add_method('IsAllNodesMulticast', |
|
943 |
'bool', |
|
944 |
[], |
|
945 |
is_const=True) |
|
946 |
## ipv6-address.h: bool ns3::Ipv6Address::IsAllRoutersMulticast() const [member function] |
|
947 |
cls.add_method('IsAllRoutersMulticast', |
|
948 |
'bool', |
|
949 |
[], |
|
950 |
is_const=True) |
|
951 |
## ipv6-address.h: bool ns3::Ipv6Address::IsAny() const [member function] |
|
952 |
cls.add_method('IsAny', |
|
953 |
'bool', |
|
954 |
[], |
|
955 |
is_const=True) |
|
956 |
## ipv6-address.h: bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function] |
|
957 |
cls.add_method('IsEqual', |
|
958 |
'bool', |
|
959 |
[param('ns3::Ipv6Address const &', 'other')], |
|
960 |
is_const=True) |
|
961 |
## ipv6-address.h: bool ns3::Ipv6Address::IsLinkLocal() const [member function] |
|
962 |
cls.add_method('IsLinkLocal', |
|
963 |
'bool', |
|
964 |
[], |
|
965 |
is_const=True) |
|
966 |
## ipv6-address.h: bool ns3::Ipv6Address::IsLocalhost() const [member function] |
|
967 |
cls.add_method('IsLocalhost', |
|
968 |
'bool', |
|
969 |
[], |
|
970 |
is_const=True) |
|
971 |
## ipv6-address.h: static bool ns3::Ipv6Address::IsMatchingType(ns3::Address const & address) [member function] |
|
972 |
cls.add_method('IsMatchingType', |
|
973 |
'bool', |
|
974 |
[param('ns3::Address const &', 'address')], |
|
975 |
is_static=True) |
|
976 |
## ipv6-address.h: bool ns3::Ipv6Address::IsMulticast() const [member function] |
|
977 |
cls.add_method('IsMulticast', |
|
978 |
'bool', |
|
979 |
[], |
|
980 |
is_const=True) |
|
981 |
## ipv6-address.h: bool ns3::Ipv6Address::IsSolicitedMulticast() const [member function] |
|
982 |
cls.add_method('IsSolicitedMulticast', |
|
983 |
'bool', |
|
984 |
[], |
|
985 |
is_const=True) |
|
986 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac48Address addr, ns3::Ipv6Address prefix) [member function] |
|
987 |
cls.add_method('MakeAutoconfiguredAddress', |
|
988 |
'ns3::Ipv6Address', |
|
989 |
[param('ns3::Mac48Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], |
|
990 |
is_static=True) |
|
991 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac48Address mac) [member function] |
|
992 |
cls.add_method('MakeAutoconfiguredLinkLocalAddress', |
|
993 |
'ns3::Ipv6Address', |
|
994 |
[param('ns3::Mac48Address', 'mac')], |
|
995 |
is_static=True) |
|
996 |
## ipv6-address.h: static ns3::Ipv6Address ns3::Ipv6Address::MakeSolicitedAddress(ns3::Ipv6Address addr) [member function] |
|
997 |
cls.add_method('MakeSolicitedAddress', |
|
998 |
'ns3::Ipv6Address', |
|
999 |
[param('ns3::Ipv6Address', 'addr')], |
|
1000 |
is_static=True) |
|
1001 |
## ipv6-address.h: void ns3::Ipv6Address::Print(std::ostream & os) const [member function] |
|
1002 |
cls.add_method('Print', |
|
1003 |
'void', |
|
1004 |
[param('std::ostream &', 'os')], |
|
1005 |
is_const=True) |
|
1006 |
## ipv6-address.h: void ns3::Ipv6Address::Serialize(uint8_t * buf) const [member function] |
|
1007 |
cls.add_method('Serialize', |
|
1008 |
'void', |
|
1009 |
[param('uint8_t *', 'buf')], |
|
1010 |
is_const=True) |
|
1011 |
## ipv6-address.h: void ns3::Ipv6Address::Set(char const * address) [member function] |
|
1012 |
cls.add_method('Set', |
|
1013 |
'void', |
|
1014 |
[param('char const *', 'address')]) |
|
1015 |
## ipv6-address.h: void ns3::Ipv6Address::Set(uint8_t * address) [member function] |
|
1016 |
cls.add_method('Set', |
|
1017 |
'void', |
|
1018 |
[param('uint8_t *', 'address')]) |
|
1019 |
return |
|
1020 |
||
1021 |
def register_Ns3Ipv6InterfaceAddress_methods(root_module, cls): |
|
1022 |
cls.add_binary_comparison_operator('!=') |
|
1023 |
cls.add_output_stream_operator() |
|
1024 |
cls.add_binary_comparison_operator('==') |
|
1025 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::Ipv6InterfaceAddress() [constructor] |
|
1026 |
cls.add_constructor([]) |
|
1027 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::Ipv6InterfaceAddress(ns3::Ipv6Address address) [constructor] |
|
1028 |
cls.add_constructor([param('ns3::Ipv6Address', 'address')]) |
|
1029 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::Ipv6InterfaceAddress(ns3::Ipv6Address address, ns3::Ipv6Prefix prefix) [constructor] |
|
1030 |
cls.add_constructor([param('ns3::Ipv6Address', 'address'), param('ns3::Ipv6Prefix', 'prefix')]) |
|
1031 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::Ipv6InterfaceAddress(ns3::Ipv6InterfaceAddress const & o) [copy constructor] |
|
1032 |
cls.add_constructor([param('ns3::Ipv6InterfaceAddress const &', 'o')]) |
|
1033 |
## ipv6-interface-address.h: ns3::Ipv6Address ns3::Ipv6InterfaceAddress::GetAddress() const [member function] |
|
1034 |
cls.add_method('GetAddress', |
|
1035 |
'ns3::Ipv6Address', |
|
1036 |
[], |
|
1037 |
is_const=True) |
|
1038 |
## ipv6-interface-address.h: uint32_t ns3::Ipv6InterfaceAddress::GetNsDadUid() const [member function] |
|
1039 |
cls.add_method('GetNsDadUid', |
|
1040 |
'uint32_t', |
|
1041 |
[], |
|
1042 |
is_const=True) |
|
1043 |
## ipv6-interface-address.h: ns3::Ipv6Prefix ns3::Ipv6InterfaceAddress::GetPrefix() const [member function] |
|
1044 |
cls.add_method('GetPrefix', |
|
1045 |
'ns3::Ipv6Prefix', |
|
1046 |
[], |
|
1047 |
is_const=True) |
|
1048 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::Scope_e ns3::Ipv6InterfaceAddress::GetScope() const [member function] |
|
1049 |
cls.add_method('GetScope', |
|
1050 |
'ns3::Ipv6InterfaceAddress::Scope_e', |
|
1051 |
[], |
|
1052 |
is_const=True) |
|
1053 |
## ipv6-interface-address.h: ns3::Ipv6InterfaceAddress::State_e ns3::Ipv6InterfaceAddress::GetState() const [member function] |
|
1054 |
cls.add_method('GetState', |
|
1055 |
'ns3::Ipv6InterfaceAddress::State_e', |
|
1056 |
[], |
|
1057 |
is_const=True) |
|
1058 |
## ipv6-interface-address.h: void ns3::Ipv6InterfaceAddress::SetAddress(ns3::Ipv6Address address) [member function] |
|
1059 |
cls.add_method('SetAddress', |
|
1060 |
'void', |
|
1061 |
[param('ns3::Ipv6Address', 'address')]) |
|
1062 |
## ipv6-interface-address.h: void ns3::Ipv6InterfaceAddress::SetNsDadUid(uint32_t uid) [member function] |
|
1063 |
cls.add_method('SetNsDadUid', |
|
1064 |
'void', |
|
1065 |
[param('uint32_t', 'uid')]) |
|
1066 |
## ipv6-interface-address.h: void ns3::Ipv6InterfaceAddress::SetScope(ns3::Ipv6InterfaceAddress::Scope_e scope) [member function] |
|
1067 |
cls.add_method('SetScope', |
|
1068 |
'void', |
|
1069 |
[param('ns3::Ipv6InterfaceAddress::Scope_e', 'scope')]) |
|
1070 |
## ipv6-interface-address.h: void ns3::Ipv6InterfaceAddress::SetState(ns3::Ipv6InterfaceAddress::State_e state) [member function] |
|
1071 |
cls.add_method('SetState', |
|
1072 |
'void', |
|
1073 |
[param('ns3::Ipv6InterfaceAddress::State_e', 'state')]) |
|
1074 |
return |
|
1075 |
||
1076 |
def register_Ns3Ipv6Prefix_methods(root_module, cls): |
|
1077 |
cls.add_binary_comparison_operator('!=') |
|
1078 |
cls.add_output_stream_operator() |
|
1079 |
cls.add_binary_comparison_operator('==') |
|
1080 |
## ipv6-address.h: ns3::Ipv6Prefix::Ipv6Prefix() [constructor] |
|
1081 |
cls.add_constructor([]) |
|
1082 |
## ipv6-address.h: ns3::Ipv6Prefix::Ipv6Prefix(uint8_t * prefix) [constructor] |
|
1083 |
cls.add_constructor([param('uint8_t *', 'prefix')]) |
|
1084 |
## ipv6-address.h: ns3::Ipv6Prefix::Ipv6Prefix(char const * prefix) [constructor] |
|
1085 |
cls.add_constructor([param('char const *', 'prefix')]) |
|
1086 |
## ipv6-address.h: ns3::Ipv6Prefix::Ipv6Prefix(uint8_t prefix) [constructor] |
|
1087 |
cls.add_constructor([param('uint8_t', 'prefix')]) |
|
1088 |
## ipv6-address.h: ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const & prefix) [copy constructor] |
|
1089 |
cls.add_constructor([param('ns3::Ipv6Prefix const &', 'prefix')]) |
|
1090 |
## ipv6-address.h: ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const * prefix) [constructor] |
|
1091 |
cls.add_constructor([param('ns3::Ipv6Prefix const *', 'prefix')]) |
|
1092 |
## ipv6-address.h: void ns3::Ipv6Prefix::GetBytes(uint8_t * buf) const [member function] |
|
1093 |
cls.add_method('GetBytes', |
|
1094 |
'void', |
|
1095 |
[param('uint8_t *', 'buf')], |
|
1096 |
is_const=True) |
|
1097 |
## ipv6-address.h: static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetLoopback() [member function] |
|
1098 |
cls.add_method('GetLoopback', |
|
1099 |
'ns3::Ipv6Prefix', |
|
1100 |
[], |
|
1101 |
is_static=True) |
|
1102 |
## ipv6-address.h: static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetOnes() [member function] |
|
1103 |
cls.add_method('GetOnes', |
|
1104 |
'ns3::Ipv6Prefix', |
|
1105 |
[], |
|
1106 |
is_static=True) |
|
1107 |
## ipv6-address.h: uint8_t ns3::Ipv6Prefix::GetPrefixLength() const [member function] |
|
1108 |
cls.add_method('GetPrefixLength', |
|
1109 |
'uint8_t', |
|
1110 |
[], |
|
1111 |
is_const=True) |
|
1112 |
## ipv6-address.h: static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetZero() [member function] |
|
1113 |
cls.add_method('GetZero', |
|
1114 |
'ns3::Ipv6Prefix', |
|
1115 |
[], |
|
1116 |
is_static=True) |
|
1117 |
## ipv6-address.h: bool ns3::Ipv6Prefix::IsEqual(ns3::Ipv6Prefix const & other) const [member function] |
|
1118 |
cls.add_method('IsEqual', |
|
1119 |
'bool', |
|
1120 |
[param('ns3::Ipv6Prefix const &', 'other')], |
|
1121 |
is_const=True) |
|
1122 |
## ipv6-address.h: bool ns3::Ipv6Prefix::IsMatch(ns3::Ipv6Address a, ns3::Ipv6Address b) const [member function] |
|
1123 |
cls.add_method('IsMatch', |
|
1124 |
'bool', |
|
1125 |
[param('ns3::Ipv6Address', 'a'), param('ns3::Ipv6Address', 'b')], |
|
1126 |
is_const=True) |
|
1127 |
## ipv6-address.h: void ns3::Ipv6Prefix::Print(std::ostream & os) const [member function] |
|
1128 |
cls.add_method('Print', |
|
1129 |
'void', |
|
1130 |
[param('std::ostream &', 'os')], |
|
1131 |
is_const=True) |
|
1132 |
return |
|
1133 |
||
1134 |
def register_Ns3Mac48Address_methods(root_module, cls): |
|
1135 |
cls.add_binary_comparison_operator('!=') |
|
1136 |
cls.add_binary_comparison_operator('<') |
|
1137 |
cls.add_output_stream_operator() |
|
1138 |
cls.add_binary_comparison_operator('==') |
|
1139 |
## mac48-address.h: ns3::Mac48Address::Mac48Address(ns3::Mac48Address const & arg0) [copy constructor] |
|
1140 |
cls.add_constructor([param('ns3::Mac48Address const &', 'arg0')]) |
|
1141 |
## mac48-address.h: ns3::Mac48Address::Mac48Address() [constructor] |
|
1142 |
cls.add_constructor([]) |
|
1143 |
## mac48-address.h: ns3::Mac48Address::Mac48Address(char const * str) [constructor] |
|
1144 |
cls.add_constructor([param('char const *', 'str')]) |
|
1145 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::Allocate() [member function] |
|
1146 |
cls.add_method('Allocate', |
|
1147 |
'ns3::Mac48Address', |
|
1148 |
[], |
|
1149 |
is_static=True) |
|
1150 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::ConvertFrom(ns3::Address const & address) [member function] |
|
1151 |
cls.add_method('ConvertFrom', |
|
1152 |
'ns3::Mac48Address', |
|
1153 |
[param('ns3::Address const &', 'address')], |
|
1154 |
is_static=True) |
|
1155 |
## mac48-address.h: void ns3::Mac48Address::CopyFrom(uint8_t const * buffer) [member function] |
|
1156 |
cls.add_method('CopyFrom', |
|
1157 |
'void', |
|
1158 |
[param('uint8_t const *', 'buffer')]) |
|
1159 |
## mac48-address.h: void ns3::Mac48Address::CopyTo(uint8_t * buffer) const [member function] |
|
1160 |
cls.add_method('CopyTo', |
|
1161 |
'void', |
|
1162 |
[param('uint8_t *', 'buffer')], |
|
1163 |
is_const=True) |
|
1164 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::GetBroadcast() [member function] |
|
1165 |
cls.add_method('GetBroadcast', |
|
1166 |
'ns3::Mac48Address', |
|
1167 |
[], |
|
1168 |
is_static=True) |
|
1169 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::GetMulticast(ns3::Ipv4Address address) [member function] |
|
1170 |
cls.add_method('GetMulticast', |
|
1171 |
'ns3::Mac48Address', |
|
1172 |
[param('ns3::Ipv4Address', 'address')], |
|
1173 |
is_static=True) |
|
1174 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::GetMulticast(ns3::Ipv6Address address) [member function] |
|
1175 |
cls.add_method('GetMulticast', |
|
1176 |
'ns3::Mac48Address', |
|
1177 |
[param('ns3::Ipv6Address', 'address')], |
|
1178 |
is_static=True) |
|
1179 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::GetMulticast6Prefix() [member function] |
|
1180 |
cls.add_method('GetMulticast6Prefix', |
|
1181 |
'ns3::Mac48Address', |
|
1182 |
[], |
|
1183 |
is_static=True) |
|
1184 |
## mac48-address.h: static ns3::Mac48Address ns3::Mac48Address::GetMulticastPrefix() [member function] |
|
1185 |
cls.add_method('GetMulticastPrefix', |
|
1186 |
'ns3::Mac48Address', |
|
1187 |
[], |
|
1188 |
is_static=True) |
|
1189 |
## mac48-address.h: bool ns3::Mac48Address::IsBroadcast() const [member function] |
|
1190 |
cls.add_method('IsBroadcast', |
|
1191 |
'bool', |
|
1192 |
[], |
|
1193 |
is_const=True) |
|
1194 |
## mac48-address.h: bool ns3::Mac48Address::IsGroup() const [member function] |
|
1195 |
cls.add_method('IsGroup', |
|
1196 |
'bool', |
|
1197 |
[], |
|
1198 |
is_const=True) |
|
1199 |
## mac48-address.h: static bool ns3::Mac48Address::IsMatchingType(ns3::Address const & address) [member function] |
|
1200 |
cls.add_method('IsMatchingType', |
|
1201 |
'bool', |
|
1202 |
[param('ns3::Address const &', 'address')], |
|
1203 |
is_static=True) |
|
1204 |
return |
|
1205 |
||
1206 |
def register_Ns3Mac64Address_methods(root_module, cls): |
|
1207 |
cls.add_binary_comparison_operator('!=') |
|
1208 |
cls.add_output_stream_operator() |
|
1209 |
cls.add_binary_comparison_operator('==') |
|
1210 |
## mac64-address.h: ns3::Mac64Address::Mac64Address(ns3::Mac64Address const & arg0) [copy constructor] |
|
1211 |
cls.add_constructor([param('ns3::Mac64Address const &', 'arg0')]) |
|
1212 |
## mac64-address.h: ns3::Mac64Address::Mac64Address() [constructor] |
|
1213 |
cls.add_constructor([]) |
|
1214 |
## mac64-address.h: ns3::Mac64Address::Mac64Address(char const * str) [constructor] |
|
1215 |
cls.add_constructor([param('char const *', 'str')]) |
|
1216 |
## mac64-address.h: static ns3::Mac64Address ns3::Mac64Address::Allocate() [member function] |
|
1217 |
cls.add_method('Allocate', |
|
1218 |
'ns3::Mac64Address', |
|
1219 |
[], |
|
1220 |
is_static=True) |
|
1221 |
## mac64-address.h: static ns3::Mac64Address ns3::Mac64Address::ConvertFrom(ns3::Address const & address) [member function] |
|
1222 |
cls.add_method('ConvertFrom', |
|
1223 |
'ns3::Mac64Address', |
|
1224 |
[param('ns3::Address const &', 'address')], |
|
1225 |
is_static=True) |
|
1226 |
## mac64-address.h: void ns3::Mac64Address::CopyFrom(uint8_t const * buffer) [member function] |
|
1227 |
cls.add_method('CopyFrom', |
|
1228 |
'void', |
|
1229 |
[param('uint8_t const *', 'buffer')]) |
|
1230 |
## mac64-address.h: void ns3::Mac64Address::CopyTo(uint8_t * buffer) const [member function] |
|
1231 |
cls.add_method('CopyTo', |
|
1232 |
'void', |
|
1233 |
[param('uint8_t *', 'buffer')], |
|
1234 |
is_const=True) |
|
1235 |
## mac64-address.h: static bool ns3::Mac64Address::IsMatchingType(ns3::Address const & address) [member function] |
|
1236 |
cls.add_method('IsMatchingType', |
|
1237 |
'bool', |
|
1238 |
[param('ns3::Address const &', 'address')], |
|
1239 |
is_static=True) |
|
1240 |
return |
|
1241 |
||
1242 |
def register_Ns3NodeList_methods(root_module, cls): |
|
1243 |
## node-list.h: ns3::NodeList::NodeList() [constructor] |
|
1244 |
cls.add_constructor([]) |
|
1245 |
## node-list.h: ns3::NodeList::NodeList(ns3::NodeList const & arg0) [copy constructor] |
|
1246 |
cls.add_constructor([param('ns3::NodeList const &', 'arg0')]) |
|
1247 |
## node-list.h: static uint32_t ns3::NodeList::Add(ns3::Ptr<ns3::Node> node) [member function] |
|
1248 |
cls.add_method('Add', |
|
1249 |
'uint32_t', |
|
1250 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
1251 |
is_static=True) |
|
1252 |
## node-list.h: static __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeList::Begin() [member function] |
|
1253 |
cls.add_method('Begin', |
|
1254 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', |
|
1255 |
[], |
|
1256 |
is_static=True) |
|
1257 |
## node-list.h: static __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeList::End() [member function] |
|
1258 |
cls.add_method('End', |
|
1259 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', |
|
1260 |
[], |
|
1261 |
is_static=True) |
|
1262 |
## node-list.h: static uint32_t ns3::NodeList::GetNNodes() [member function] |
|
1263 |
cls.add_method('GetNNodes', |
|
1264 |
'uint32_t', |
|
1265 |
[], |
|
1266 |
is_static=True) |
|
1267 |
## node-list.h: static ns3::Ptr<ns3::Node> ns3::NodeList::GetNode(uint32_t n) [member function] |
|
1268 |
cls.add_method('GetNode', |
|
1269 |
'ns3::Ptr< ns3::Node >', |
|
1270 |
[param('uint32_t', 'n')], |
|
1271 |
is_static=True) |
|
1272 |
return |
|
1273 |
||
1274 |
def register_Ns3PacketSocketAddress_methods(root_module, cls): |
|
1275 |
## packet-socket-address.h: ns3::PacketSocketAddress::PacketSocketAddress(ns3::PacketSocketAddress const & arg0) [copy constructor] |
|
1276 |
cls.add_constructor([param('ns3::PacketSocketAddress const &', 'arg0')]) |
|
1277 |
## packet-socket-address.h: ns3::PacketSocketAddress::PacketSocketAddress() [constructor] |
|
1278 |
cls.add_constructor([]) |
|
1279 |
## packet-socket-address.h: static ns3::PacketSocketAddress ns3::PacketSocketAddress::ConvertFrom(ns3::Address const & address) [member function] |
|
1280 |
cls.add_method('ConvertFrom', |
|
1281 |
'ns3::PacketSocketAddress', |
|
1282 |
[param('ns3::Address const &', 'address')], |
|
1283 |
is_static=True) |
|
1284 |
## packet-socket-address.h: ns3::Address ns3::PacketSocketAddress::GetPhysicalAddress() const [member function] |
|
1285 |
cls.add_method('GetPhysicalAddress', |
|
1286 |
'ns3::Address', |
|
1287 |
[], |
|
1288 |
is_const=True) |
|
1289 |
## packet-socket-address.h: uint16_t ns3::PacketSocketAddress::GetProtocol() const [member function] |
|
1290 |
cls.add_method('GetProtocol', |
|
1291 |
'uint16_t', |
|
1292 |
[], |
|
1293 |
is_const=True) |
|
1294 |
## packet-socket-address.h: uint32_t ns3::PacketSocketAddress::GetSingleDevice() const [member function] |
|
1295 |
cls.add_method('GetSingleDevice', |
|
1296 |
'uint32_t', |
|
1297 |
[], |
|
1298 |
is_const=True) |
|
1299 |
## packet-socket-address.h: static bool ns3::PacketSocketAddress::IsMatchingType(ns3::Address const & address) [member function] |
|
1300 |
cls.add_method('IsMatchingType', |
|
1301 |
'bool', |
|
1302 |
[param('ns3::Address const &', 'address')], |
|
1303 |
is_static=True) |
|
1304 |
## packet-socket-address.h: bool ns3::PacketSocketAddress::IsSingleDevice() const [member function] |
|
1305 |
cls.add_method('IsSingleDevice', |
|
1306 |
'bool', |
|
1307 |
[], |
|
1308 |
is_const=True) |
|
1309 |
## packet-socket-address.h: void ns3::PacketSocketAddress::SetAllDevices() [member function] |
|
1310 |
cls.add_method('SetAllDevices', |
|
1311 |
'void', |
|
1312 |
[]) |
|
1313 |
## packet-socket-address.h: void ns3::PacketSocketAddress::SetPhysicalAddress(ns3::Address const address) [member function] |
|
1314 |
cls.add_method('SetPhysicalAddress', |
|
1315 |
'void', |
|
1316 |
[param('ns3::Address const', 'address')]) |
|
1317 |
## packet-socket-address.h: void ns3::PacketSocketAddress::SetProtocol(uint16_t protocol) [member function] |
|
1318 |
cls.add_method('SetProtocol', |
|
1319 |
'void', |
|
1320 |
[param('uint16_t', 'protocol')]) |
|
1321 |
## packet-socket-address.h: void ns3::PacketSocketAddress::SetSingleDevice(uint32_t device) [member function] |
|
1322 |
cls.add_method('SetSingleDevice', |
|
1323 |
'void', |
|
1324 |
[param('uint32_t', 'device')]) |
|
1325 |
return |
|
1326 |
||
1327 |
def register_Ns3PbbAddressTlvBlock_methods(root_module, cls): |
|
1328 |
cls.add_binary_comparison_operator('==') |
|
1329 |
cls.add_binary_comparison_operator('!=') |
|
1330 |
## packetbb.h: ns3::PbbAddressTlvBlock::PbbAddressTlvBlock(ns3::PbbAddressTlvBlock const & arg0) [copy constructor] |
|
1331 |
cls.add_constructor([param('ns3::PbbAddressTlvBlock const &', 'arg0')]) |
|
1332 |
## packetbb.h: ns3::PbbAddressTlvBlock::PbbAddressTlvBlock() [constructor] |
|
1333 |
cls.add_constructor([]) |
|
1334 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressTlv> ns3::PbbAddressTlvBlock::Back() const [member function] |
|
1335 |
cls.add_method('Back', |
|
1336 |
'ns3::Ptr< ns3::PbbAddressTlv >', |
|
1337 |
[], |
|
1338 |
is_const=True) |
|
1339 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::Begin() [member function] |
|
1340 |
cls.add_method('Begin', |
|
1341 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1342 |
[]) |
|
1343 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::Begin() const [member function] |
|
1344 |
cls.add_method('Begin', |
|
1345 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1346 |
[], |
|
1347 |
is_const=True) |
|
1348 |
## packetbb.h: void ns3::PbbAddressTlvBlock::Clear() [member function] |
|
1349 |
cls.add_method('Clear', |
|
1350 |
'void', |
|
1351 |
[]) |
|
1352 |
## packetbb.h: void ns3::PbbAddressTlvBlock::Deserialize(ns3::Buffer::Iterator & start) [member function] |
|
1353 |
cls.add_method('Deserialize', |
|
1354 |
'void', |
|
1355 |
[param('ns3::Buffer::Iterator &', 'start')]) |
|
1356 |
## packetbb.h: bool ns3::PbbAddressTlvBlock::Empty() const [member function] |
|
1357 |
cls.add_method('Empty', |
|
1358 |
'bool', |
|
1359 |
[], |
|
1360 |
is_const=True) |
|
1361 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::End() [member function] |
|
1362 |
cls.add_method('End', |
|
1363 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1364 |
[]) |
|
1365 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::End() const [member function] |
|
1366 |
cls.add_method('End', |
|
1367 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1368 |
[], |
|
1369 |
is_const=True) |
|
1370 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > position) [member function] |
|
1371 |
cls.add_method('Erase', |
|
1372 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1373 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position')]) |
|
1374 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > first, std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > last) [member function] |
|
1375 |
cls.add_method('Erase', |
|
1376 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1377 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'last')]) |
|
1378 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressTlv> ns3::PbbAddressTlvBlock::Front() const [member function] |
|
1379 |
cls.add_method('Front', |
|
1380 |
'ns3::Ptr< ns3::PbbAddressTlv >', |
|
1381 |
[], |
|
1382 |
is_const=True) |
|
1383 |
## packetbb.h: uint32_t ns3::PbbAddressTlvBlock::GetSerializedSize() const [member function] |
|
1384 |
cls.add_method('GetSerializedSize', |
|
1385 |
'uint32_t', |
|
1386 |
[], |
|
1387 |
is_const=True) |
|
1388 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressTlvBlock::Insert(std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > position, ns3::Ptr<ns3::PbbAddressTlv> const tlv) [member function] |
|
1389 |
cls.add_method('Insert', |
|
1390 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
|
1391 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position'), param('ns3::Ptr< ns3::PbbAddressTlv > const', 'tlv')]) |
|
1392 |
## packetbb.h: void ns3::PbbAddressTlvBlock::PopBack() [member function] |
|
1393 |
cls.add_method('PopBack', |
|
1394 |
'void', |
|
1395 |
[]) |
|
1396 |
## packetbb.h: void ns3::PbbAddressTlvBlock::PopFront() [member function] |
|
1397 |
cls.add_method('PopFront', |
|
1398 |
'void', |
|
1399 |
[]) |
|
1400 |
## packetbb.h: void ns3::PbbAddressTlvBlock::Print(std::ostream & os) const [member function] |
|
1401 |
cls.add_method('Print', |
|
1402 |
'void', |
|
1403 |
[param('std::ostream &', 'os')], |
|
1404 |
is_const=True) |
|
1405 |
## packetbb.h: void ns3::PbbAddressTlvBlock::Print(std::ostream & os, int level) const [member function] |
|
1406 |
cls.add_method('Print', |
|
1407 |
'void', |
|
1408 |
[param('std::ostream &', 'os'), param('int', 'level')], |
|
1409 |
is_const=True) |
|
1410 |
## packetbb.h: void ns3::PbbAddressTlvBlock::PushBack(ns3::Ptr<ns3::PbbAddressTlv> tlv) [member function] |
|
1411 |
cls.add_method('PushBack', |
|
1412 |
'void', |
|
1413 |
[param('ns3::Ptr< ns3::PbbAddressTlv >', 'tlv')]) |
|
1414 |
## packetbb.h: void ns3::PbbAddressTlvBlock::PushFront(ns3::Ptr<ns3::PbbAddressTlv> tlv) [member function] |
|
1415 |
cls.add_method('PushFront', |
|
1416 |
'void', |
|
1417 |
[param('ns3::Ptr< ns3::PbbAddressTlv >', 'tlv')]) |
|
1418 |
## packetbb.h: void ns3::PbbAddressTlvBlock::Serialize(ns3::Buffer::Iterator & start) const [member function] |
|
1419 |
cls.add_method('Serialize', |
|
1420 |
'void', |
|
1421 |
[param('ns3::Buffer::Iterator &', 'start')], |
|
1422 |
is_const=True) |
|
1423 |
## packetbb.h: int ns3::PbbAddressTlvBlock::Size() const [member function] |
|
1424 |
cls.add_method('Size', |
|
1425 |
'int', |
|
1426 |
[], |
|
1427 |
is_const=True) |
|
1428 |
return |
|
1429 |
||
1430 |
def register_Ns3PbbTlvBlock_methods(root_module, cls): |
|
1431 |
cls.add_binary_comparison_operator('==') |
|
1432 |
cls.add_binary_comparison_operator('!=') |
|
1433 |
## packetbb.h: ns3::PbbTlvBlock::PbbTlvBlock(ns3::PbbTlvBlock const & arg0) [copy constructor] |
|
1434 |
cls.add_constructor([param('ns3::PbbTlvBlock const &', 'arg0')]) |
|
1435 |
## packetbb.h: ns3::PbbTlvBlock::PbbTlvBlock() [constructor] |
|
1436 |
cls.add_constructor([]) |
|
1437 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> ns3::PbbTlvBlock::Back() const [member function] |
|
1438 |
cls.add_method('Back', |
|
1439 |
'ns3::Ptr< ns3::PbbTlv >', |
|
1440 |
[], |
|
1441 |
is_const=True) |
|
1442 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::Begin() [member function] |
|
1443 |
cls.add_method('Begin', |
|
1444 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1445 |
[]) |
|
1446 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::Begin() const [member function] |
|
1447 |
cls.add_method('Begin', |
|
1448 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1449 |
[], |
|
1450 |
is_const=True) |
|
1451 |
## packetbb.h: void ns3::PbbTlvBlock::Clear() [member function] |
|
1452 |
cls.add_method('Clear', |
|
1453 |
'void', |
|
1454 |
[]) |
|
1455 |
## packetbb.h: void ns3::PbbTlvBlock::Deserialize(ns3::Buffer::Iterator & start) [member function] |
|
1456 |
cls.add_method('Deserialize', |
|
1457 |
'void', |
|
1458 |
[param('ns3::Buffer::Iterator &', 'start')]) |
|
1459 |
## packetbb.h: bool ns3::PbbTlvBlock::Empty() const [member function] |
|
1460 |
cls.add_method('Empty', |
|
1461 |
'bool', |
|
1462 |
[], |
|
1463 |
is_const=True) |
|
1464 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::End() [member function] |
|
1465 |
cls.add_method('End', |
|
1466 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1467 |
[]) |
|
1468 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::End() const [member function] |
|
1469 |
cls.add_method('End', |
|
1470 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1471 |
[], |
|
1472 |
is_const=True) |
|
1473 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > position) [member function] |
|
1474 |
cls.add_method('Erase', |
|
1475 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1476 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position')]) |
|
1477 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > first, std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > last) [member function] |
|
1478 |
cls.add_method('Erase', |
|
1479 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1480 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'last')]) |
|
1481 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> ns3::PbbTlvBlock::Front() const [member function] |
|
1482 |
cls.add_method('Front', |
|
1483 |
'ns3::Ptr< ns3::PbbTlv >', |
|
1484 |
[], |
|
1485 |
is_const=True) |
|
1486 |
## packetbb.h: uint32_t ns3::PbbTlvBlock::GetSerializedSize() const [member function] |
|
1487 |
cls.add_method('GetSerializedSize', |
|
1488 |
'uint32_t', |
|
1489 |
[], |
|
1490 |
is_const=True) |
|
1491 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbTlvBlock::Insert(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > position, ns3::Ptr<ns3::PbbTlv> const tlv) [member function] |
|
1492 |
cls.add_method('Insert', |
|
1493 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
|
1494 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position'), param('ns3::Ptr< ns3::PbbTlv > const', 'tlv')]) |
|
1495 |
## packetbb.h: void ns3::PbbTlvBlock::PopBack() [member function] |
|
1496 |
cls.add_method('PopBack', |
|
1497 |
'void', |
|
1498 |
[]) |
|
1499 |
## packetbb.h: void ns3::PbbTlvBlock::PopFront() [member function] |
|
1500 |
cls.add_method('PopFront', |
|
1501 |
'void', |
|
1502 |
[]) |
|
1503 |
## packetbb.h: void ns3::PbbTlvBlock::Print(std::ostream & os) const [member function] |
|
1504 |
cls.add_method('Print', |
|
1505 |
'void', |
|
1506 |
[param('std::ostream &', 'os')], |
|
1507 |
is_const=True) |
|
1508 |
## packetbb.h: void ns3::PbbTlvBlock::Print(std::ostream & os, int level) const [member function] |
|
1509 |
cls.add_method('Print', |
|
1510 |
'void', |
|
1511 |
[param('std::ostream &', 'os'), param('int', 'level')], |
|
1512 |
is_const=True) |
|
1513 |
## packetbb.h: void ns3::PbbTlvBlock::PushBack(ns3::Ptr<ns3::PbbTlv> tlv) [member function] |
|
1514 |
cls.add_method('PushBack', |
|
1515 |
'void', |
|
1516 |
[param('ns3::Ptr< ns3::PbbTlv >', 'tlv')]) |
|
1517 |
## packetbb.h: void ns3::PbbTlvBlock::PushFront(ns3::Ptr<ns3::PbbTlv> tlv) [member function] |
|
1518 |
cls.add_method('PushFront', |
|
1519 |
'void', |
|
1520 |
[param('ns3::Ptr< ns3::PbbTlv >', 'tlv')]) |
|
1521 |
## packetbb.h: void ns3::PbbTlvBlock::Serialize(ns3::Buffer::Iterator & start) const [member function] |
|
1522 |
cls.add_method('Serialize', |
|
1523 |
'void', |
|
1524 |
[param('ns3::Buffer::Iterator &', 'start')], |
|
1525 |
is_const=True) |
|
1526 |
## packetbb.h: int ns3::PbbTlvBlock::Size() const [member function] |
|
1527 |
cls.add_method('Size', |
|
1528 |
'int', |
|
1529 |
[], |
|
1530 |
is_const=True) |
|
1531 |
return |
|
1532 |
||
1533 |
def register_Ns3Ipv4Header_methods(root_module, cls): |
|
1534 |
## ipv4-header.h: ns3::Ipv4Header::Ipv4Header(ns3::Ipv4Header const & arg0) [copy constructor] |
|
1535 |
cls.add_constructor([param('ns3::Ipv4Header const &', 'arg0')]) |
|
1536 |
## ipv4-header.h: ns3::Ipv4Header::Ipv4Header() [constructor] |
|
1537 |
cls.add_constructor([]) |
|
1538 |
## ipv4-header.h: uint32_t ns3::Ipv4Header::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1539 |
cls.add_method('Deserialize', |
|
1540 |
'uint32_t', |
|
1541 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1542 |
is_virtual=True) |
|
1543 |
## ipv4-header.h: void ns3::Ipv4Header::EnableChecksum() [member function] |
|
1544 |
cls.add_method('EnableChecksum', |
|
1545 |
'void', |
|
1546 |
[]) |
|
1547 |
## ipv4-header.h: ns3::Ipv4Address ns3::Ipv4Header::GetDestination() const [member function] |
|
1548 |
cls.add_method('GetDestination', |
|
1549 |
'ns3::Ipv4Address', |
|
1550 |
[], |
|
1551 |
is_const=True) |
|
1552 |
## ipv4-header.h: uint16_t ns3::Ipv4Header::GetFragmentOffset() const [member function] |
|
1553 |
cls.add_method('GetFragmentOffset', |
|
1554 |
'uint16_t', |
|
1555 |
[], |
|
1556 |
is_const=True) |
|
1557 |
## ipv4-header.h: uint16_t ns3::Ipv4Header::GetIdentification() const [member function] |
|
1558 |
cls.add_method('GetIdentification', |
|
1559 |
'uint16_t', |
|
1560 |
[], |
|
1561 |
is_const=True) |
|
1562 |
## ipv4-header.h: ns3::TypeId ns3::Ipv4Header::GetInstanceTypeId() const [member function] |
|
1563 |
cls.add_method('GetInstanceTypeId', |
|
1564 |
'ns3::TypeId', |
|
1565 |
[], |
|
1566 |
is_const=True, is_virtual=True) |
|
1567 |
## ipv4-header.h: uint16_t ns3::Ipv4Header::GetPayloadSize() const [member function] |
|
1568 |
cls.add_method('GetPayloadSize', |
|
1569 |
'uint16_t', |
|
1570 |
[], |
|
1571 |
is_const=True) |
|
1572 |
## ipv4-header.h: uint8_t ns3::Ipv4Header::GetProtocol() const [member function] |
|
1573 |
cls.add_method('GetProtocol', |
|
1574 |
'uint8_t', |
|
1575 |
[], |
|
1576 |
is_const=True) |
|
1577 |
## ipv4-header.h: uint32_t ns3::Ipv4Header::GetSerializedSize() const [member function] |
|
1578 |
cls.add_method('GetSerializedSize', |
|
1579 |
'uint32_t', |
|
1580 |
[], |
|
1581 |
is_const=True, is_virtual=True) |
|
1582 |
## ipv4-header.h: ns3::Ipv4Address ns3::Ipv4Header::GetSource() const [member function] |
|
1583 |
cls.add_method('GetSource', |
|
1584 |
'ns3::Ipv4Address', |
|
1585 |
[], |
|
1586 |
is_const=True) |
|
1587 |
## ipv4-header.h: uint8_t ns3::Ipv4Header::GetTos() const [member function] |
|
1588 |
cls.add_method('GetTos', |
|
1589 |
'uint8_t', |
|
1590 |
[], |
|
1591 |
is_const=True) |
|
1592 |
## ipv4-header.h: uint8_t ns3::Ipv4Header::GetTtl() const [member function] |
|
1593 |
cls.add_method('GetTtl', |
|
1594 |
'uint8_t', |
|
1595 |
[], |
|
1596 |
is_const=True) |
|
1597 |
## ipv4-header.h: static ns3::TypeId ns3::Ipv4Header::GetTypeId() [member function] |
|
1598 |
cls.add_method('GetTypeId', |
|
1599 |
'ns3::TypeId', |
|
1600 |
[], |
|
1601 |
is_static=True) |
|
1602 |
## ipv4-header.h: bool ns3::Ipv4Header::IsChecksumOk() const [member function] |
|
1603 |
cls.add_method('IsChecksumOk', |
|
1604 |
'bool', |
|
1605 |
[], |
|
1606 |
is_const=True) |
|
1607 |
## ipv4-header.h: bool ns3::Ipv4Header::IsDontFragment() const [member function] |
|
1608 |
cls.add_method('IsDontFragment', |
|
1609 |
'bool', |
|
1610 |
[], |
|
1611 |
is_const=True) |
|
1612 |
## ipv4-header.h: bool ns3::Ipv4Header::IsLastFragment() const [member function] |
|
1613 |
cls.add_method('IsLastFragment', |
|
1614 |
'bool', |
|
1615 |
[], |
|
1616 |
is_const=True) |
|
1617 |
## ipv4-header.h: void ns3::Ipv4Header::Print(std::ostream & os) const [member function] |
|
1618 |
cls.add_method('Print', |
|
1619 |
'void', |
|
1620 |
[param('std::ostream &', 'os')], |
|
1621 |
is_const=True, is_virtual=True) |
|
1622 |
## ipv4-header.h: void ns3::Ipv4Header::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1623 |
cls.add_method('Serialize', |
|
1624 |
'void', |
|
1625 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1626 |
is_const=True, is_virtual=True) |
|
1627 |
## ipv4-header.h: void ns3::Ipv4Header::SetDestination(ns3::Ipv4Address destination) [member function] |
|
1628 |
cls.add_method('SetDestination', |
|
1629 |
'void', |
|
1630 |
[param('ns3::Ipv4Address', 'destination')]) |
|
1631 |
## ipv4-header.h: void ns3::Ipv4Header::SetDontFragment() [member function] |
|
1632 |
cls.add_method('SetDontFragment', |
|
1633 |
'void', |
|
1634 |
[]) |
|
1635 |
## ipv4-header.h: void ns3::Ipv4Header::SetFragmentOffset(uint16_t offset) [member function] |
|
1636 |
cls.add_method('SetFragmentOffset', |
|
1637 |
'void', |
|
1638 |
[param('uint16_t', 'offset')]) |
|
1639 |
## ipv4-header.h: void ns3::Ipv4Header::SetIdentification(uint16_t identification) [member function] |
|
1640 |
cls.add_method('SetIdentification', |
|
1641 |
'void', |
|
1642 |
[param('uint16_t', 'identification')]) |
|
1643 |
## ipv4-header.h: void ns3::Ipv4Header::SetLastFragment() [member function] |
|
1644 |
cls.add_method('SetLastFragment', |
|
1645 |
'void', |
|
1646 |
[]) |
|
1647 |
## ipv4-header.h: void ns3::Ipv4Header::SetMayFragment() [member function] |
|
1648 |
cls.add_method('SetMayFragment', |
|
1649 |
'void', |
|
1650 |
[]) |
|
1651 |
## ipv4-header.h: void ns3::Ipv4Header::SetMoreFragments() [member function] |
|
1652 |
cls.add_method('SetMoreFragments', |
|
1653 |
'void', |
|
1654 |
[]) |
|
1655 |
## ipv4-header.h: void ns3::Ipv4Header::SetPayloadSize(uint16_t size) [member function] |
|
1656 |
cls.add_method('SetPayloadSize', |
|
1657 |
'void', |
|
1658 |
[param('uint16_t', 'size')]) |
|
1659 |
## ipv4-header.h: void ns3::Ipv4Header::SetProtocol(uint8_t num) [member function] |
|
1660 |
cls.add_method('SetProtocol', |
|
1661 |
'void', |
|
1662 |
[param('uint8_t', 'num')]) |
|
1663 |
## ipv4-header.h: void ns3::Ipv4Header::SetSource(ns3::Ipv4Address source) [member function] |
|
1664 |
cls.add_method('SetSource', |
|
1665 |
'void', |
|
1666 |
[param('ns3::Ipv4Address', 'source')]) |
|
1667 |
## ipv4-header.h: void ns3::Ipv4Header::SetTos(uint8_t tos) [member function] |
|
1668 |
cls.add_method('SetTos', |
|
1669 |
'void', |
|
1670 |
[param('uint8_t', 'tos')]) |
|
1671 |
## ipv4-header.h: void ns3::Ipv4Header::SetTtl(uint8_t ttl) [member function] |
|
1672 |
cls.add_method('SetTtl', |
|
1673 |
'void', |
|
1674 |
[param('uint8_t', 'ttl')]) |
|
1675 |
return |
|
1676 |
||
1677 |
def register_Ns3Ipv6Header_methods(root_module, cls): |
|
1678 |
## ipv6-header.h: ns3::Ipv6Header::Ipv6Header(ns3::Ipv6Header const & arg0) [copy constructor] |
|
1679 |
cls.add_constructor([param('ns3::Ipv6Header const &', 'arg0')]) |
|
1680 |
## ipv6-header.h: ns3::Ipv6Header::Ipv6Header() [constructor] |
|
1681 |
cls.add_constructor([]) |
|
1682 |
## ipv6-header.h: uint32_t ns3::Ipv6Header::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1683 |
cls.add_method('Deserialize', |
|
1684 |
'uint32_t', |
|
1685 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1686 |
is_virtual=True) |
|
1687 |
## ipv6-header.h: ns3::Ipv6Address ns3::Ipv6Header::GetDestinationAddress() const [member function] |
|
1688 |
cls.add_method('GetDestinationAddress', |
|
1689 |
'ns3::Ipv6Address', |
|
1690 |
[], |
|
1691 |
is_const=True) |
|
1692 |
## ipv6-header.h: uint32_t ns3::Ipv6Header::GetFlowLabel() const [member function] |
|
1693 |
cls.add_method('GetFlowLabel', |
|
1694 |
'uint32_t', |
|
1695 |
[], |
|
1696 |
is_const=True) |
|
1697 |
## ipv6-header.h: uint8_t ns3::Ipv6Header::GetHopLimit() const [member function] |
|
1698 |
cls.add_method('GetHopLimit', |
|
1699 |
'uint8_t', |
|
1700 |
[], |
|
1701 |
is_const=True) |
|
1702 |
## ipv6-header.h: ns3::TypeId ns3::Ipv6Header::GetInstanceTypeId() const [member function] |
|
1703 |
cls.add_method('GetInstanceTypeId', |
|
1704 |
'ns3::TypeId', |
|
1705 |
[], |
|
1706 |
is_const=True, is_virtual=True) |
|
1707 |
## ipv6-header.h: uint8_t ns3::Ipv6Header::GetNextHeader() const [member function] |
|
1708 |
cls.add_method('GetNextHeader', |
|
1709 |
'uint8_t', |
|
1710 |
[], |
|
1711 |
is_const=True) |
|
1712 |
## ipv6-header.h: uint16_t ns3::Ipv6Header::GetPayloadLength() const [member function] |
|
1713 |
cls.add_method('GetPayloadLength', |
|
1714 |
'uint16_t', |
|
1715 |
[], |
|
1716 |
is_const=True) |
|
1717 |
## ipv6-header.h: uint32_t ns3::Ipv6Header::GetSerializedSize() const [member function] |
|
1718 |
cls.add_method('GetSerializedSize', |
|
1719 |
'uint32_t', |
|
1720 |
[], |
|
1721 |
is_const=True, is_virtual=True) |
|
1722 |
## ipv6-header.h: ns3::Ipv6Address ns3::Ipv6Header::GetSourceAddress() const [member function] |
|
1723 |
cls.add_method('GetSourceAddress', |
|
1724 |
'ns3::Ipv6Address', |
|
1725 |
[], |
|
1726 |
is_const=True) |
|
1727 |
## ipv6-header.h: uint8_t ns3::Ipv6Header::GetTrafficClass() const [member function] |
|
1728 |
cls.add_method('GetTrafficClass', |
|
1729 |
'uint8_t', |
|
1730 |
[], |
|
1731 |
is_const=True) |
|
1732 |
## ipv6-header.h: static ns3::TypeId ns3::Ipv6Header::GetTypeId() [member function] |
|
1733 |
cls.add_method('GetTypeId', |
|
1734 |
'ns3::TypeId', |
|
1735 |
[], |
|
1736 |
is_static=True) |
|
1737 |
## ipv6-header.h: void ns3::Ipv6Header::Print(std::ostream & os) const [member function] |
|
1738 |
cls.add_method('Print', |
|
1739 |
'void', |
|
1740 |
[param('std::ostream &', 'os')], |
|
1741 |
is_const=True, is_virtual=True) |
|
1742 |
## ipv6-header.h: void ns3::Ipv6Header::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1743 |
cls.add_method('Serialize', |
|
1744 |
'void', |
|
1745 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1746 |
is_const=True, is_virtual=True) |
|
1747 |
## ipv6-header.h: void ns3::Ipv6Header::SetDestinationAddress(ns3::Ipv6Address dst) [member function] |
|
1748 |
cls.add_method('SetDestinationAddress', |
|
1749 |
'void', |
|
1750 |
[param('ns3::Ipv6Address', 'dst')]) |
|
1751 |
## ipv6-header.h: void ns3::Ipv6Header::SetFlowLabel(uint32_t flow) [member function] |
|
1752 |
cls.add_method('SetFlowLabel', |
|
1753 |
'void', |
|
1754 |
[param('uint32_t', 'flow')]) |
|
1755 |
## ipv6-header.h: void ns3::Ipv6Header::SetHopLimit(uint8_t limit) [member function] |
|
1756 |
cls.add_method('SetHopLimit', |
|
1757 |
'void', |
|
1758 |
[param('uint8_t', 'limit')]) |
|
1759 |
## ipv6-header.h: void ns3::Ipv6Header::SetNextHeader(uint8_t next) [member function] |
|
1760 |
cls.add_method('SetNextHeader', |
|
1761 |
'void', |
|
1762 |
[param('uint8_t', 'next')]) |
|
1763 |
## ipv6-header.h: void ns3::Ipv6Header::SetPayloadLength(uint16_t len) [member function] |
|
1764 |
cls.add_method('SetPayloadLength', |
|
1765 |
'void', |
|
1766 |
[param('uint16_t', 'len')]) |
|
1767 |
## ipv6-header.h: void ns3::Ipv6Header::SetSourceAddress(ns3::Ipv6Address src) [member function] |
|
1768 |
cls.add_method('SetSourceAddress', |
|
1769 |
'void', |
|
1770 |
[param('ns3::Ipv6Address', 'src')]) |
|
1771 |
## ipv6-header.h: void ns3::Ipv6Header::SetTrafficClass(uint8_t traffic) [member function] |
|
1772 |
cls.add_method('SetTrafficClass', |
|
1773 |
'void', |
|
1774 |
[param('uint8_t', 'traffic')]) |
|
1775 |
return |
|
1776 |
||
1777 |
def register_Ns3LlcSnapHeader_methods(root_module, cls): |
|
1778 |
## llc-snap-header.h: ns3::LlcSnapHeader::LlcSnapHeader(ns3::LlcSnapHeader const & arg0) [copy constructor] |
|
1779 |
cls.add_constructor([param('ns3::LlcSnapHeader const &', 'arg0')]) |
|
1780 |
## llc-snap-header.h: ns3::LlcSnapHeader::LlcSnapHeader() [constructor] |
|
1781 |
cls.add_constructor([]) |
|
1782 |
## llc-snap-header.h: uint32_t ns3::LlcSnapHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
1783 |
cls.add_method('Deserialize', |
|
1784 |
'uint32_t', |
|
1785 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1786 |
is_virtual=True) |
|
1787 |
## llc-snap-header.h: ns3::TypeId ns3::LlcSnapHeader::GetInstanceTypeId() const [member function] |
|
1788 |
cls.add_method('GetInstanceTypeId', |
|
1789 |
'ns3::TypeId', |
|
1790 |
[], |
|
1791 |
is_const=True, is_virtual=True) |
|
1792 |
## llc-snap-header.h: uint32_t ns3::LlcSnapHeader::GetSerializedSize() const [member function] |
|
1793 |
cls.add_method('GetSerializedSize', |
|
1794 |
'uint32_t', |
|
1795 |
[], |
|
1796 |
is_const=True, is_virtual=True) |
|
1797 |
## llc-snap-header.h: uint16_t ns3::LlcSnapHeader::GetType() [member function] |
|
1798 |
cls.add_method('GetType', |
|
1799 |
'uint16_t', |
|
1800 |
[]) |
|
1801 |
## llc-snap-header.h: static ns3::TypeId ns3::LlcSnapHeader::GetTypeId() [member function] |
|
1802 |
cls.add_method('GetTypeId', |
|
1803 |
'ns3::TypeId', |
|
1804 |
[], |
|
1805 |
is_static=True) |
|
1806 |
## llc-snap-header.h: void ns3::LlcSnapHeader::Print(std::ostream & os) const [member function] |
|
1807 |
cls.add_method('Print', |
|
1808 |
'void', |
|
1809 |
[param('std::ostream &', 'os')], |
|
1810 |
is_const=True, is_virtual=True) |
|
1811 |
## llc-snap-header.h: void ns3::LlcSnapHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
1812 |
cls.add_method('Serialize', |
|
1813 |
'void', |
|
1814 |
[param('ns3::Buffer::Iterator', 'start')], |
|
1815 |
is_const=True, is_virtual=True) |
|
1816 |
## llc-snap-header.h: void ns3::LlcSnapHeader::SetType(uint16_t type) [member function] |
|
1817 |
cls.add_method('SetType', |
|
1818 |
'void', |
|
1819 |
[param('uint16_t', 'type')]) |
|
1820 |
return |
|
1821 |
||
1822 |
def register_Ns3Queue_methods(root_module, cls): |
|
1823 |
## queue.h: ns3::Queue::Queue(ns3::Queue const & arg0) [copy constructor] |
|
1824 |
cls.add_constructor([param('ns3::Queue const &', 'arg0')]) |
|
1825 |
## queue.h: ns3::Queue::Queue() [constructor] |
|
1826 |
cls.add_constructor([]) |
|
1827 |
## queue.h: ns3::Ptr<ns3::Packet> ns3::Queue::Dequeue() [member function] |
|
1828 |
cls.add_method('Dequeue', |
|
1829 |
'ns3::Ptr< ns3::Packet >', |
|
1830 |
[]) |
|
1831 |
## queue.h: void ns3::Queue::DequeueAll() [member function] |
|
1832 |
cls.add_method('DequeueAll', |
|
1833 |
'void', |
|
1834 |
[]) |
|
1835 |
## queue.h: bool ns3::Queue::Enqueue(ns3::Ptr<ns3::Packet> p) [member function] |
|
1836 |
cls.add_method('Enqueue', |
|
1837 |
'bool', |
|
1838 |
[param('ns3::Ptr< ns3::Packet >', 'p')]) |
|
1839 |
## queue.h: uint32_t ns3::Queue::GetNBytes() const [member function] |
|
1840 |
cls.add_method('GetNBytes', |
|
1841 |
'uint32_t', |
|
1842 |
[], |
|
1843 |
is_const=True) |
|
1844 |
## queue.h: uint32_t ns3::Queue::GetNPackets() const [member function] |
|
1845 |
cls.add_method('GetNPackets', |
|
1846 |
'uint32_t', |
|
1847 |
[], |
|
1848 |
is_const=True) |
|
1849 |
## queue.h: uint32_t ns3::Queue::GetTotalDroppedBytes() const [member function] |
|
1850 |
cls.add_method('GetTotalDroppedBytes', |
|
1851 |
'uint32_t', |
|
1852 |
[], |
|
1853 |
is_const=True) |
|
1854 |
## queue.h: uint32_t ns3::Queue::GetTotalDroppedPackets() const [member function] |
|
1855 |
cls.add_method('GetTotalDroppedPackets', |
|
1856 |
'uint32_t', |
|
1857 |
[], |
|
1858 |
is_const=True) |
|
1859 |
## queue.h: uint32_t ns3::Queue::GetTotalReceivedBytes() const [member function] |
|
1860 |
cls.add_method('GetTotalReceivedBytes', |
|
1861 |
'uint32_t', |
|
1862 |
[], |
|
1863 |
is_const=True) |
|
1864 |
## queue.h: uint32_t ns3::Queue::GetTotalReceivedPackets() const [member function] |
|
1865 |
cls.add_method('GetTotalReceivedPackets', |
|
1866 |
'uint32_t', |
|
1867 |
[], |
|
1868 |
is_const=True) |
|
1869 |
## queue.h: static ns3::TypeId ns3::Queue::GetTypeId() [member function] |
|
1870 |
cls.add_method('GetTypeId', |
|
1871 |
'ns3::TypeId', |
|
1872 |
[], |
|
1873 |
is_static=True) |
|
1874 |
## queue.h: bool ns3::Queue::IsEmpty() const [member function] |
|
1875 |
cls.add_method('IsEmpty', |
|
1876 |
'bool', |
|
1877 |
[], |
|
1878 |
is_const=True) |
|
1879 |
## queue.h: ns3::Ptr<ns3::Packet const> ns3::Queue::Peek() const [member function] |
|
1880 |
cls.add_method('Peek', |
|
1881 |
'ns3::Ptr< ns3::Packet const >', |
|
1882 |
[], |
|
1883 |
is_const=True) |
|
1884 |
## queue.h: void ns3::Queue::ResetStatistics() [member function] |
|
1885 |
cls.add_method('ResetStatistics', |
|
1886 |
'void', |
|
1887 |
[]) |
|
1888 |
## queue.h: void ns3::Queue::Drop(ns3::Ptr<ns3::Packet> packet) [member function] |
|
1889 |
cls.add_method('Drop', |
|
1890 |
'void', |
|
1891 |
[param('ns3::Ptr< ns3::Packet >', 'packet')], |
|
1892 |
visibility='protected') |
|
1893 |
## queue.h: ns3::Ptr<ns3::Packet> ns3::Queue::DoDequeue() [member function] |
|
1894 |
cls.add_method('DoDequeue', |
|
1895 |
'ns3::Ptr< ns3::Packet >', |
|
1896 |
[], |
|
1897 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
1898 |
## queue.h: bool ns3::Queue::DoEnqueue(ns3::Ptr<ns3::Packet> p) [member function] |
|
1899 |
cls.add_method('DoEnqueue', |
|
1900 |
'bool', |
|
1901 |
[param('ns3::Ptr< ns3::Packet >', 'p')], |
|
1902 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
1903 |
## queue.h: ns3::Ptr<ns3::Packet const> ns3::Queue::DoPeek() const [member function] |
|
1904 |
cls.add_method('DoPeek', |
|
1905 |
'ns3::Ptr< ns3::Packet const >', |
|
1906 |
[], |
|
1907 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
1908 |
return |
|
1909 |
||
6029
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1910 |
def register_Ns3RadiotapHeader_methods(root_module, cls): |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1911 |
## radiotap-header.h: ns3::RadiotapHeader::RadiotapHeader(ns3::RadiotapHeader const & arg0) [copy constructor] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1912 |
cls.add_constructor([param('ns3::RadiotapHeader const &', 'arg0')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1913 |
## radiotap-header.h: ns3::RadiotapHeader::RadiotapHeader() [constructor] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1914 |
cls.add_constructor([]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1915 |
## radiotap-header.h: uint32_t ns3::RadiotapHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1916 |
cls.add_method('Deserialize', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1917 |
'uint32_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1918 |
[param('ns3::Buffer::Iterator', 'start')], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1919 |
is_virtual=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1920 |
## radiotap-header.h: uint8_t ns3::RadiotapHeader::GetAntennaNoisePower() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1921 |
cls.add_method('GetAntennaNoisePower', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1922 |
'uint8_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1923 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1924 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1925 |
## radiotap-header.h: uint8_t ns3::RadiotapHeader::GetAntennaSignalPower() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1926 |
cls.add_method('GetAntennaSignalPower', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1927 |
'uint8_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1928 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1929 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1930 |
## radiotap-header.h: uint16_t ns3::RadiotapHeader::GetChannelFlags() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1931 |
cls.add_method('GetChannelFlags', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1932 |
'uint16_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1933 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1934 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1935 |
## radiotap-header.h: uint16_t ns3::RadiotapHeader::GetChannelFrequency() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1936 |
cls.add_method('GetChannelFrequency', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1937 |
'uint16_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1938 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1939 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1940 |
## radiotap-header.h: uint8_t ns3::RadiotapHeader::GetFrameFlags() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1941 |
cls.add_method('GetFrameFlags', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1942 |
'uint8_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1943 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1944 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1945 |
## radiotap-header.h: ns3::TypeId ns3::RadiotapHeader::GetInstanceTypeId() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1946 |
cls.add_method('GetInstanceTypeId', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1947 |
'ns3::TypeId', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1948 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1949 |
is_const=True, is_virtual=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1950 |
## radiotap-header.h: uint8_t ns3::RadiotapHeader::GetRate() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1951 |
cls.add_method('GetRate', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1952 |
'uint8_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1953 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1954 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1955 |
## radiotap-header.h: uint32_t ns3::RadiotapHeader::GetSerializedSize() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1956 |
cls.add_method('GetSerializedSize', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1957 |
'uint32_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1958 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1959 |
is_const=True, is_virtual=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1960 |
## radiotap-header.h: uint64_t ns3::RadiotapHeader::GetTsft() const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1961 |
cls.add_method('GetTsft', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1962 |
'uint64_t', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1963 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1964 |
is_const=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1965 |
## radiotap-header.h: static ns3::TypeId ns3::RadiotapHeader::GetTypeId() [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1966 |
cls.add_method('GetTypeId', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1967 |
'ns3::TypeId', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1968 |
[], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1969 |
is_static=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1970 |
## radiotap-header.h: void ns3::RadiotapHeader::Print(std::ostream & os) const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1971 |
cls.add_method('Print', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1972 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1973 |
[param('std::ostream &', 'os')], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1974 |
is_const=True, is_virtual=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1975 |
## radiotap-header.h: void ns3::RadiotapHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1976 |
cls.add_method('Serialize', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1977 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1978 |
[param('ns3::Buffer::Iterator', 'start')], |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1979 |
is_const=True, is_virtual=True) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1980 |
## radiotap-header.h: void ns3::RadiotapHeader::SetAntennaNoisePower(int8_t noise) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1981 |
cls.add_method('SetAntennaNoisePower', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1982 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1983 |
[param('int8_t', 'noise')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1984 |
## radiotap-header.h: void ns3::RadiotapHeader::SetAntennaNoisePower(double noise) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1985 |
cls.add_method('SetAntennaNoisePower', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1986 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1987 |
[param('double', 'noise')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1988 |
## radiotap-header.h: void ns3::RadiotapHeader::SetAntennaSignalPower(int8_t signal) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1989 |
cls.add_method('SetAntennaSignalPower', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1990 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1991 |
[param('int8_t', 'signal')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1992 |
## radiotap-header.h: void ns3::RadiotapHeader::SetAntennaSignalPower(double signal) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1993 |
cls.add_method('SetAntennaSignalPower', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1994 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1995 |
[param('double', 'signal')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1996 |
## radiotap-header.h: void ns3::RadiotapHeader::SetChannelFrequencyAndFlags(uint16_t frequency, uint16_t flags) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1997 |
cls.add_method('SetChannelFrequencyAndFlags', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1998 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
1999 |
[param('uint16_t', 'frequency'), param('uint16_t', 'flags')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2000 |
## radiotap-header.h: void ns3::RadiotapHeader::SetFrameFlags(uint8_t flags) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2001 |
cls.add_method('SetFrameFlags', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2002 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2003 |
[param('uint8_t', 'flags')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2004 |
## radiotap-header.h: void ns3::RadiotapHeader::SetRate(uint8_t rate) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2005 |
cls.add_method('SetRate', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2006 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2007 |
[param('uint8_t', 'rate')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2008 |
## radiotap-header.h: void ns3::RadiotapHeader::SetTsft(uint64_t tsft) [member function] |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2009 |
cls.add_method('SetTsft', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2010 |
'void', |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2011 |
[param('uint64_t', 'tsft')]) |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2012 |
return |
096af1414c37
tell pybindgen not to disable inheritance on classes that end with Helper, and rescan
Craig Dowell <craigdo@ee.washington.edu>
parents:
6028
diff
changeset
|
2013 |
|
5348 | 2014 |
def register_Ns3Socket_methods(root_module, cls): |
2015 |
## socket.h: ns3::Socket::Socket(ns3::Socket const & arg0) [copy constructor] |
|
2016 |
cls.add_constructor([param('ns3::Socket const &', 'arg0')]) |
|
2017 |
## socket.h: ns3::Socket::Socket() [constructor] |
|
2018 |
cls.add_constructor([]) |
|
2019 |
## socket.h: int ns3::Socket::Bind(ns3::Address const & address) [member function] |
|
2020 |
cls.add_method('Bind', |
|
2021 |
'int', |
|
2022 |
[param('ns3::Address const &', 'address')], |
|
2023 |
is_pure_virtual=True, is_virtual=True) |
|
2024 |
## socket.h: int ns3::Socket::Bind() [member function] |
|
2025 |
cls.add_method('Bind', |
|
2026 |
'int', |
|
2027 |
[], |
|
2028 |
is_pure_virtual=True, is_virtual=True) |
|
5856
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2029 |
## socket.h: void ns3::Socket::BindToNetDevice(ns3::Ptr<ns3::NetDevice> netdevice) [member function] |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2030 |
cls.add_method('BindToNetDevice', |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2031 |
'void', |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2032 |
[param('ns3::Ptr< ns3::NetDevice >', 'netdevice')], |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2033 |
is_virtual=True) |
5348 | 2034 |
## socket.h: int ns3::Socket::Close() [member function] |
2035 |
cls.add_method('Close', |
|
2036 |
'int', |
|
2037 |
[], |
|
2038 |
is_pure_virtual=True, is_virtual=True) |
|
2039 |
## socket.h: int ns3::Socket::Connect(ns3::Address const & address) [member function] |
|
2040 |
cls.add_method('Connect', |
|
2041 |
'int', |
|
2042 |
[param('ns3::Address const &', 'address')], |
|
2043 |
is_pure_virtual=True, is_virtual=True) |
|
2044 |
## socket.h: static ns3::Ptr<ns3::Socket> ns3::Socket::CreateSocket(ns3::Ptr<ns3::Node> node, ns3::TypeId tid) [member function] |
|
2045 |
cls.add_method('CreateSocket', |
|
2046 |
'ns3::Ptr< ns3::Socket >', |
|
2047 |
[param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::TypeId', 'tid')], |
|
2048 |
is_static=True) |
|
5856
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2049 |
## socket.h: ns3::Ptr<ns3::NetDevice> ns3::Socket::GetBoundNetDevice() [member function] |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2050 |
cls.add_method('GetBoundNetDevice', |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2051 |
'ns3::Ptr< ns3::NetDevice >', |
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
2052 |
[]) |
5348 | 2053 |
## socket.h: ns3::Socket::SocketErrno ns3::Socket::GetErrno() const [member function] |
2054 |
cls.add_method('GetErrno', |
|
2055 |
'ns3::Socket::SocketErrno', |
|
2056 |
[], |
|
2057 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2058 |
## socket.h: ns3::Ptr<ns3::Node> ns3::Socket::GetNode() const [member function] |
|
2059 |
cls.add_method('GetNode', |
|
2060 |
'ns3::Ptr< ns3::Node >', |
|
2061 |
[], |
|
2062 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2063 |
## socket.h: uint32_t ns3::Socket::GetRxAvailable() const [member function] |
|
2064 |
cls.add_method('GetRxAvailable', |
|
2065 |
'uint32_t', |
|
2066 |
[], |
|
2067 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2068 |
## socket.h: int ns3::Socket::GetSockName(ns3::Address & address) const [member function] |
|
2069 |
cls.add_method('GetSockName', |
|
2070 |
'int', |
|
2071 |
[param('ns3::Address &', 'address')], |
|
2072 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2073 |
## socket.h: uint32_t ns3::Socket::GetTxAvailable() const [member function] |
|
2074 |
cls.add_method('GetTxAvailable', |
|
2075 |
'uint32_t', |
|
2076 |
[], |
|
2077 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2078 |
## socket.h: int ns3::Socket::Listen() [member function] |
|
2079 |
cls.add_method('Listen', |
|
2080 |
'int', |
|
2081 |
[], |
|
2082 |
is_pure_virtual=True, is_virtual=True) |
|
2083 |
## socket.h: ns3::Ptr<ns3::Packet> ns3::Socket::Recv(uint32_t maxSize, uint32_t flags) [member function] |
|
2084 |
cls.add_method('Recv', |
|
2085 |
'ns3::Ptr< ns3::Packet >', |
|
2086 |
[param('uint32_t', 'maxSize'), param('uint32_t', 'flags')], |
|
2087 |
is_pure_virtual=True, is_virtual=True) |
|
2088 |
## socket.h: ns3::Ptr<ns3::Packet> ns3::Socket::Recv() [member function] |
|
2089 |
cls.add_method('Recv', |
|
2090 |
'ns3::Ptr< ns3::Packet >', |
|
2091 |
[]) |
|
2092 |
## socket.h: int ns3::Socket::Recv(uint8_t * buf, uint32_t size, uint32_t flags) [member function] |
|
2093 |
cls.add_method('Recv', |
|
2094 |
'int', |
|
2095 |
[param('uint8_t *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags')]) |
|
2096 |
## socket.h: ns3::Ptr<ns3::Packet> ns3::Socket::RecvFrom(uint32_t maxSize, uint32_t flags, ns3::Address & fromAddress) [member function] |
|
2097 |
cls.add_method('RecvFrom', |
|
2098 |
'ns3::Ptr< ns3::Packet >', |
|
2099 |
[param('uint32_t', 'maxSize'), param('uint32_t', 'flags'), param('ns3::Address &', 'fromAddress')], |
|
2100 |
is_pure_virtual=True, is_virtual=True) |
|
2101 |
## socket.h: ns3::Ptr<ns3::Packet> ns3::Socket::RecvFrom(ns3::Address & fromAddress) [member function] |
|
2102 |
cls.add_method('RecvFrom', |
|
2103 |
'ns3::Ptr< ns3::Packet >', |
|
2104 |
[param('ns3::Address &', 'fromAddress')]) |
|
2105 |
## socket.h: int ns3::Socket::RecvFrom(uint8_t * buf, uint32_t size, uint32_t flags, ns3::Address & fromAddress) [member function] |
|
2106 |
cls.add_method('RecvFrom', |
|
2107 |
'int', |
|
2108 |
[param('uint8_t *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags'), param('ns3::Address &', 'fromAddress')]) |
|
2109 |
## socket.h: int ns3::Socket::Send(ns3::Ptr<ns3::Packet> p, uint32_t flags) [member function] |
|
2110 |
cls.add_method('Send', |
|
2111 |
'int', |
|
2112 |
[param('ns3::Ptr< ns3::Packet >', 'p'), param('uint32_t', 'flags')], |
|
2113 |
is_pure_virtual=True, is_virtual=True) |
|
2114 |
## socket.h: int ns3::Socket::Send(ns3::Ptr<ns3::Packet> p) [member function] |
|
2115 |
cls.add_method('Send', |
|
2116 |
'int', |
|
2117 |
[param('ns3::Ptr< ns3::Packet >', 'p')]) |
|
2118 |
## socket.h: int ns3::Socket::Send(uint8_t const * buf, uint32_t size, uint32_t flags) [member function] |
|
2119 |
cls.add_method('Send', |
|
2120 |
'int', |
|
2121 |
[param('uint8_t const *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags')]) |
|
2122 |
## socket.h: int ns3::Socket::SendTo(ns3::Ptr<ns3::Packet> p, uint32_t flags, ns3::Address const & toAddress) [member function] |
|
2123 |
cls.add_method('SendTo', |
|
2124 |
'int', |
|
2125 |
[param('ns3::Ptr< ns3::Packet >', 'p'), param('uint32_t', 'flags'), param('ns3::Address const &', 'toAddress')], |
|
2126 |
is_pure_virtual=True, is_virtual=True) |
|
2127 |
## socket.h: int ns3::Socket::SendTo(uint8_t const * buf, uint32_t size, uint32_t flags, ns3::Address const & address) [member function] |
|
2128 |
cls.add_method('SendTo', |
|
2129 |
'int', |
|
2130 |
[param('uint8_t const *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags'), param('ns3::Address const &', 'address')]) |
|
2131 |
## socket.h: void ns3::Socket::SetAcceptCallback(ns3::Callback<bool, ns3::Ptr<ns3::Socket>, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> connectionRequest, ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> newConnectionCreated) [member function] |
|
2132 |
cls.add_method('SetAcceptCallback', |
|
2133 |
'void', |
|
2134 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::Socket >, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'connectionRequest'), param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'newConnectionCreated')]) |
|
5381
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2135 |
## socket.h: void ns3::Socket::SetCloseCallbacks(ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> normalClose, ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> errorClose) [member function] |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2136 |
cls.add_method('SetCloseCallbacks', |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2137 |
'void', |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2138 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'normalClose'), param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'errorClose')]) |
5348 | 2139 |
## socket.h: void ns3::Socket::SetConnectCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> connectionSucceeded, ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> connectionFailed) [member function] |
2140 |
cls.add_method('SetConnectCallback', |
|
2141 |
'void', |
|
2142 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'connectionSucceeded'), param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'connectionFailed')]) |
|
2143 |
## socket.h: void ns3::Socket::SetDataSentCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> dataSent) [member function] |
|
2144 |
cls.add_method('SetDataSentCallback', |
|
2145 |
'void', |
|
2146 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'dataSent')]) |
|
2147 |
## socket.h: void ns3::Socket::SetRecvCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> arg0) [member function] |
|
2148 |
cls.add_method('SetRecvCallback', |
|
2149 |
'void', |
|
2150 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'arg0')]) |
|
2151 |
## socket.h: void ns3::Socket::SetSendCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> sendCb) [member function] |
|
2152 |
cls.add_method('SetSendCallback', |
|
2153 |
'void', |
|
2154 |
[param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'sendCb')]) |
|
2155 |
## socket.h: int ns3::Socket::ShutdownRecv() [member function] |
|
2156 |
cls.add_method('ShutdownRecv', |
|
2157 |
'int', |
|
2158 |
[], |
|
2159 |
is_pure_virtual=True, is_virtual=True) |
|
2160 |
## socket.h: int ns3::Socket::ShutdownSend() [member function] |
|
2161 |
cls.add_method('ShutdownSend', |
|
2162 |
'int', |
|
2163 |
[], |
|
2164 |
is_pure_virtual=True, is_virtual=True) |
|
2165 |
## socket.h: void ns3::Socket::DoDispose() [member function] |
|
2166 |
cls.add_method('DoDispose', |
|
2167 |
'void', |
|
2168 |
[], |
|
2169 |
visibility='protected', is_virtual=True) |
|
2170 |
## socket.h: void ns3::Socket::NotifyConnectionFailed() [member function] |
|
2171 |
cls.add_method('NotifyConnectionFailed', |
|
2172 |
'void', |
|
2173 |
[], |
|
2174 |
visibility='protected') |
|
2175 |
## socket.h: bool ns3::Socket::NotifyConnectionRequest(ns3::Address const & from) [member function] |
|
2176 |
cls.add_method('NotifyConnectionRequest', |
|
2177 |
'bool', |
|
2178 |
[param('ns3::Address const &', 'from')], |
|
2179 |
visibility='protected') |
|
2180 |
## socket.h: void ns3::Socket::NotifyConnectionSucceeded() [member function] |
|
2181 |
cls.add_method('NotifyConnectionSucceeded', |
|
2182 |
'void', |
|
2183 |
[], |
|
2184 |
visibility='protected') |
|
2185 |
## socket.h: void ns3::Socket::NotifyDataRecv() [member function] |
|
2186 |
cls.add_method('NotifyDataRecv', |
|
2187 |
'void', |
|
2188 |
[], |
|
2189 |
visibility='protected') |
|
2190 |
## socket.h: void ns3::Socket::NotifyDataSent(uint32_t size) [member function] |
|
2191 |
cls.add_method('NotifyDataSent', |
|
2192 |
'void', |
|
2193 |
[param('uint32_t', 'size')], |
|
2194 |
visibility='protected') |
|
5381
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2195 |
## socket.h: void ns3::Socket::NotifyErrorClose() [member function] |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2196 |
cls.add_method('NotifyErrorClose', |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2197 |
'void', |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2198 |
[], |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2199 |
visibility='protected') |
5348 | 2200 |
## socket.h: void ns3::Socket::NotifyNewConnectionCreated(ns3::Ptr<ns3::Socket> socket, ns3::Address const & from) [member function] |
2201 |
cls.add_method('NotifyNewConnectionCreated', |
|
2202 |
'void', |
|
2203 |
[param('ns3::Ptr< ns3::Socket >', 'socket'), param('ns3::Address const &', 'from')], |
|
2204 |
visibility='protected') |
|
5381
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2205 |
## socket.h: void ns3::Socket::NotifyNormalClose() [member function] |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2206 |
cls.add_method('NotifyNormalClose', |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2207 |
'void', |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2208 |
[], |
2b142c3fb89b
Python scan (x86 and x86-64).
Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
parents:
5348
diff
changeset
|
2209 |
visibility='protected') |
5348 | 2210 |
## socket.h: void ns3::Socket::NotifySend(uint32_t spaceAvailable) [member function] |
2211 |
cls.add_method('NotifySend', |
|
2212 |
'void', |
|
2213 |
[param('uint32_t', 'spaceAvailable')], |
|
2214 |
visibility='protected') |
|
2215 |
return |
|
2216 |
||
2217 |
def register_Ns3SocketAddressTag_methods(root_module, cls): |
|
2218 |
## socket.h: ns3::SocketAddressTag::SocketAddressTag(ns3::SocketAddressTag const & arg0) [copy constructor] |
|
2219 |
cls.add_constructor([param('ns3::SocketAddressTag const &', 'arg0')]) |
|
2220 |
## socket.h: ns3::SocketAddressTag::SocketAddressTag() [constructor] |
|
2221 |
cls.add_constructor([]) |
|
2222 |
## socket.h: void ns3::SocketAddressTag::Deserialize(ns3::TagBuffer i) [member function] |
|
2223 |
cls.add_method('Deserialize', |
|
2224 |
'void', |
|
2225 |
[param('ns3::TagBuffer', 'i')], |
|
2226 |
is_virtual=True) |
|
2227 |
## socket.h: ns3::Address ns3::SocketAddressTag::GetAddress() const [member function] |
|
2228 |
cls.add_method('GetAddress', |
|
2229 |
'ns3::Address', |
|
2230 |
[], |
|
2231 |
is_const=True) |
|
2232 |
## socket.h: ns3::TypeId ns3::SocketAddressTag::GetInstanceTypeId() const [member function] |
|
2233 |
cls.add_method('GetInstanceTypeId', |
|
2234 |
'ns3::TypeId', |
|
2235 |
[], |
|
2236 |
is_const=True, is_virtual=True) |
|
2237 |
## socket.h: uint32_t ns3::SocketAddressTag::GetSerializedSize() const [member function] |
|
2238 |
cls.add_method('GetSerializedSize', |
|
2239 |
'uint32_t', |
|
2240 |
[], |
|
2241 |
is_const=True, is_virtual=True) |
|
2242 |
## socket.h: static ns3::TypeId ns3::SocketAddressTag::GetTypeId() [member function] |
|
2243 |
cls.add_method('GetTypeId', |
|
2244 |
'ns3::TypeId', |
|
2245 |
[], |
|
2246 |
is_static=True) |
|
2247 |
## socket.h: void ns3::SocketAddressTag::Print(std::ostream & os) const [member function] |
|
2248 |
cls.add_method('Print', |
|
2249 |
'void', |
|
2250 |
[param('std::ostream &', 'os')], |
|
2251 |
is_const=True, is_virtual=True) |
|
2252 |
## socket.h: void ns3::SocketAddressTag::Serialize(ns3::TagBuffer i) const [member function] |
|
2253 |
cls.add_method('Serialize', |
|
2254 |
'void', |
|
2255 |
[param('ns3::TagBuffer', 'i')], |
|
2256 |
is_const=True, is_virtual=True) |
|
2257 |
## socket.h: void ns3::SocketAddressTag::SetAddress(ns3::Address addr) [member function] |
|
2258 |
cls.add_method('SetAddress', |
|
2259 |
'void', |
|
2260 |
[param('ns3::Address', 'addr')]) |
|
2261 |
return |
|
2262 |
||
2263 |
def register_Ns3SocketFactory_methods(root_module, cls): |
|
2264 |
## socket-factory.h: ns3::SocketFactory::SocketFactory(ns3::SocketFactory const & arg0) [copy constructor] |
|
2265 |
cls.add_constructor([param('ns3::SocketFactory const &', 'arg0')]) |
|
2266 |
## socket-factory.h: ns3::SocketFactory::SocketFactory() [constructor] |
|
2267 |
cls.add_constructor([]) |
|
2268 |
## socket-factory.h: ns3::Ptr<ns3::Socket> ns3::SocketFactory::CreateSocket() [member function] |
|
2269 |
cls.add_method('CreateSocket', |
|
2270 |
'ns3::Ptr< ns3::Socket >', |
|
2271 |
[], |
|
2272 |
is_pure_virtual=True, is_virtual=True) |
|
2273 |
## socket-factory.h: static ns3::TypeId ns3::SocketFactory::GetTypeId() [member function] |
|
2274 |
cls.add_method('GetTypeId', |
|
2275 |
'ns3::TypeId', |
|
2276 |
[], |
|
2277 |
is_static=True) |
|
2278 |
return |
|
2279 |
||
2280 |
def register_Ns3SocketIpTtlTag_methods(root_module, cls): |
|
2281 |
## socket.h: ns3::SocketIpTtlTag::SocketIpTtlTag(ns3::SocketIpTtlTag const & arg0) [copy constructor] |
|
2282 |
cls.add_constructor([param('ns3::SocketIpTtlTag const &', 'arg0')]) |
|
2283 |
## socket.h: ns3::SocketIpTtlTag::SocketIpTtlTag() [constructor] |
|
2284 |
cls.add_constructor([]) |
|
2285 |
## socket.h: void ns3::SocketIpTtlTag::Deserialize(ns3::TagBuffer i) [member function] |
|
2286 |
cls.add_method('Deserialize', |
|
2287 |
'void', |
|
2288 |
[param('ns3::TagBuffer', 'i')], |
|
2289 |
is_virtual=True) |
|
2290 |
## socket.h: ns3::TypeId ns3::SocketIpTtlTag::GetInstanceTypeId() const [member function] |
|
2291 |
cls.add_method('GetInstanceTypeId', |
|
2292 |
'ns3::TypeId', |
|
2293 |
[], |
|
2294 |
is_const=True, is_virtual=True) |
|
2295 |
## socket.h: uint32_t ns3::SocketIpTtlTag::GetSerializedSize() const [member function] |
|
2296 |
cls.add_method('GetSerializedSize', |
|
2297 |
'uint32_t', |
|
2298 |
[], |
|
2299 |
is_const=True, is_virtual=True) |
|
2300 |
## socket.h: uint8_t ns3::SocketIpTtlTag::GetTtl() const [member function] |
|
2301 |
cls.add_method('GetTtl', |
|
2302 |
'uint8_t', |
|
2303 |
[], |
|
2304 |
is_const=True) |
|
2305 |
## socket.h: static ns3::TypeId ns3::SocketIpTtlTag::GetTypeId() [member function] |
|
2306 |
cls.add_method('GetTypeId', |
|
2307 |
'ns3::TypeId', |
|
2308 |
[], |
|
2309 |
is_static=True) |
|
2310 |
## socket.h: void ns3::SocketIpTtlTag::Print(std::ostream & os) const [member function] |
|
2311 |
cls.add_method('Print', |
|
2312 |
'void', |
|
2313 |
[param('std::ostream &', 'os')], |
|
2314 |
is_const=True, is_virtual=True) |
|
2315 |
## socket.h: void ns3::SocketIpTtlTag::Serialize(ns3::TagBuffer i) const [member function] |
|
2316 |
cls.add_method('Serialize', |
|
2317 |
'void', |
|
2318 |
[param('ns3::TagBuffer', 'i')], |
|
2319 |
is_const=True, is_virtual=True) |
|
2320 |
## socket.h: void ns3::SocketIpTtlTag::SetTtl(uint8_t ttl) [member function] |
|
2321 |
cls.add_method('SetTtl', |
|
2322 |
'void', |
|
2323 |
[param('uint8_t', 'ttl')]) |
|
2324 |
return |
|
2325 |
||
2326 |
def register_Ns3SocketSetDontFragmentTag_methods(root_module, cls): |
|
2327 |
## socket.h: ns3::SocketSetDontFragmentTag::SocketSetDontFragmentTag(ns3::SocketSetDontFragmentTag const & arg0) [copy constructor] |
|
2328 |
cls.add_constructor([param('ns3::SocketSetDontFragmentTag const &', 'arg0')]) |
|
2329 |
## socket.h: ns3::SocketSetDontFragmentTag::SocketSetDontFragmentTag() [constructor] |
|
2330 |
cls.add_constructor([]) |
|
2331 |
## socket.h: void ns3::SocketSetDontFragmentTag::Deserialize(ns3::TagBuffer i) [member function] |
|
2332 |
cls.add_method('Deserialize', |
|
2333 |
'void', |
|
2334 |
[param('ns3::TagBuffer', 'i')], |
|
2335 |
is_virtual=True) |
|
2336 |
## socket.h: void ns3::SocketSetDontFragmentTag::Disable() [member function] |
|
2337 |
cls.add_method('Disable', |
|
2338 |
'void', |
|
2339 |
[]) |
|
2340 |
## socket.h: void ns3::SocketSetDontFragmentTag::Enable() [member function] |
|
2341 |
cls.add_method('Enable', |
|
2342 |
'void', |
|
2343 |
[]) |
|
2344 |
## socket.h: ns3::TypeId ns3::SocketSetDontFragmentTag::GetInstanceTypeId() const [member function] |
|
2345 |
cls.add_method('GetInstanceTypeId', |
|
2346 |
'ns3::TypeId', |
|
2347 |
[], |
|
2348 |
is_const=True, is_virtual=True) |
|
2349 |
## socket.h: uint32_t ns3::SocketSetDontFragmentTag::GetSerializedSize() const [member function] |
|
2350 |
cls.add_method('GetSerializedSize', |
|
2351 |
'uint32_t', |
|
2352 |
[], |
|
2353 |
is_const=True, is_virtual=True) |
|
2354 |
## socket.h: static ns3::TypeId ns3::SocketSetDontFragmentTag::GetTypeId() [member function] |
|
2355 |
cls.add_method('GetTypeId', |
|
2356 |
'ns3::TypeId', |
|
2357 |
[], |
|
2358 |
is_static=True) |
|
2359 |
## socket.h: bool ns3::SocketSetDontFragmentTag::IsEnabled() const [member function] |
|
2360 |
cls.add_method('IsEnabled', |
|
2361 |
'bool', |
|
2362 |
[], |
|
2363 |
is_const=True) |
|
2364 |
## socket.h: void ns3::SocketSetDontFragmentTag::Print(std::ostream & os) const [member function] |
|
2365 |
cls.add_method('Print', |
|
2366 |
'void', |
|
2367 |
[param('std::ostream &', 'os')], |
|
2368 |
is_const=True, is_virtual=True) |
|
2369 |
## socket.h: void ns3::SocketSetDontFragmentTag::Serialize(ns3::TagBuffer i) const [member function] |
|
2370 |
cls.add_method('Serialize', |
|
2371 |
'void', |
|
2372 |
[param('ns3::TagBuffer', 'i')], |
|
2373 |
is_const=True, is_virtual=True) |
|
2374 |
return |
|
2375 |
||
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2376 |
def register_Ns3SpectrumPhy_methods(root_module, cls): |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2377 |
## spectrum-phy.h: ns3::SpectrumPhy::SpectrumPhy() [constructor] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2378 |
cls.add_constructor([]) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2379 |
## spectrum-phy.h: ns3::SpectrumPhy::SpectrumPhy(ns3::SpectrumPhy const & arg0) [copy constructor] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2380 |
cls.add_constructor([param('ns3::SpectrumPhy const &', 'arg0')]) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2381 |
## spectrum-phy.h: ns3::Ptr<ns3::Object> ns3::SpectrumPhy::GetDevice() [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2382 |
cls.add_method('GetDevice', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2383 |
'ns3::Ptr< ns3::Object >', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2384 |
[], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2385 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2386 |
## spectrum-phy.h: ns3::Ptr<ns3::Object> ns3::SpectrumPhy::GetMobility() [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2387 |
cls.add_method('GetMobility', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2388 |
'ns3::Ptr< ns3::Object >', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2389 |
[], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2390 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2391 |
## spectrum-phy.h: ns3::Ptr<ns3::SpectrumModel const> ns3::SpectrumPhy::GetRxSpectrumModel() const [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2392 |
cls.add_method('GetRxSpectrumModel', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2393 |
'ns3::Ptr< ns3::SpectrumModel const >', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2394 |
[], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2395 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2396 |
## spectrum-phy.h: static ns3::TypeId ns3::SpectrumPhy::GetTypeId() [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2397 |
cls.add_method('GetTypeId', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2398 |
'ns3::TypeId', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2399 |
[], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2400 |
is_static=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2401 |
## spectrum-phy.h: void ns3::SpectrumPhy::SetChannel(ns3::Ptr<ns3::SpectrumChannel> c) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2402 |
cls.add_method('SetChannel', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2403 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2404 |
[param('ns3::Ptr< ns3::SpectrumChannel >', 'c')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2405 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2406 |
## spectrum-phy.h: void ns3::SpectrumPhy::SetDevice(ns3::Ptr<ns3::Object> d) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2407 |
cls.add_method('SetDevice', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2408 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2409 |
[param('ns3::Ptr< ns3::Object >', 'd')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2410 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2411 |
## spectrum-phy.h: void ns3::SpectrumPhy::SetMobility(ns3::Ptr<ns3::Object> m) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2412 |
cls.add_method('SetMobility', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2413 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2414 |
[param('ns3::Ptr< ns3::Object >', 'm')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2415 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2416 |
## spectrum-phy.h: void ns3::SpectrumPhy::StartRx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue const> rxPsd, ns3::SpectrumType st, ns3::Time duration) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2417 |
cls.add_method('StartRx', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2418 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2419 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue const >', 'rxPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2420 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2421 |
return |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
2422 |
|
5348 | 2423 |
def register_Ns3TcpSocket_methods(root_module, cls): |
2424 |
## tcp-socket.h: ns3::TcpSocket::TcpSocket(ns3::TcpSocket const & arg0) [copy constructor] |
|
2425 |
cls.add_constructor([param('ns3::TcpSocket const &', 'arg0')]) |
|
2426 |
## tcp-socket.h: ns3::TcpSocket::TcpSocket() [constructor] |
|
2427 |
cls.add_constructor([]) |
|
2428 |
## tcp-socket.h: static ns3::TypeId ns3::TcpSocket::GetTypeId() [member function] |
|
2429 |
cls.add_method('GetTypeId', |
|
2430 |
'ns3::TypeId', |
|
2431 |
[], |
|
2432 |
is_static=True) |
|
2433 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetConnCount() const [member function] |
|
2434 |
cls.add_method('GetConnCount', |
|
2435 |
'uint32_t', |
|
2436 |
[], |
|
2437 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2438 |
## tcp-socket.h: ns3::Time ns3::TcpSocket::GetConnTimeout() const [member function] |
|
2439 |
cls.add_method('GetConnTimeout', |
|
2440 |
'ns3::Time', |
|
2441 |
[], |
|
2442 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2443 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetDelAckMaxCount() const [member function] |
|
2444 |
cls.add_method('GetDelAckMaxCount', |
|
2445 |
'uint32_t', |
|
2446 |
[], |
|
2447 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2448 |
## tcp-socket.h: ns3::Time ns3::TcpSocket::GetDelAckTimeout() const [member function] |
|
2449 |
cls.add_method('GetDelAckTimeout', |
|
2450 |
'ns3::Time', |
|
2451 |
[], |
|
2452 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2453 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetInitialCwnd() const [member function] |
|
2454 |
cls.add_method('GetInitialCwnd', |
|
2455 |
'uint32_t', |
|
2456 |
[], |
|
2457 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2458 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetRcvBufSize() const [member function] |
|
2459 |
cls.add_method('GetRcvBufSize', |
|
2460 |
'uint32_t', |
|
2461 |
[], |
|
2462 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2463 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetSSThresh() const [member function] |
|
2464 |
cls.add_method('GetSSThresh', |
|
2465 |
'uint32_t', |
|
2466 |
[], |
|
2467 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2468 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetSegSize() const [member function] |
|
2469 |
cls.add_method('GetSegSize', |
|
2470 |
'uint32_t', |
|
2471 |
[], |
|
2472 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2473 |
## tcp-socket.h: uint32_t ns3::TcpSocket::GetSndBufSize() const [member function] |
|
2474 |
cls.add_method('GetSndBufSize', |
|
2475 |
'uint32_t', |
|
2476 |
[], |
|
2477 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2478 |
## tcp-socket.h: void ns3::TcpSocket::SetConnCount(uint32_t count) [member function] |
|
2479 |
cls.add_method('SetConnCount', |
|
2480 |
'void', |
|
2481 |
[param('uint32_t', 'count')], |
|
2482 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2483 |
## tcp-socket.h: void ns3::TcpSocket::SetConnTimeout(ns3::Time timeout) [member function] |
|
2484 |
cls.add_method('SetConnTimeout', |
|
2485 |
'void', |
|
2486 |
[param('ns3::Time', 'timeout')], |
|
2487 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2488 |
## tcp-socket.h: void ns3::TcpSocket::SetDelAckMaxCount(uint32_t count) [member function] |
|
2489 |
cls.add_method('SetDelAckMaxCount', |
|
2490 |
'void', |
|
2491 |
[param('uint32_t', 'count')], |
|
2492 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2493 |
## tcp-socket.h: void ns3::TcpSocket::SetDelAckTimeout(ns3::Time timeout) [member function] |
|
2494 |
cls.add_method('SetDelAckTimeout', |
|
2495 |
'void', |
|
2496 |
[param('ns3::Time', 'timeout')], |
|
2497 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2498 |
## tcp-socket.h: void ns3::TcpSocket::SetInitialCwnd(uint32_t count) [member function] |
|
2499 |
cls.add_method('SetInitialCwnd', |
|
2500 |
'void', |
|
2501 |
[param('uint32_t', 'count')], |
|
2502 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2503 |
## tcp-socket.h: void ns3::TcpSocket::SetRcvBufSize(uint32_t size) [member function] |
|
2504 |
cls.add_method('SetRcvBufSize', |
|
2505 |
'void', |
|
2506 |
[param('uint32_t', 'size')], |
|
2507 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2508 |
## tcp-socket.h: void ns3::TcpSocket::SetSSThresh(uint32_t threshold) [member function] |
|
2509 |
cls.add_method('SetSSThresh', |
|
2510 |
'void', |
|
2511 |
[param('uint32_t', 'threshold')], |
|
2512 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2513 |
## tcp-socket.h: void ns3::TcpSocket::SetSegSize(uint32_t size) [member function] |
|
2514 |
cls.add_method('SetSegSize', |
|
2515 |
'void', |
|
2516 |
[param('uint32_t', 'size')], |
|
2517 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2518 |
## tcp-socket.h: void ns3::TcpSocket::SetSndBufSize(uint32_t size) [member function] |
|
2519 |
cls.add_method('SetSndBufSize', |
|
2520 |
'void', |
|
2521 |
[param('uint32_t', 'size')], |
|
2522 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2523 |
return |
|
2524 |
||
2525 |
def register_Ns3TcpSocketFactory_methods(root_module, cls): |
|
2526 |
## tcp-socket-factory.h: ns3::TcpSocketFactory::TcpSocketFactory() [constructor] |
|
2527 |
cls.add_constructor([]) |
|
2528 |
## tcp-socket-factory.h: ns3::TcpSocketFactory::TcpSocketFactory(ns3::TcpSocketFactory const & arg0) [copy constructor] |
|
2529 |
cls.add_constructor([param('ns3::TcpSocketFactory const &', 'arg0')]) |
|
2530 |
## tcp-socket-factory.h: static ns3::TypeId ns3::TcpSocketFactory::GetTypeId() [member function] |
|
2531 |
cls.add_method('GetTypeId', |
|
2532 |
'ns3::TypeId', |
|
2533 |
[], |
|
2534 |
is_static=True) |
|
2535 |
return |
|
2536 |
||
2537 |
def register_Ns3UdpSocket_methods(root_module, cls): |
|
2538 |
## udp-socket.h: ns3::UdpSocket::UdpSocket(ns3::UdpSocket const & arg0) [copy constructor] |
|
2539 |
cls.add_constructor([param('ns3::UdpSocket const &', 'arg0')]) |
|
2540 |
## udp-socket.h: ns3::UdpSocket::UdpSocket() [constructor] |
|
2541 |
cls.add_constructor([]) |
|
2542 |
## udp-socket.h: static ns3::TypeId ns3::UdpSocket::GetTypeId() [member function] |
|
2543 |
cls.add_method('GetTypeId', |
|
2544 |
'ns3::TypeId', |
|
2545 |
[], |
|
2546 |
is_static=True) |
|
2547 |
## udp-socket.h: int ns3::UdpSocket::MulticastJoinGroup(uint32_t interface, ns3::Address const & groupAddress) [member function] |
|
2548 |
cls.add_method('MulticastJoinGroup', |
|
2549 |
'int', |
|
2550 |
[param('uint32_t', 'interface'), param('ns3::Address const &', 'groupAddress')], |
|
2551 |
is_pure_virtual=True, is_virtual=True) |
|
2552 |
## udp-socket.h: int ns3::UdpSocket::MulticastLeaveGroup(uint32_t interface, ns3::Address const & groupAddress) [member function] |
|
2553 |
cls.add_method('MulticastLeaveGroup', |
|
2554 |
'int', |
|
2555 |
[param('uint32_t', 'interface'), param('ns3::Address const &', 'groupAddress')], |
|
2556 |
is_pure_virtual=True, is_virtual=True) |
|
2557 |
## udp-socket.h: int32_t ns3::UdpSocket::GetIpMulticastIf() const [member function] |
|
2558 |
cls.add_method('GetIpMulticastIf', |
|
2559 |
'int32_t', |
|
2560 |
[], |
|
2561 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2562 |
## udp-socket.h: bool ns3::UdpSocket::GetIpMulticastLoop() const [member function] |
|
2563 |
cls.add_method('GetIpMulticastLoop', |
|
2564 |
'bool', |
|
2565 |
[], |
|
2566 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2567 |
## udp-socket.h: uint8_t ns3::UdpSocket::GetIpMulticastTtl() const [member function] |
|
2568 |
cls.add_method('GetIpMulticastTtl', |
|
2569 |
'uint8_t', |
|
2570 |
[], |
|
2571 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2572 |
## udp-socket.h: uint8_t ns3::UdpSocket::GetIpTtl() const [member function] |
|
2573 |
cls.add_method('GetIpTtl', |
|
2574 |
'uint8_t', |
|
2575 |
[], |
|
2576 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2577 |
## udp-socket.h: bool ns3::UdpSocket::GetMtuDiscover() const [member function] |
|
2578 |
cls.add_method('GetMtuDiscover', |
|
2579 |
'bool', |
|
2580 |
[], |
|
2581 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2582 |
## udp-socket.h: uint32_t ns3::UdpSocket::GetRcvBufSize() const [member function] |
|
2583 |
cls.add_method('GetRcvBufSize', |
|
2584 |
'uint32_t', |
|
2585 |
[], |
|
2586 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2587 |
## udp-socket.h: void ns3::UdpSocket::SetIpMulticastIf(int32_t ipIf) [member function] |
|
2588 |
cls.add_method('SetIpMulticastIf', |
|
2589 |
'void', |
|
2590 |
[param('int32_t', 'ipIf')], |
|
2591 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2592 |
## udp-socket.h: void ns3::UdpSocket::SetIpMulticastLoop(bool loop) [member function] |
|
2593 |
cls.add_method('SetIpMulticastLoop', |
|
2594 |
'void', |
|
2595 |
[param('bool', 'loop')], |
|
2596 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2597 |
## udp-socket.h: void ns3::UdpSocket::SetIpMulticastTtl(uint8_t ipTtl) [member function] |
|
2598 |
cls.add_method('SetIpMulticastTtl', |
|
2599 |
'void', |
|
2600 |
[param('uint8_t', 'ipTtl')], |
|
2601 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2602 |
## udp-socket.h: void ns3::UdpSocket::SetIpTtl(uint8_t ipTtl) [member function] |
|
2603 |
cls.add_method('SetIpTtl', |
|
2604 |
'void', |
|
2605 |
[param('uint8_t', 'ipTtl')], |
|
2606 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2607 |
## udp-socket.h: void ns3::UdpSocket::SetMtuDiscover(bool discover) [member function] |
|
2608 |
cls.add_method('SetMtuDiscover', |
|
2609 |
'void', |
|
2610 |
[param('bool', 'discover')], |
|
2611 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2612 |
## udp-socket.h: void ns3::UdpSocket::SetRcvBufSize(uint32_t size) [member function] |
|
2613 |
cls.add_method('SetRcvBufSize', |
|
2614 |
'void', |
|
2615 |
[param('uint32_t', 'size')], |
|
2616 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
2617 |
return |
|
2618 |
||
2619 |
def register_Ns3UdpSocketFactory_methods(root_module, cls): |
|
2620 |
## udp-socket-factory.h: ns3::UdpSocketFactory::UdpSocketFactory() [constructor] |
|
2621 |
cls.add_constructor([]) |
|
2622 |
## udp-socket-factory.h: ns3::UdpSocketFactory::UdpSocketFactory(ns3::UdpSocketFactory const & arg0) [copy constructor] |
|
2623 |
cls.add_constructor([param('ns3::UdpSocketFactory const &', 'arg0')]) |
|
2624 |
## udp-socket-factory.h: static ns3::TypeId ns3::UdpSocketFactory::GetTypeId() [member function] |
|
2625 |
cls.add_method('GetTypeId', |
|
2626 |
'ns3::TypeId', |
|
2627 |
[], |
|
2628 |
is_static=True) |
|
2629 |
return |
|
2630 |
||
2631 |
def register_Ns3Application_methods(root_module, cls): |
|
2632 |
## application.h: ns3::Application::Application(ns3::Application const & arg0) [copy constructor] |
|
2633 |
cls.add_constructor([param('ns3::Application const &', 'arg0')]) |
|
2634 |
## application.h: ns3::Application::Application() [constructor] |
|
2635 |
cls.add_constructor([]) |
|
2636 |
## application.h: ns3::Ptr<ns3::Node> ns3::Application::GetNode() const [member function] |
|
2637 |
cls.add_method('GetNode', |
|
2638 |
'ns3::Ptr< ns3::Node >', |
|
2639 |
[], |
|
2640 |
is_const=True) |
|
2641 |
## application.h: static ns3::TypeId ns3::Application::GetTypeId() [member function] |
|
2642 |
cls.add_method('GetTypeId', |
|
2643 |
'ns3::TypeId', |
|
2644 |
[], |
|
2645 |
is_static=True) |
|
2646 |
## application.h: void ns3::Application::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
|
2647 |
cls.add_method('SetNode', |
|
2648 |
'void', |
|
2649 |
[param('ns3::Ptr< ns3::Node >', 'node')]) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2650 |
## application.h: void ns3::Application::SetStartTime(ns3::Time start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2651 |
cls.add_method('SetStartTime', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2652 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2653 |
[param('ns3::Time', 'start')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2654 |
## application.h: void ns3::Application::SetStopTime(ns3::Time stop) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2655 |
cls.add_method('SetStopTime', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2656 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2657 |
[param('ns3::Time', 'stop')]) |
5348 | 2658 |
## application.h: void ns3::Application::DoDispose() [member function] |
2659 |
cls.add_method('DoDispose', |
|
2660 |
'void', |
|
2661 |
[], |
|
2662 |
visibility='protected', is_virtual=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2663 |
## application.h: void ns3::Application::DoStart() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2664 |
cls.add_method('DoStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2665 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2666 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
2667 |
visibility='protected', is_virtual=True) |
5348 | 2668 |
## application.h: void ns3::Application::StartApplication() [member function] |
2669 |
cls.add_method('StartApplication', |
|
2670 |
'void', |
|
2671 |
[], |
|
2672 |
visibility='private', is_virtual=True) |
|
2673 |
## application.h: void ns3::Application::StopApplication() [member function] |
|
2674 |
cls.add_method('StopApplication', |
|
2675 |
'void', |
|
2676 |
[], |
|
2677 |
visibility='private', is_virtual=True) |
|
2678 |
return |
|
2679 |
||
2680 |
def register_Ns3Channel_methods(root_module, cls): |
|
2681 |
## channel.h: ns3::Channel::Channel(ns3::Channel const & arg0) [copy constructor] |
|
2682 |
cls.add_constructor([param('ns3::Channel const &', 'arg0')]) |
|
2683 |
## channel.h: ns3::Channel::Channel() [constructor] |
|
2684 |
cls.add_constructor([]) |
|
2685 |
## channel.h: ns3::Ptr<ns3::NetDevice> ns3::Channel::GetDevice(uint32_t i) const [member function] |
|
2686 |
cls.add_method('GetDevice', |
|
2687 |
'ns3::Ptr< ns3::NetDevice >', |
|
2688 |
[param('uint32_t', 'i')], |
|
2689 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2690 |
## channel.h: uint32_t ns3::Channel::GetId() const [member function] |
|
2691 |
cls.add_method('GetId', |
|
2692 |
'uint32_t', |
|
2693 |
[], |
|
2694 |
is_const=True) |
|
2695 |
## channel.h: uint32_t ns3::Channel::GetNDevices() const [member function] |
|
2696 |
cls.add_method('GetNDevices', |
|
2697 |
'uint32_t', |
|
2698 |
[], |
|
2699 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2700 |
## channel.h: static ns3::TypeId ns3::Channel::GetTypeId() [member function] |
|
2701 |
cls.add_method('GetTypeId', |
|
2702 |
'ns3::TypeId', |
|
2703 |
[], |
|
2704 |
is_static=True) |
|
2705 |
return |
|
2706 |
||
2707 |
def register_Ns3DropTailQueue_methods(root_module, cls): |
|
2708 |
## drop-tail-queue.h: ns3::DropTailQueue::DropTailQueue(ns3::DropTailQueue const & arg0) [copy constructor] |
|
2709 |
cls.add_constructor([param('ns3::DropTailQueue const &', 'arg0')]) |
|
2710 |
## drop-tail-queue.h: ns3::DropTailQueue::DropTailQueue() [constructor] |
|
2711 |
cls.add_constructor([]) |
|
2712 |
## drop-tail-queue.h: ns3::DropTailQueue::Mode ns3::DropTailQueue::GetMode() [member function] |
|
2713 |
cls.add_method('GetMode', |
|
2714 |
'ns3::DropTailQueue::Mode', |
|
2715 |
[]) |
|
2716 |
## drop-tail-queue.h: static ns3::TypeId ns3::DropTailQueue::GetTypeId() [member function] |
|
2717 |
cls.add_method('GetTypeId', |
|
2718 |
'ns3::TypeId', |
|
2719 |
[], |
|
2720 |
is_static=True) |
|
2721 |
## drop-tail-queue.h: void ns3::DropTailQueue::SetMode(ns3::DropTailQueue::Mode mode) [member function] |
|
2722 |
cls.add_method('SetMode', |
|
2723 |
'void', |
|
2724 |
[param('ns3::DropTailQueue::Mode', 'mode')]) |
|
2725 |
## drop-tail-queue.h: ns3::Ptr<ns3::Packet> ns3::DropTailQueue::DoDequeue() [member function] |
|
2726 |
cls.add_method('DoDequeue', |
|
2727 |
'ns3::Ptr< ns3::Packet >', |
|
2728 |
[], |
|
2729 |
visibility='private', is_virtual=True) |
|
2730 |
## drop-tail-queue.h: bool ns3::DropTailQueue::DoEnqueue(ns3::Ptr<ns3::Packet> p) [member function] |
|
2731 |
cls.add_method('DoEnqueue', |
|
2732 |
'bool', |
|
2733 |
[param('ns3::Ptr< ns3::Packet >', 'p')], |
|
2734 |
visibility='private', is_virtual=True) |
|
2735 |
## drop-tail-queue.h: ns3::Ptr<ns3::Packet const> ns3::DropTailQueue::DoPeek() const [member function] |
|
2736 |
cls.add_method('DoPeek', |
|
2737 |
'ns3::Ptr< ns3::Packet const >', |
|
2738 |
[], |
|
2739 |
is_const=True, visibility='private', is_virtual=True) |
|
2740 |
return |
|
2741 |
||
2742 |
def register_Ns3EthernetHeader_methods(root_module, cls): |
|
2743 |
## ethernet-header.h: ns3::EthernetHeader::EthernetHeader(ns3::EthernetHeader const & arg0) [copy constructor] |
|
2744 |
cls.add_constructor([param('ns3::EthernetHeader const &', 'arg0')]) |
|
2745 |
## ethernet-header.h: ns3::EthernetHeader::EthernetHeader(bool hasPreamble) [constructor] |
|
2746 |
cls.add_constructor([param('bool', 'hasPreamble')]) |
|
2747 |
## ethernet-header.h: ns3::EthernetHeader::EthernetHeader() [constructor] |
|
2748 |
cls.add_constructor([]) |
|
2749 |
## ethernet-header.h: uint32_t ns3::EthernetHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
|
2750 |
cls.add_method('Deserialize', |
|
2751 |
'uint32_t', |
|
2752 |
[param('ns3::Buffer::Iterator', 'start')], |
|
2753 |
is_virtual=True) |
|
2754 |
## ethernet-header.h: ns3::Mac48Address ns3::EthernetHeader::GetDestination() const [member function] |
|
2755 |
cls.add_method('GetDestination', |
|
2756 |
'ns3::Mac48Address', |
|
2757 |
[], |
|
2758 |
is_const=True) |
|
2759 |
## ethernet-header.h: uint32_t ns3::EthernetHeader::GetHeaderSize() const [member function] |
|
2760 |
cls.add_method('GetHeaderSize', |
|
2761 |
'uint32_t', |
|
2762 |
[], |
|
2763 |
is_const=True) |
|
2764 |
## ethernet-header.h: ns3::TypeId ns3::EthernetHeader::GetInstanceTypeId() const [member function] |
|
2765 |
cls.add_method('GetInstanceTypeId', |
|
2766 |
'ns3::TypeId', |
|
2767 |
[], |
|
2768 |
is_const=True, is_virtual=True) |
|
2769 |
## ethernet-header.h: uint16_t ns3::EthernetHeader::GetLengthType() const [member function] |
|
2770 |
cls.add_method('GetLengthType', |
|
2771 |
'uint16_t', |
|
2772 |
[], |
|
2773 |
is_const=True) |
|
2774 |
## ethernet-header.h: ns3::ethernet_header_t ns3::EthernetHeader::GetPacketType() const [member function] |
|
2775 |
cls.add_method('GetPacketType', |
|
2776 |
'ns3::ethernet_header_t', |
|
2777 |
[], |
|
2778 |
is_const=True) |
|
2779 |
## ethernet-header.h: uint64_t ns3::EthernetHeader::GetPreambleSfd() const [member function] |
|
2780 |
cls.add_method('GetPreambleSfd', |
|
2781 |
'uint64_t', |
|
2782 |
[], |
|
2783 |
is_const=True) |
|
2784 |
## ethernet-header.h: uint32_t ns3::EthernetHeader::GetSerializedSize() const [member function] |
|
2785 |
cls.add_method('GetSerializedSize', |
|
2786 |
'uint32_t', |
|
2787 |
[], |
|
2788 |
is_const=True, is_virtual=True) |
|
2789 |
## ethernet-header.h: ns3::Mac48Address ns3::EthernetHeader::GetSource() const [member function] |
|
2790 |
cls.add_method('GetSource', |
|
2791 |
'ns3::Mac48Address', |
|
2792 |
[], |
|
2793 |
is_const=True) |
|
2794 |
## ethernet-header.h: static ns3::TypeId ns3::EthernetHeader::GetTypeId() [member function] |
|
2795 |
cls.add_method('GetTypeId', |
|
2796 |
'ns3::TypeId', |
|
2797 |
[], |
|
2798 |
is_static=True) |
|
2799 |
## ethernet-header.h: void ns3::EthernetHeader::Print(std::ostream & os) const [member function] |
|
2800 |
cls.add_method('Print', |
|
2801 |
'void', |
|
2802 |
[param('std::ostream &', 'os')], |
|
2803 |
is_const=True, is_virtual=True) |
|
2804 |
## ethernet-header.h: void ns3::EthernetHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
|
2805 |
cls.add_method('Serialize', |
|
2806 |
'void', |
|
2807 |
[param('ns3::Buffer::Iterator', 'start')], |
|
2808 |
is_const=True, is_virtual=True) |
|
2809 |
## ethernet-header.h: void ns3::EthernetHeader::SetDestination(ns3::Mac48Address destination) [member function] |
|
2810 |
cls.add_method('SetDestination', |
|
2811 |
'void', |
|
2812 |
[param('ns3::Mac48Address', 'destination')]) |
|
2813 |
## ethernet-header.h: void ns3::EthernetHeader::SetLengthType(uint16_t size) [member function] |
|
2814 |
cls.add_method('SetLengthType', |
|
2815 |
'void', |
|
2816 |
[param('uint16_t', 'size')]) |
|
2817 |
## ethernet-header.h: void ns3::EthernetHeader::SetPreambleSfd(uint64_t preambleSfd) [member function] |
|
2818 |
cls.add_method('SetPreambleSfd', |
|
2819 |
'void', |
|
2820 |
[param('uint64_t', 'preambleSfd')]) |
|
2821 |
## ethernet-header.h: void ns3::EthernetHeader::SetSource(ns3::Mac48Address source) [member function] |
|
2822 |
cls.add_method('SetSource', |
|
2823 |
'void', |
|
2824 |
[param('ns3::Mac48Address', 'source')]) |
|
2825 |
return |
|
2826 |
||
2827 |
def register_Ns3EthernetTrailer_methods(root_module, cls): |
|
2828 |
## ethernet-trailer.h: ns3::EthernetTrailer::EthernetTrailer(ns3::EthernetTrailer const & arg0) [copy constructor] |
|
2829 |
cls.add_constructor([param('ns3::EthernetTrailer const &', 'arg0')]) |
|
2830 |
## ethernet-trailer.h: ns3::EthernetTrailer::EthernetTrailer() [constructor] |
|
2831 |
cls.add_constructor([]) |
|
5841 | 2832 |
## ethernet-trailer.h: void ns3::EthernetTrailer::CalcFcs(ns3::Ptr<ns3::Packet const> p) [member function] |
5348 | 2833 |
cls.add_method('CalcFcs', |
2834 |
'void', |
|
5841 | 2835 |
[param('ns3::Ptr< ns3::Packet const >', 'p')]) |
2836 |
## ethernet-trailer.h: bool ns3::EthernetTrailer::CheckFcs(ns3::Ptr<ns3::Packet const> p) const [member function] |
|
5348 | 2837 |
cls.add_method('CheckFcs', |
2838 |
'bool', |
|
5841 | 2839 |
[param('ns3::Ptr< ns3::Packet const >', 'p')], |
5348 | 2840 |
is_const=True) |
2841 |
## ethernet-trailer.h: uint32_t ns3::EthernetTrailer::Deserialize(ns3::Buffer::Iterator end) [member function] |
|
2842 |
cls.add_method('Deserialize', |
|
2843 |
'uint32_t', |
|
2844 |
[param('ns3::Buffer::Iterator', 'end')], |
|
2845 |
is_virtual=True) |
|
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2846 |
## ethernet-trailer.h: void ns3::EthernetTrailer::EnableFcs(bool enable) [member function] |
5348 | 2847 |
cls.add_method('EnableFcs', |
2848 |
'void', |
|
5832
2812b92d4888
Drop CSMA packets with CRC errors, rescan, dox tweaks
Craig Dowell <craigdo@ee.washington.edu>
parents:
5821
diff
changeset
|
2849 |
[param('bool', 'enable')]) |
5348 | 2850 |
## ethernet-trailer.h: uint32_t ns3::EthernetTrailer::GetFcs() [member function] |
2851 |
cls.add_method('GetFcs', |
|
2852 |
'uint32_t', |
|
2853 |
[]) |
|
2854 |
## ethernet-trailer.h: ns3::TypeId ns3::EthernetTrailer::GetInstanceTypeId() const [member function] |
|
2855 |
cls.add_method('GetInstanceTypeId', |
|
2856 |
'ns3::TypeId', |
|
2857 |
[], |
|
2858 |
is_const=True, is_virtual=True) |
|
2859 |
## ethernet-trailer.h: uint32_t ns3::EthernetTrailer::GetSerializedSize() const [member function] |
|
2860 |
cls.add_method('GetSerializedSize', |
|
2861 |
'uint32_t', |
|
2862 |
[], |
|
2863 |
is_const=True, is_virtual=True) |
|
2864 |
## ethernet-trailer.h: uint32_t ns3::EthernetTrailer::GetTrailerSize() const [member function] |
|
2865 |
cls.add_method('GetTrailerSize', |
|
2866 |
'uint32_t', |
|
2867 |
[], |
|
2868 |
is_const=True) |
|
2869 |
## ethernet-trailer.h: static ns3::TypeId ns3::EthernetTrailer::GetTypeId() [member function] |
|
2870 |
cls.add_method('GetTypeId', |
|
2871 |
'ns3::TypeId', |
|
2872 |
[], |
|
2873 |
is_static=True) |
|
2874 |
## ethernet-trailer.h: void ns3::EthernetTrailer::Print(std::ostream & os) const [member function] |
|
2875 |
cls.add_method('Print', |
|
2876 |
'void', |
|
2877 |
[param('std::ostream &', 'os')], |
|
2878 |
is_const=True, is_virtual=True) |
|
2879 |
## ethernet-trailer.h: void ns3::EthernetTrailer::Serialize(ns3::Buffer::Iterator end) const [member function] |
|
2880 |
cls.add_method('Serialize', |
|
2881 |
'void', |
|
2882 |
[param('ns3::Buffer::Iterator', 'end')], |
|
2883 |
is_const=True, is_virtual=True) |
|
2884 |
## ethernet-trailer.h: void ns3::EthernetTrailer::SetFcs(uint32_t fcs) [member function] |
|
2885 |
cls.add_method('SetFcs', |
|
2886 |
'void', |
|
2887 |
[param('uint32_t', 'fcs')]) |
|
2888 |
return |
|
2889 |
||
2890 |
def register_Ns3Ipv4_methods(root_module, cls): |
|
2891 |
## ipv4.h: ns3::Ipv4::Ipv4(ns3::Ipv4 const & arg0) [copy constructor] |
|
2892 |
cls.add_constructor([param('ns3::Ipv4 const &', 'arg0')]) |
|
2893 |
## ipv4.h: ns3::Ipv4::Ipv4() [constructor] |
|
2894 |
cls.add_constructor([]) |
|
2895 |
## ipv4.h: bool ns3::Ipv4::AddAddress(uint32_t interface, ns3::Ipv4InterfaceAddress address) [member function] |
|
2896 |
cls.add_method('AddAddress', |
|
2897 |
'bool', |
|
2898 |
[param('uint32_t', 'interface'), param('ns3::Ipv4InterfaceAddress', 'address')], |
|
2899 |
is_pure_virtual=True, is_virtual=True) |
|
2900 |
## ipv4.h: uint32_t ns3::Ipv4::AddInterface(ns3::Ptr<ns3::NetDevice> device) [member function] |
|
2901 |
cls.add_method('AddInterface', |
|
2902 |
'uint32_t', |
|
2903 |
[param('ns3::Ptr< ns3::NetDevice >', 'device')], |
|
2904 |
is_pure_virtual=True, is_virtual=True) |
|
2905 |
## ipv4.h: ns3::Ipv4InterfaceAddress ns3::Ipv4::GetAddress(uint32_t interface, uint32_t addressIndex) const [member function] |
|
2906 |
cls.add_method('GetAddress', |
|
2907 |
'ns3::Ipv4InterfaceAddress', |
|
2908 |
[param('uint32_t', 'interface'), param('uint32_t', 'addressIndex')], |
|
2909 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2910 |
## ipv4.h: int32_t ns3::Ipv4::GetInterfaceForAddress(ns3::Ipv4Address address) const [member function] |
|
2911 |
cls.add_method('GetInterfaceForAddress', |
|
2912 |
'int32_t', |
|
2913 |
[param('ns3::Ipv4Address', 'address')], |
|
2914 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2915 |
## ipv4.h: int32_t ns3::Ipv4::GetInterfaceForDevice(ns3::Ptr<const ns3::NetDevice> device) const [member function] |
|
2916 |
cls.add_method('GetInterfaceForDevice', |
|
2917 |
'int32_t', |
|
2918 |
[param('ns3::Ptr< ns3::NetDevice const >', 'device')], |
|
2919 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2920 |
## ipv4.h: int32_t ns3::Ipv4::GetInterfaceForPrefix(ns3::Ipv4Address address, ns3::Ipv4Mask mask) const [member function] |
|
2921 |
cls.add_method('GetInterfaceForPrefix', |
|
2922 |
'int32_t', |
|
2923 |
[param('ns3::Ipv4Address', 'address'), param('ns3::Ipv4Mask', 'mask')], |
|
2924 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2925 |
## ipv4.h: uint16_t ns3::Ipv4::GetMetric(uint32_t interface) const [member function] |
|
2926 |
cls.add_method('GetMetric', |
|
2927 |
'uint16_t', |
|
2928 |
[param('uint32_t', 'interface')], |
|
2929 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2930 |
## ipv4.h: uint16_t ns3::Ipv4::GetMtu(uint32_t interface) const [member function] |
|
2931 |
cls.add_method('GetMtu', |
|
2932 |
'uint16_t', |
|
2933 |
[param('uint32_t', 'interface')], |
|
2934 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2935 |
## ipv4.h: uint32_t ns3::Ipv4::GetNAddresses(uint32_t interface) const [member function] |
|
2936 |
cls.add_method('GetNAddresses', |
|
2937 |
'uint32_t', |
|
2938 |
[param('uint32_t', 'interface')], |
|
2939 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2940 |
## ipv4.h: uint32_t ns3::Ipv4::GetNInterfaces() const [member function] |
|
2941 |
cls.add_method('GetNInterfaces', |
|
2942 |
'uint32_t', |
|
2943 |
[], |
|
2944 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2945 |
## ipv4.h: ns3::Ptr<ns3::NetDevice> ns3::Ipv4::GetNetDevice(uint32_t interface) [member function] |
|
2946 |
cls.add_method('GetNetDevice', |
|
2947 |
'ns3::Ptr< ns3::NetDevice >', |
|
2948 |
[param('uint32_t', 'interface')], |
|
2949 |
is_pure_virtual=True, is_virtual=True) |
|
2950 |
## ipv4.h: ns3::Ptr<ns3::Ipv4RoutingProtocol> ns3::Ipv4::GetRoutingProtocol() const [member function] |
|
2951 |
cls.add_method('GetRoutingProtocol', |
|
2952 |
'ns3::Ptr< ns3::Ipv4RoutingProtocol >', |
|
2953 |
[], |
|
2954 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2955 |
## ipv4.h: static ns3::TypeId ns3::Ipv4::GetTypeId() [member function] |
|
2956 |
cls.add_method('GetTypeId', |
|
2957 |
'ns3::TypeId', |
|
2958 |
[], |
|
2959 |
is_static=True) |
|
5762
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
2960 |
## ipv4.h: bool ns3::Ipv4::IsDestinationAddress(ns3::Ipv4Address address, uint32_t iif) const [member function] |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
2961 |
cls.add_method('IsDestinationAddress', |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
2962 |
'bool', |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
2963 |
[param('ns3::Ipv4Address', 'address'), param('uint32_t', 'iif')], |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
2964 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
5348 | 2965 |
## ipv4.h: bool ns3::Ipv4::IsForwarding(uint32_t interface) const [member function] |
2966 |
cls.add_method('IsForwarding', |
|
2967 |
'bool', |
|
2968 |
[param('uint32_t', 'interface')], |
|
2969 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2970 |
## ipv4.h: bool ns3::Ipv4::IsUp(uint32_t interface) const [member function] |
|
2971 |
cls.add_method('IsUp', |
|
2972 |
'bool', |
|
2973 |
[param('uint32_t', 'interface')], |
|
2974 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2975 |
## ipv4.h: bool ns3::Ipv4::RemoveAddress(uint32_t interface, uint32_t addressIndex) [member function] |
|
2976 |
cls.add_method('RemoveAddress', |
|
2977 |
'bool', |
|
2978 |
[param('uint32_t', 'interface'), param('uint32_t', 'addressIndex')], |
|
2979 |
is_pure_virtual=True, is_virtual=True) |
|
5852 | 2980 |
## ipv4.h: ns3::Ipv4Address ns3::Ipv4::SelectSourceAddress(ns3::Ptr<const ns3::NetDevice> device, ns3::Ipv4Address dst, ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e scope) [member function] |
2981 |
cls.add_method('SelectSourceAddress', |
|
2982 |
'ns3::Ipv4Address', |
|
2983 |
[param('ns3::Ptr< ns3::NetDevice const >', 'device'), param('ns3::Ipv4Address', 'dst'), param('ns3::Ipv4InterfaceAddress::InterfaceAddressScope_e', 'scope')], |
|
2984 |
is_pure_virtual=True, is_virtual=True) |
|
5348 | 2985 |
## ipv4.h: void ns3::Ipv4::SetDown(uint32_t interface) [member function] |
2986 |
cls.add_method('SetDown', |
|
2987 |
'void', |
|
2988 |
[param('uint32_t', 'interface')], |
|
2989 |
is_pure_virtual=True, is_virtual=True) |
|
2990 |
## ipv4.h: void ns3::Ipv4::SetForwarding(uint32_t interface, bool val) [member function] |
|
2991 |
cls.add_method('SetForwarding', |
|
2992 |
'void', |
|
2993 |
[param('uint32_t', 'interface'), param('bool', 'val')], |
|
2994 |
is_pure_virtual=True, is_virtual=True) |
|
2995 |
## ipv4.h: void ns3::Ipv4::SetMetric(uint32_t interface, uint16_t metric) [member function] |
|
2996 |
cls.add_method('SetMetric', |
|
2997 |
'void', |
|
2998 |
[param('uint32_t', 'interface'), param('uint16_t', 'metric')], |
|
2999 |
is_pure_virtual=True, is_virtual=True) |
|
3000 |
## ipv4.h: void ns3::Ipv4::SetRoutingProtocol(ns3::Ptr<ns3::Ipv4RoutingProtocol> routingProtocol) [member function] |
|
3001 |
cls.add_method('SetRoutingProtocol', |
|
3002 |
'void', |
|
3003 |
[param('ns3::Ptr< ns3::Ipv4RoutingProtocol >', 'routingProtocol')], |
|
3004 |
is_pure_virtual=True, is_virtual=True) |
|
3005 |
## ipv4.h: void ns3::Ipv4::SetUp(uint32_t interface) [member function] |
|
3006 |
cls.add_method('SetUp', |
|
3007 |
'void', |
|
3008 |
[param('uint32_t', 'interface')], |
|
3009 |
is_pure_virtual=True, is_virtual=True) |
|
3010 |
## ipv4.h: ns3::Ipv4::IF_ANY [variable] |
|
3011 |
cls.add_static_attribute('IF_ANY', 'uint32_t const', is_const=True) |
|
3012 |
## ipv4.h: bool ns3::Ipv4::GetIpForward() const [member function] |
|
3013 |
cls.add_method('GetIpForward', |
|
3014 |
'bool', |
|
3015 |
[], |
|
3016 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
5762
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3017 |
## ipv4.h: bool ns3::Ipv4::GetWeakEsModel() const [member function] |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3018 |
cls.add_method('GetWeakEsModel', |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3019 |
'bool', |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3020 |
[], |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3021 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
5348 | 3022 |
## ipv4.h: void ns3::Ipv4::SetIpForward(bool forward) [member function] |
3023 |
cls.add_method('SetIpForward', |
|
3024 |
'void', |
|
3025 |
[param('bool', 'forward')], |
|
3026 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
5762
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3027 |
## ipv4.h: void ns3::Ipv4::SetWeakEsModel(bool model) [member function] |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3028 |
cls.add_method('SetWeakEsModel', |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3029 |
'void', |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3030 |
[param('bool', 'model')], |
ae78a8de6f5f
Update bindings for bug 735 fix
Tom Henderson <tomh@tomh.org>
parents:
5754
diff
changeset
|
3031 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
5348 | 3032 |
return |
3033 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3034 |
def register_Ns3Ipv4AddressChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3035 |
## ipv4-address.h: ns3::Ipv4AddressChecker::Ipv4AddressChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3036 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3037 |
## ipv4-address.h: ns3::Ipv4AddressChecker::Ipv4AddressChecker(ns3::Ipv4AddressChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3038 |
cls.add_constructor([param('ns3::Ipv4AddressChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3039 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3040 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3041 |
def register_Ns3Ipv4AddressValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3042 |
## ipv4-address.h: ns3::Ipv4AddressValue::Ipv4AddressValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3043 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3044 |
## ipv4-address.h: ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4AddressValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3045 |
cls.add_constructor([param('ns3::Ipv4AddressValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3046 |
## ipv4-address.h: ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4Address const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3047 |
cls.add_constructor([param('ns3::Ipv4Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3048 |
## ipv4-address.h: ns3::Ptr<ns3::AttributeValue> ns3::Ipv4AddressValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3049 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3050 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3051 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3052 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3053 |
## ipv4-address.h: bool ns3::Ipv4AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3054 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3055 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3056 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3057 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3058 |
## ipv4-address.h: ns3::Ipv4Address ns3::Ipv4AddressValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3059 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3060 |
'ns3::Ipv4Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3061 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3062 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3063 |
## ipv4-address.h: std::string ns3::Ipv4AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3064 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3065 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3066 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3067 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3068 |
## ipv4-address.h: void ns3::Ipv4AddressValue::Set(ns3::Ipv4Address const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3069 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3070 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3071 |
[param('ns3::Ipv4Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3072 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3073 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3074 |
def register_Ns3Ipv4MaskChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3075 |
## ipv4-address.h: ns3::Ipv4MaskChecker::Ipv4MaskChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3076 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3077 |
## ipv4-address.h: ns3::Ipv4MaskChecker::Ipv4MaskChecker(ns3::Ipv4MaskChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3078 |
cls.add_constructor([param('ns3::Ipv4MaskChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3079 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3080 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3081 |
def register_Ns3Ipv4MaskValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3082 |
## ipv4-address.h: ns3::Ipv4MaskValue::Ipv4MaskValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3083 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3084 |
## ipv4-address.h: ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4MaskValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3085 |
cls.add_constructor([param('ns3::Ipv4MaskValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3086 |
## ipv4-address.h: ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4Mask const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3087 |
cls.add_constructor([param('ns3::Ipv4Mask const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3088 |
## ipv4-address.h: ns3::Ptr<ns3::AttributeValue> ns3::Ipv4MaskValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3089 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3090 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3091 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3092 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3093 |
## ipv4-address.h: bool ns3::Ipv4MaskValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3094 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3095 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3096 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3097 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3098 |
## ipv4-address.h: ns3::Ipv4Mask ns3::Ipv4MaskValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3099 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3100 |
'ns3::Ipv4Mask', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3101 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3102 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3103 |
## ipv4-address.h: std::string ns3::Ipv4MaskValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3104 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3105 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3106 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3107 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3108 |
## ipv4-address.h: void ns3::Ipv4MaskValue::Set(ns3::Ipv4Mask const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3109 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3110 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3111 |
[param('ns3::Ipv4Mask const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3112 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3113 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3114 |
def register_Ns3Ipv4MulticastRoute_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3115 |
## ipv4-route.h: ns3::Ipv4MulticastRoute::Ipv4MulticastRoute(ns3::Ipv4MulticastRoute const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3116 |
cls.add_constructor([param('ns3::Ipv4MulticastRoute const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3117 |
## ipv4-route.h: ns3::Ipv4MulticastRoute::Ipv4MulticastRoute() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3118 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3119 |
## ipv4-route.h: ns3::Ipv4Address ns3::Ipv4MulticastRoute::GetGroup() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3120 |
cls.add_method('GetGroup', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3121 |
'ns3::Ipv4Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3122 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3123 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3124 |
## ipv4-route.h: ns3::Ipv4Address ns3::Ipv4MulticastRoute::GetOrigin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3125 |
cls.add_method('GetOrigin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3126 |
'ns3::Ipv4Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3127 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3128 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3129 |
## ipv4-route.h: uint32_t ns3::Ipv4MulticastRoute::GetOutputTtl(uint32_t oif) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3130 |
cls.add_method('GetOutputTtl', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3131 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3132 |
[param('uint32_t', 'oif')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3133 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3134 |
## ipv4-route.h: uint32_t ns3::Ipv4MulticastRoute::GetParent() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3135 |
cls.add_method('GetParent', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3136 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3137 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3138 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3139 |
## ipv4-route.h: void ns3::Ipv4MulticastRoute::SetGroup(ns3::Ipv4Address const group) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3140 |
cls.add_method('SetGroup', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3141 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3142 |
[param('ns3::Ipv4Address const', 'group')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3143 |
## ipv4-route.h: void ns3::Ipv4MulticastRoute::SetOrigin(ns3::Ipv4Address const origin) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3144 |
cls.add_method('SetOrigin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3145 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3146 |
[param('ns3::Ipv4Address const', 'origin')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3147 |
## ipv4-route.h: void ns3::Ipv4MulticastRoute::SetOutputTtl(uint32_t oif, uint32_t ttl) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3148 |
cls.add_method('SetOutputTtl', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3149 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3150 |
[param('uint32_t', 'oif'), param('uint32_t', 'ttl')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3151 |
## ipv4-route.h: void ns3::Ipv4MulticastRoute::SetParent(uint32_t iif) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3152 |
cls.add_method('SetParent', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3153 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3154 |
[param('uint32_t', 'iif')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3155 |
## ipv4-route.h: ns3::Ipv4MulticastRoute::MAX_INTERFACES [variable] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3156 |
cls.add_static_attribute('MAX_INTERFACES', 'uint32_t const', is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3157 |
## ipv4-route.h: ns3::Ipv4MulticastRoute::MAX_TTL [variable] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3158 |
cls.add_static_attribute('MAX_TTL', 'uint32_t const', is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3159 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3160 |
|
5348 | 3161 |
def register_Ns3Ipv4RawSocketFactory_methods(root_module, cls): |
3162 |
## ipv4-raw-socket-factory.h: ns3::Ipv4RawSocketFactory::Ipv4RawSocketFactory() [constructor] |
|
3163 |
cls.add_constructor([]) |
|
3164 |
## ipv4-raw-socket-factory.h: ns3::Ipv4RawSocketFactory::Ipv4RawSocketFactory(ns3::Ipv4RawSocketFactory const & arg0) [copy constructor] |
|
3165 |
cls.add_constructor([param('ns3::Ipv4RawSocketFactory const &', 'arg0')]) |
|
3166 |
## ipv4-raw-socket-factory.h: static ns3::TypeId ns3::Ipv4RawSocketFactory::GetTypeId() [member function] |
|
3167 |
cls.add_method('GetTypeId', |
|
3168 |
'ns3::TypeId', |
|
3169 |
[], |
|
3170 |
is_static=True) |
|
3171 |
return |
|
3172 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3173 |
def register_Ns3Ipv4Route_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3174 |
cls.add_output_stream_operator() |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3175 |
## ipv4-route.h: ns3::Ipv4Route::Ipv4Route(ns3::Ipv4Route const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3176 |
cls.add_constructor([param('ns3::Ipv4Route const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3177 |
## ipv4-route.h: ns3::Ipv4Route::Ipv4Route() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3178 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3179 |
## ipv4-route.h: ns3::Ipv4Address ns3::Ipv4Route::GetDestination() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3180 |
cls.add_method('GetDestination', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3181 |
'ns3::Ipv4Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3182 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3183 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3184 |
## ipv4-route.h: ns3::Ipv4Address ns3::Ipv4Route::GetGateway() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3185 |
cls.add_method('GetGateway', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3186 |
'ns3::Ipv4Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3187 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3188 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3189 |
## ipv4-route.h: ns3::Ptr<ns3::NetDevice> ns3::Ipv4Route::GetOutputDevice() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3190 |
cls.add_method('GetOutputDevice', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3191 |
'ns3::Ptr< ns3::NetDevice >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3192 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3193 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3194 |
## ipv4-route.h: ns3::Ipv4Address ns3::Ipv4Route::GetSource() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3195 |
cls.add_method('GetSource', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3196 |
'ns3::Ipv4Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3197 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3198 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3199 |
## ipv4-route.h: void ns3::Ipv4Route::SetDestination(ns3::Ipv4Address dest) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3200 |
cls.add_method('SetDestination', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3201 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3202 |
[param('ns3::Ipv4Address', 'dest')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3203 |
## ipv4-route.h: void ns3::Ipv4Route::SetGateway(ns3::Ipv4Address gw) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3204 |
cls.add_method('SetGateway', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3205 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3206 |
[param('ns3::Ipv4Address', 'gw')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3207 |
## ipv4-route.h: void ns3::Ipv4Route::SetOutputDevice(ns3::Ptr<ns3::NetDevice> outputDevice) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3208 |
cls.add_method('SetOutputDevice', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3209 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3210 |
[param('ns3::Ptr< ns3::NetDevice >', 'outputDevice')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3211 |
## ipv4-route.h: void ns3::Ipv4Route::SetSource(ns3::Ipv4Address src) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3212 |
cls.add_method('SetSource', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3213 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3214 |
[param('ns3::Ipv4Address', 'src')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3215 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3216 |
|
5348 | 3217 |
def register_Ns3Ipv4RoutingProtocol_methods(root_module, cls): |
3218 |
## ipv4-routing-protocol.h: ns3::Ipv4RoutingProtocol::Ipv4RoutingProtocol() [constructor] |
|
3219 |
cls.add_constructor([]) |
|
3220 |
## ipv4-routing-protocol.h: ns3::Ipv4RoutingProtocol::Ipv4RoutingProtocol(ns3::Ipv4RoutingProtocol const & arg0) [copy constructor] |
|
3221 |
cls.add_constructor([param('ns3::Ipv4RoutingProtocol const &', 'arg0')]) |
|
3222 |
## ipv4-routing-protocol.h: static ns3::TypeId ns3::Ipv4RoutingProtocol::GetTypeId() [member function] |
|
3223 |
cls.add_method('GetTypeId', |
|
3224 |
'ns3::TypeId', |
|
3225 |
[], |
|
3226 |
is_static=True) |
|
3227 |
## ipv4-routing-protocol.h: void ns3::Ipv4RoutingProtocol::NotifyAddAddress(uint32_t interface, ns3::Ipv4InterfaceAddress address) [member function] |
|
3228 |
cls.add_method('NotifyAddAddress', |
|
3229 |
'void', |
|
3230 |
[param('uint32_t', 'interface'), param('ns3::Ipv4InterfaceAddress', 'address')], |
|
3231 |
is_pure_virtual=True, is_virtual=True) |
|
3232 |
## ipv4-routing-protocol.h: void ns3::Ipv4RoutingProtocol::NotifyInterfaceDown(uint32_t interface) [member function] |
|
3233 |
cls.add_method('NotifyInterfaceDown', |
|
3234 |
'void', |
|
3235 |
[param('uint32_t', 'interface')], |
|
3236 |
is_pure_virtual=True, is_virtual=True) |
|
3237 |
## ipv4-routing-protocol.h: void ns3::Ipv4RoutingProtocol::NotifyInterfaceUp(uint32_t interface) [member function] |
|
3238 |
cls.add_method('NotifyInterfaceUp', |
|
3239 |
'void', |
|
3240 |
[param('uint32_t', 'interface')], |
|
3241 |
is_pure_virtual=True, is_virtual=True) |
|
3242 |
## ipv4-routing-protocol.h: void ns3::Ipv4RoutingProtocol::NotifyRemoveAddress(uint32_t interface, ns3::Ipv4InterfaceAddress address) [member function] |
|
3243 |
cls.add_method('NotifyRemoveAddress', |
|
3244 |
'void', |
|
3245 |
[param('uint32_t', 'interface'), param('ns3::Ipv4InterfaceAddress', 'address')], |
|
3246 |
is_pure_virtual=True, is_virtual=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3247 |
## ipv4-routing-protocol.h: bool ns3::Ipv4RoutingProtocol::RouteInput(ns3::Ptr<ns3::Packet const> p, ns3::Ipv4Header const & header, ns3::Ptr<const ns3::NetDevice> idev, ns3::Callback<void, ns3::Ptr<ns3::Ipv4Route>, ns3::Ptr<ns3::Packet const>, ns3::Ipv4Header const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> ucb, ns3::Callback<void,ns3::Ptr<ns3::Ipv4MulticastRoute>,ns3::Ptr<const ns3::Packet>,const ns3::Ipv4Header&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> mcb, ns3::Callback<void,ns3::Ptr<const ns3::Packet>,const ns3::Ipv4Header&,unsigned int,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> lcb, ns3::Callback<void, ns3::Ptr<ns3::Packet const>, ns3::Ipv4Header const&, ns3::Socket::SocketErrno, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> ecb) [member function] |
5348 | 3248 |
cls.add_method('RouteInput', |
3249 |
'bool', |
|
3250 |
[param('ns3::Ptr< ns3::Packet const >', 'p'), param('ns3::Ipv4Header const &', 'header'), param('ns3::Ptr< ns3::NetDevice const >', 'idev'), param('ns3::Callback< void, ns3::Ptr< ns3::Ipv4Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ucb'), param('ns3::Callback< void, ns3::Ptr< ns3::Ipv4MulticastRoute >, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'mcb'), param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'lcb'), param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::Ipv4Header const &, ns3::Socket::SocketErrno, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ecb')], |
|
3251 |
is_pure_virtual=True, is_virtual=True) |
|
5856
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
3252 |
## ipv4-routing-protocol.h: ns3::Ptr<ns3::Ipv4Route> ns3::Ipv4RoutingProtocol::RouteOutput(ns3::Ptr<ns3::Packet> p, ns3::Ipv4Header const & header, ns3::Ptr<ns3::NetDevice> oif, ns3::Socket::SocketErrno & sockerr) [member function] |
5348 | 3253 |
cls.add_method('RouteOutput', |
3254 |
'ns3::Ptr< ns3::Ipv4Route >', |
|
5856
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
3255 |
[param('ns3::Ptr< ns3::Packet >', 'p'), param('ns3::Ipv4Header const &', 'header'), param('ns3::Ptr< ns3::NetDevice >', 'oif'), param('ns3::Socket::SocketErrno &', 'sockerr')], |
5348 | 3256 |
is_pure_virtual=True, is_virtual=True) |
3257 |
## ipv4-routing-protocol.h: void ns3::Ipv4RoutingProtocol::SetIpv4(ns3::Ptr<ns3::Ipv4> ipv4) [member function] |
|
3258 |
cls.add_method('SetIpv4', |
|
3259 |
'void', |
|
3260 |
[param('ns3::Ptr< ns3::Ipv4 >', 'ipv4')], |
|
3261 |
is_pure_virtual=True, is_virtual=True) |
|
3262 |
return |
|
3263 |
||
3264 |
def register_Ns3Ipv6_methods(root_module, cls): |
|
3265 |
## ipv6.h: ns3::Ipv6::Ipv6(ns3::Ipv6 const & arg0) [copy constructor] |
|
3266 |
cls.add_constructor([param('ns3::Ipv6 const &', 'arg0')]) |
|
3267 |
## ipv6.h: ns3::Ipv6::Ipv6() [constructor] |
|
3268 |
cls.add_constructor([]) |
|
3269 |
## ipv6.h: bool ns3::Ipv6::AddAddress(uint32_t interface, ns3::Ipv6InterfaceAddress address) [member function] |
|
3270 |
cls.add_method('AddAddress', |
|
3271 |
'bool', |
|
3272 |
[param('uint32_t', 'interface'), param('ns3::Ipv6InterfaceAddress', 'address')], |
|
3273 |
is_pure_virtual=True, is_virtual=True) |
|
3274 |
## ipv6.h: uint32_t ns3::Ipv6::AddInterface(ns3::Ptr<ns3::NetDevice> device) [member function] |
|
3275 |
cls.add_method('AddInterface', |
|
3276 |
'uint32_t', |
|
3277 |
[param('ns3::Ptr< ns3::NetDevice >', 'device')], |
|
3278 |
is_pure_virtual=True, is_virtual=True) |
|
3279 |
## ipv6.h: ns3::Ipv6InterfaceAddress ns3::Ipv6::GetAddress(uint32_t interface, uint32_t addressIndex) const [member function] |
|
3280 |
cls.add_method('GetAddress', |
|
3281 |
'ns3::Ipv6InterfaceAddress', |
|
3282 |
[param('uint32_t', 'interface'), param('uint32_t', 'addressIndex')], |
|
3283 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3284 |
## ipv6.h: int32_t ns3::Ipv6::GetInterfaceForAddress(ns3::Ipv6Address address) const [member function] |
|
3285 |
cls.add_method('GetInterfaceForAddress', |
|
3286 |
'int32_t', |
|
3287 |
[param('ns3::Ipv6Address', 'address')], |
|
3288 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3289 |
## ipv6.h: int32_t ns3::Ipv6::GetInterfaceForDevice(ns3::Ptr<const ns3::NetDevice> device) const [member function] |
|
3290 |
cls.add_method('GetInterfaceForDevice', |
|
3291 |
'int32_t', |
|
3292 |
[param('ns3::Ptr< ns3::NetDevice const >', 'device')], |
|
3293 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3294 |
## ipv6.h: int32_t ns3::Ipv6::GetInterfaceForPrefix(ns3::Ipv6Address address, ns3::Ipv6Prefix mask) const [member function] |
|
3295 |
cls.add_method('GetInterfaceForPrefix', |
|
3296 |
'int32_t', |
|
3297 |
[param('ns3::Ipv6Address', 'address'), param('ns3::Ipv6Prefix', 'mask')], |
|
3298 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3299 |
## ipv6.h: uint16_t ns3::Ipv6::GetMetric(uint32_t interface) const [member function] |
|
3300 |
cls.add_method('GetMetric', |
|
3301 |
'uint16_t', |
|
3302 |
[param('uint32_t', 'interface')], |
|
3303 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3304 |
## ipv6.h: uint16_t ns3::Ipv6::GetMtu(uint32_t interface) const [member function] |
|
3305 |
cls.add_method('GetMtu', |
|
3306 |
'uint16_t', |
|
3307 |
[param('uint32_t', 'interface')], |
|
3308 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3309 |
## ipv6.h: uint32_t ns3::Ipv6::GetNAddresses(uint32_t interface) const [member function] |
|
3310 |
cls.add_method('GetNAddresses', |
|
3311 |
'uint32_t', |
|
3312 |
[param('uint32_t', 'interface')], |
|
3313 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3314 |
## ipv6.h: uint32_t ns3::Ipv6::GetNInterfaces() const [member function] |
|
3315 |
cls.add_method('GetNInterfaces', |
|
3316 |
'uint32_t', |
|
3317 |
[], |
|
3318 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3319 |
## ipv6.h: ns3::Ptr<ns3::NetDevice> ns3::Ipv6::GetNetDevice(uint32_t interface) [member function] |
|
3320 |
cls.add_method('GetNetDevice', |
|
3321 |
'ns3::Ptr< ns3::NetDevice >', |
|
3322 |
[param('uint32_t', 'interface')], |
|
3323 |
is_pure_virtual=True, is_virtual=True) |
|
3324 |
## ipv6.h: ns3::Ptr<ns3::Ipv6RoutingProtocol> ns3::Ipv6::GetRoutingProtocol() const [member function] |
|
3325 |
cls.add_method('GetRoutingProtocol', |
|
3326 |
'ns3::Ptr< ns3::Ipv6RoutingProtocol >', |
|
3327 |
[], |
|
3328 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3329 |
## ipv6.h: static ns3::TypeId ns3::Ipv6::GetTypeId() [member function] |
|
3330 |
cls.add_method('GetTypeId', |
|
3331 |
'ns3::TypeId', |
|
3332 |
[], |
|
3333 |
is_static=True) |
|
3334 |
## ipv6.h: bool ns3::Ipv6::IsForwarding(uint32_t interface) const [member function] |
|
3335 |
cls.add_method('IsForwarding', |
|
3336 |
'bool', |
|
3337 |
[param('uint32_t', 'interface')], |
|
3338 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3339 |
## ipv6.h: bool ns3::Ipv6::IsUp(uint32_t interface) const [member function] |
|
3340 |
cls.add_method('IsUp', |
|
3341 |
'bool', |
|
3342 |
[param('uint32_t', 'interface')], |
|
3343 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
5821 | 3344 |
## ipv6.h: void ns3::Ipv6::RegisterExtensions() [member function] |
3345 |
cls.add_method('RegisterExtensions', |
|
3346 |
'void', |
|
3347 |
[], |
|
3348 |
is_pure_virtual=True, is_virtual=True) |
|
3349 |
## ipv6.h: void ns3::Ipv6::RegisterOptions() [member function] |
|
3350 |
cls.add_method('RegisterOptions', |
|
3351 |
'void', |
|
3352 |
[], |
|
3353 |
is_pure_virtual=True, is_virtual=True) |
|
5348 | 3354 |
## ipv6.h: bool ns3::Ipv6::RemoveAddress(uint32_t interface, uint32_t addressIndex) [member function] |
3355 |
cls.add_method('RemoveAddress', |
|
3356 |
'bool', |
|
3357 |
[param('uint32_t', 'interface'), param('uint32_t', 'addressIndex')], |
|
3358 |
is_pure_virtual=True, is_virtual=True) |
|
3359 |
## ipv6.h: void ns3::Ipv6::SetDown(uint32_t interface) [member function] |
|
3360 |
cls.add_method('SetDown', |
|
3361 |
'void', |
|
3362 |
[param('uint32_t', 'interface')], |
|
3363 |
is_pure_virtual=True, is_virtual=True) |
|
3364 |
## ipv6.h: void ns3::Ipv6::SetForwarding(uint32_t interface, bool val) [member function] |
|
3365 |
cls.add_method('SetForwarding', |
|
3366 |
'void', |
|
3367 |
[param('uint32_t', 'interface'), param('bool', 'val')], |
|
3368 |
is_pure_virtual=True, is_virtual=True) |
|
3369 |
## ipv6.h: void ns3::Ipv6::SetMetric(uint32_t interface, uint16_t metric) [member function] |
|
3370 |
cls.add_method('SetMetric', |
|
3371 |
'void', |
|
3372 |
[param('uint32_t', 'interface'), param('uint16_t', 'metric')], |
|
3373 |
is_pure_virtual=True, is_virtual=True) |
|
3374 |
## ipv6.h: void ns3::Ipv6::SetRoutingProtocol(ns3::Ptr<ns3::Ipv6RoutingProtocol> routingProtocol) [member function] |
|
3375 |
cls.add_method('SetRoutingProtocol', |
|
3376 |
'void', |
|
3377 |
[param('ns3::Ptr< ns3::Ipv6RoutingProtocol >', 'routingProtocol')], |
|
3378 |
is_pure_virtual=True, is_virtual=True) |
|
3379 |
## ipv6.h: void ns3::Ipv6::SetUp(uint32_t interface) [member function] |
|
3380 |
cls.add_method('SetUp', |
|
3381 |
'void', |
|
3382 |
[param('uint32_t', 'interface')], |
|
3383 |
is_pure_virtual=True, is_virtual=True) |
|
3384 |
## ipv6.h: ns3::Ipv6::IF_ANY [variable] |
|
3385 |
cls.add_static_attribute('IF_ANY', 'uint32_t const', is_const=True) |
|
3386 |
## ipv6.h: bool ns3::Ipv6::GetIpForward() const [member function] |
|
3387 |
cls.add_method('GetIpForward', |
|
3388 |
'bool', |
|
3389 |
[], |
|
3390 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
3391 |
## ipv6.h: void ns3::Ipv6::SetIpForward(bool forward) [member function] |
|
3392 |
cls.add_method('SetIpForward', |
|
3393 |
'void', |
|
3394 |
[param('bool', 'forward')], |
|
3395 |
is_pure_virtual=True, visibility='private', is_virtual=True) |
|
3396 |
return |
|
3397 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3398 |
def register_Ns3Ipv6AddressChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3399 |
## ipv6-address.h: ns3::Ipv6AddressChecker::Ipv6AddressChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3400 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3401 |
## ipv6-address.h: ns3::Ipv6AddressChecker::Ipv6AddressChecker(ns3::Ipv6AddressChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3402 |
cls.add_constructor([param('ns3::Ipv6AddressChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3403 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3404 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3405 |
def register_Ns3Ipv6AddressValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3406 |
## ipv6-address.h: ns3::Ipv6AddressValue::Ipv6AddressValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3407 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3408 |
## ipv6-address.h: ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6AddressValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3409 |
cls.add_constructor([param('ns3::Ipv6AddressValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3410 |
## ipv6-address.h: ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6Address const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3411 |
cls.add_constructor([param('ns3::Ipv6Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3412 |
## ipv6-address.h: ns3::Ptr<ns3::AttributeValue> ns3::Ipv6AddressValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3413 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3414 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3415 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3416 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3417 |
## ipv6-address.h: bool ns3::Ipv6AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3418 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3419 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3420 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3421 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3422 |
## ipv6-address.h: ns3::Ipv6Address ns3::Ipv6AddressValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3423 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3424 |
'ns3::Ipv6Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3425 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3426 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3427 |
## ipv6-address.h: std::string ns3::Ipv6AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3428 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3429 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3430 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3431 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3432 |
## ipv6-address.h: void ns3::Ipv6AddressValue::Set(ns3::Ipv6Address const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3433 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3434 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3435 |
[param('ns3::Ipv6Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3436 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3437 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3438 |
def register_Ns3Ipv6MulticastRoute_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3439 |
cls.add_output_stream_operator() |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3440 |
## ipv6-route.h: ns3::Ipv6MulticastRoute::Ipv6MulticastRoute(ns3::Ipv6MulticastRoute const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3441 |
cls.add_constructor([param('ns3::Ipv6MulticastRoute const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3442 |
## ipv6-route.h: ns3::Ipv6MulticastRoute::Ipv6MulticastRoute() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3443 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3444 |
## ipv6-route.h: ns3::Ipv6Address ns3::Ipv6MulticastRoute::GetGroup() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3445 |
cls.add_method('GetGroup', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3446 |
'ns3::Ipv6Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3447 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3448 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3449 |
## ipv6-route.h: ns3::Ipv6Address ns3::Ipv6MulticastRoute::GetOrigin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3450 |
cls.add_method('GetOrigin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3451 |
'ns3::Ipv6Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3452 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3453 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3454 |
## ipv6-route.h: uint32_t ns3::Ipv6MulticastRoute::GetOutputTtl(uint32_t oif) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3455 |
cls.add_method('GetOutputTtl', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3456 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3457 |
[param('uint32_t', 'oif')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3458 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3459 |
## ipv6-route.h: uint32_t ns3::Ipv6MulticastRoute::GetParent() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3460 |
cls.add_method('GetParent', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3461 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3462 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3463 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3464 |
## ipv6-route.h: void ns3::Ipv6MulticastRoute::SetGroup(ns3::Ipv6Address const group) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3465 |
cls.add_method('SetGroup', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3466 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3467 |
[param('ns3::Ipv6Address const', 'group')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3468 |
## ipv6-route.h: void ns3::Ipv6MulticastRoute::SetOrigin(ns3::Ipv6Address const origin) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3469 |
cls.add_method('SetOrigin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3470 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3471 |
[param('ns3::Ipv6Address const', 'origin')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3472 |
## ipv6-route.h: void ns3::Ipv6MulticastRoute::SetOutputTtl(uint32_t oif, uint32_t ttl) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3473 |
cls.add_method('SetOutputTtl', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3474 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3475 |
[param('uint32_t', 'oif'), param('uint32_t', 'ttl')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3476 |
## ipv6-route.h: void ns3::Ipv6MulticastRoute::SetParent(uint32_t iif) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3477 |
cls.add_method('SetParent', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3478 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3479 |
[param('uint32_t', 'iif')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3480 |
## ipv6-route.h: ns3::Ipv6MulticastRoute::MAX_INTERFACES [variable] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3481 |
cls.add_static_attribute('MAX_INTERFACES', 'uint32_t const', is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3482 |
## ipv6-route.h: ns3::Ipv6MulticastRoute::MAX_TTL [variable] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3483 |
cls.add_static_attribute('MAX_TTL', 'uint32_t const', is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3484 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3485 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3486 |
def register_Ns3Ipv6PrefixChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3487 |
## ipv6-address.h: ns3::Ipv6PrefixChecker::Ipv6PrefixChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3488 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3489 |
## ipv6-address.h: ns3::Ipv6PrefixChecker::Ipv6PrefixChecker(ns3::Ipv6PrefixChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3490 |
cls.add_constructor([param('ns3::Ipv6PrefixChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3491 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3492 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3493 |
def register_Ns3Ipv6PrefixValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3494 |
## ipv6-address.h: ns3::Ipv6PrefixValue::Ipv6PrefixValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3495 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3496 |
## ipv6-address.h: ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6PrefixValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3497 |
cls.add_constructor([param('ns3::Ipv6PrefixValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3498 |
## ipv6-address.h: ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6Prefix const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3499 |
cls.add_constructor([param('ns3::Ipv6Prefix const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3500 |
## ipv6-address.h: ns3::Ptr<ns3::AttributeValue> ns3::Ipv6PrefixValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3501 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3502 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3503 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3504 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3505 |
## ipv6-address.h: bool ns3::Ipv6PrefixValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3506 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3507 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3508 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3509 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3510 |
## ipv6-address.h: ns3::Ipv6Prefix ns3::Ipv6PrefixValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3511 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3512 |
'ns3::Ipv6Prefix', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3513 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3514 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3515 |
## ipv6-address.h: std::string ns3::Ipv6PrefixValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3516 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3517 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3518 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3519 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3520 |
## ipv6-address.h: void ns3::Ipv6PrefixValue::Set(ns3::Ipv6Prefix const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3521 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3522 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3523 |
[param('ns3::Ipv6Prefix const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3524 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3525 |
|
5348 | 3526 |
def register_Ns3Ipv6RawSocketFactory_methods(root_module, cls): |
3527 |
## ipv6-raw-socket-factory.h: ns3::Ipv6RawSocketFactory::Ipv6RawSocketFactory() [constructor] |
|
3528 |
cls.add_constructor([]) |
|
3529 |
## ipv6-raw-socket-factory.h: ns3::Ipv6RawSocketFactory::Ipv6RawSocketFactory(ns3::Ipv6RawSocketFactory const & arg0) [copy constructor] |
|
3530 |
cls.add_constructor([param('ns3::Ipv6RawSocketFactory const &', 'arg0')]) |
|
3531 |
## ipv6-raw-socket-factory.h: static ns3::TypeId ns3::Ipv6RawSocketFactory::GetTypeId() [member function] |
|
3532 |
cls.add_method('GetTypeId', |
|
3533 |
'ns3::TypeId', |
|
3534 |
[], |
|
3535 |
is_static=True) |
|
3536 |
return |
|
3537 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3538 |
def register_Ns3Ipv6Route_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3539 |
cls.add_output_stream_operator() |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3540 |
## ipv6-route.h: ns3::Ipv6Route::Ipv6Route(ns3::Ipv6Route const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3541 |
cls.add_constructor([param('ns3::Ipv6Route const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3542 |
## ipv6-route.h: ns3::Ipv6Route::Ipv6Route() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3543 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3544 |
## ipv6-route.h: ns3::Ipv6Address ns3::Ipv6Route::GetDestination() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3545 |
cls.add_method('GetDestination', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3546 |
'ns3::Ipv6Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3547 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3548 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3549 |
## ipv6-route.h: ns3::Ipv6Address ns3::Ipv6Route::GetGateway() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3550 |
cls.add_method('GetGateway', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3551 |
'ns3::Ipv6Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3552 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3553 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3554 |
## ipv6-route.h: ns3::Ptr<ns3::NetDevice> ns3::Ipv6Route::GetOutputDevice() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3555 |
cls.add_method('GetOutputDevice', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3556 |
'ns3::Ptr< ns3::NetDevice >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3557 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3558 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3559 |
## ipv6-route.h: ns3::Ipv6Address ns3::Ipv6Route::GetSource() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3560 |
cls.add_method('GetSource', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3561 |
'ns3::Ipv6Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3562 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3563 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3564 |
## ipv6-route.h: void ns3::Ipv6Route::SetDestination(ns3::Ipv6Address dest) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3565 |
cls.add_method('SetDestination', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3566 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3567 |
[param('ns3::Ipv6Address', 'dest')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3568 |
## ipv6-route.h: void ns3::Ipv6Route::SetGateway(ns3::Ipv6Address gw) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3569 |
cls.add_method('SetGateway', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3570 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3571 |
[param('ns3::Ipv6Address', 'gw')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3572 |
## ipv6-route.h: void ns3::Ipv6Route::SetOutputDevice(ns3::Ptr<ns3::NetDevice> outputDevice) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3573 |
cls.add_method('SetOutputDevice', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3574 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3575 |
[param('ns3::Ptr< ns3::NetDevice >', 'outputDevice')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3576 |
## ipv6-route.h: void ns3::Ipv6Route::SetSource(ns3::Ipv6Address src) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3577 |
cls.add_method('SetSource', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3578 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3579 |
[param('ns3::Ipv6Address', 'src')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3580 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3581 |
|
5348 | 3582 |
def register_Ns3Ipv6RoutingProtocol_methods(root_module, cls): |
3583 |
## ipv6-routing-protocol.h: ns3::Ipv6RoutingProtocol::Ipv6RoutingProtocol() [constructor] |
|
3584 |
cls.add_constructor([]) |
|
3585 |
## ipv6-routing-protocol.h: ns3::Ipv6RoutingProtocol::Ipv6RoutingProtocol(ns3::Ipv6RoutingProtocol const & arg0) [copy constructor] |
|
3586 |
cls.add_constructor([param('ns3::Ipv6RoutingProtocol const &', 'arg0')]) |
|
3587 |
## ipv6-routing-protocol.h: static ns3::TypeId ns3::Ipv6RoutingProtocol::GetTypeId() [member function] |
|
3588 |
cls.add_method('GetTypeId', |
|
3589 |
'ns3::TypeId', |
|
3590 |
[], |
|
3591 |
is_static=True) |
|
3592 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::NotifyAddAddress(uint32_t interface, ns3::Ipv6InterfaceAddress address) [member function] |
|
3593 |
cls.add_method('NotifyAddAddress', |
|
3594 |
'void', |
|
3595 |
[param('uint32_t', 'interface'), param('ns3::Ipv6InterfaceAddress', 'address')], |
|
3596 |
is_pure_virtual=True, is_virtual=True) |
|
3597 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::NotifyAddRoute(ns3::Ipv6Address dst, ns3::Ipv6Prefix mask, ns3::Ipv6Address nextHop, uint32_t interface, ns3::Ipv6Address prefixToUse=ns3::Ipv6Address::GetZero( )) [member function] |
|
3598 |
cls.add_method('NotifyAddRoute', |
|
3599 |
'void', |
|
3600 |
[param('ns3::Ipv6Address', 'dst'), param('ns3::Ipv6Prefix', 'mask'), param('ns3::Ipv6Address', 'nextHop'), param('uint32_t', 'interface'), param('ns3::Ipv6Address', 'prefixToUse', default_value='ns3::Ipv6Address::GetZero( )')], |
|
3601 |
is_pure_virtual=True, is_virtual=True) |
|
3602 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::NotifyInterfaceDown(uint32_t interface) [member function] |
|
3603 |
cls.add_method('NotifyInterfaceDown', |
|
3604 |
'void', |
|
3605 |
[param('uint32_t', 'interface')], |
|
3606 |
is_pure_virtual=True, is_virtual=True) |
|
3607 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::NotifyInterfaceUp(uint32_t interface) [member function] |
|
3608 |
cls.add_method('NotifyInterfaceUp', |
|
3609 |
'void', |
|
3610 |
[param('uint32_t', 'interface')], |
|
3611 |
is_pure_virtual=True, is_virtual=True) |
|
3612 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::NotifyRemoveAddress(uint32_t interface, ns3::Ipv6InterfaceAddress address) [member function] |
|
3613 |
cls.add_method('NotifyRemoveAddress', |
|
3614 |
'void', |
|
3615 |
[param('uint32_t', 'interface'), param('ns3::Ipv6InterfaceAddress', 'address')], |
|
3616 |
is_pure_virtual=True, is_virtual=True) |
|
3617 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::NotifyRemoveRoute(ns3::Ipv6Address dst, ns3::Ipv6Prefix mask, ns3::Ipv6Address nextHop, uint32_t interface, ns3::Ipv6Address prefixToUse=ns3::Ipv6Address::GetZero( )) [member function] |
|
3618 |
cls.add_method('NotifyRemoveRoute', |
|
3619 |
'void', |
|
3620 |
[param('ns3::Ipv6Address', 'dst'), param('ns3::Ipv6Prefix', 'mask'), param('ns3::Ipv6Address', 'nextHop'), param('uint32_t', 'interface'), param('ns3::Ipv6Address', 'prefixToUse', default_value='ns3::Ipv6Address::GetZero( )')], |
|
3621 |
is_pure_virtual=True, is_virtual=True) |
|
3622 |
## ipv6-routing-protocol.h: bool ns3::Ipv6RoutingProtocol::RouteInput(ns3::Ptr<ns3::Packet const> p, ns3::Ipv6Header const & header, ns3::Ptr<const ns3::NetDevice> idev, ns3::Callback<void,ns3::Ptr<ns3::Ipv6Route>,ns3::Ptr<const ns3::Packet>,const ns3::Ipv6Header&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ucb, ns3::Callback<void,ns3::Ptr<ns3::Ipv6MulticastRoute>,ns3::Ptr<const ns3::Packet>,const ns3::Ipv6Header&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> mcb, ns3::Callback<void,ns3::Ptr<const ns3::Packet>,const ns3::Ipv6Header&,unsigned int,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> lcb, ns3::Callback<void,ns3::Ptr<const ns3::Packet>,const ns3::Ipv6Header&,ns3::Socket::SocketErrno,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ecb) [member function] |
|
3623 |
cls.add_method('RouteInput', |
|
3624 |
'bool', |
|
3625 |
[param('ns3::Ptr< ns3::Packet const >', 'p'), param('ns3::Ipv6Header const &', 'header'), param('ns3::Ptr< ns3::NetDevice const >', 'idev'), param('ns3::Callback< void, ns3::Ptr< ns3::Ipv6Route >, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ucb'), param('ns3::Callback< void, ns3::Ptr< ns3::Ipv6MulticastRoute >, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'mcb'), param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'lcb'), param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, ns3::Ipv6Header const &, ns3::Socket::SocketErrno, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ecb')], |
|
3626 |
is_pure_virtual=True, is_virtual=True) |
|
5856
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
3627 |
## ipv6-routing-protocol.h: ns3::Ptr<ns3::Ipv6Route> ns3::Ipv6RoutingProtocol::RouteOutput(ns3::Ptr<ns3::Packet> p, ns3::Ipv6Header const & header, ns3::Ptr<ns3::NetDevice> oif, ns3::Socket::SocketErrno & sockerr) [member function] |
5348 | 3628 |
cls.add_method('RouteOutput', |
3629 |
'ns3::Ptr< ns3::Ipv6Route >', |
|
5856
7fd20c798a7d
bug 742: Implementation of SO_BINDTODEVICE
Antti Mäkelä <zarhan@cc.hut.fi>
parents:
5852
diff
changeset
|
3630 |
[param('ns3::Ptr< ns3::Packet >', 'p'), param('ns3::Ipv6Header const &', 'header'), param('ns3::Ptr< ns3::NetDevice >', 'oif'), param('ns3::Socket::SocketErrno &', 'sockerr')], |
5348 | 3631 |
is_pure_virtual=True, is_virtual=True) |
3632 |
## ipv6-routing-protocol.h: void ns3::Ipv6RoutingProtocol::SetIpv6(ns3::Ptr<ns3::Ipv6> ipv6) [member function] |
|
3633 |
cls.add_method('SetIpv6', |
|
3634 |
'void', |
|
3635 |
[param('ns3::Ptr< ns3::Ipv6 >', 'ipv6')], |
|
3636 |
is_pure_virtual=True, is_virtual=True) |
|
3637 |
return |
|
3638 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3639 |
def register_Ns3Mac48AddressChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3640 |
## mac48-address.h: ns3::Mac48AddressChecker::Mac48AddressChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3641 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3642 |
## mac48-address.h: ns3::Mac48AddressChecker::Mac48AddressChecker(ns3::Mac48AddressChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3643 |
cls.add_constructor([param('ns3::Mac48AddressChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3644 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3645 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3646 |
def register_Ns3Mac48AddressValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3647 |
## mac48-address.h: ns3::Mac48AddressValue::Mac48AddressValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3648 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3649 |
## mac48-address.h: ns3::Mac48AddressValue::Mac48AddressValue(ns3::Mac48AddressValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3650 |
cls.add_constructor([param('ns3::Mac48AddressValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3651 |
## mac48-address.h: ns3::Mac48AddressValue::Mac48AddressValue(ns3::Mac48Address const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3652 |
cls.add_constructor([param('ns3::Mac48Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3653 |
## mac48-address.h: ns3::Ptr<ns3::AttributeValue> ns3::Mac48AddressValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3654 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3655 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3656 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3657 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3658 |
## mac48-address.h: bool ns3::Mac48AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3659 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3660 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3661 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3662 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3663 |
## mac48-address.h: ns3::Mac48Address ns3::Mac48AddressValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3664 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3665 |
'ns3::Mac48Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3666 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3667 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3668 |
## mac48-address.h: std::string ns3::Mac48AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3669 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3670 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3671 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3672 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3673 |
## mac48-address.h: void ns3::Mac48AddressValue::Set(ns3::Mac48Address const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3674 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3675 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3676 |
[param('ns3::Mac48Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3677 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3678 |
|
5348 | 3679 |
def register_Ns3NetDevice_methods(root_module, cls): |
3680 |
## net-device.h: ns3::NetDevice::NetDevice() [constructor] |
|
3681 |
cls.add_constructor([]) |
|
3682 |
## net-device.h: ns3::NetDevice::NetDevice(ns3::NetDevice const & arg0) [copy constructor] |
|
3683 |
cls.add_constructor([param('ns3::NetDevice const &', 'arg0')]) |
|
3684 |
## net-device.h: void ns3::NetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
3685 |
cls.add_method('AddLinkChangeCallback', |
|
3686 |
'void', |
|
3687 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
3688 |
is_pure_virtual=True, is_virtual=True) |
|
3689 |
## net-device.h: ns3::Address ns3::NetDevice::GetAddress() const [member function] |
|
3690 |
cls.add_method('GetAddress', |
|
3691 |
'ns3::Address', |
|
3692 |
[], |
|
3693 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3694 |
## net-device.h: ns3::Address ns3::NetDevice::GetBroadcast() const [member function] |
|
3695 |
cls.add_method('GetBroadcast', |
|
3696 |
'ns3::Address', |
|
3697 |
[], |
|
3698 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3699 |
## net-device.h: ns3::Ptr<ns3::Channel> ns3::NetDevice::GetChannel() const [member function] |
|
3700 |
cls.add_method('GetChannel', |
|
3701 |
'ns3::Ptr< ns3::Channel >', |
|
3702 |
[], |
|
3703 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3704 |
## net-device.h: uint32_t ns3::NetDevice::GetIfIndex() const [member function] |
|
3705 |
cls.add_method('GetIfIndex', |
|
3706 |
'uint32_t', |
|
3707 |
[], |
|
3708 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3709 |
## net-device.h: uint16_t ns3::NetDevice::GetMtu() const [member function] |
|
3710 |
cls.add_method('GetMtu', |
|
3711 |
'uint16_t', |
|
3712 |
[], |
|
3713 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3714 |
## net-device.h: ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function] |
|
3715 |
cls.add_method('GetMulticast', |
|
3716 |
'ns3::Address', |
|
3717 |
[param('ns3::Ipv4Address', 'multicastGroup')], |
|
3718 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3719 |
## net-device.h: ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
|
3720 |
cls.add_method('GetMulticast', |
|
3721 |
'ns3::Address', |
|
3722 |
[param('ns3::Ipv6Address', 'addr')], |
|
3723 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3724 |
## net-device.h: ns3::Ptr<ns3::Node> ns3::NetDevice::GetNode() const [member function] |
|
3725 |
cls.add_method('GetNode', |
|
3726 |
'ns3::Ptr< ns3::Node >', |
|
3727 |
[], |
|
3728 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3729 |
## net-device.h: static ns3::TypeId ns3::NetDevice::GetTypeId() [member function] |
|
3730 |
cls.add_method('GetTypeId', |
|
3731 |
'ns3::TypeId', |
|
3732 |
[], |
|
3733 |
is_static=True) |
|
3734 |
## net-device.h: bool ns3::NetDevice::IsBridge() const [member function] |
|
3735 |
cls.add_method('IsBridge', |
|
3736 |
'bool', |
|
3737 |
[], |
|
3738 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3739 |
## net-device.h: bool ns3::NetDevice::IsBroadcast() const [member function] |
|
3740 |
cls.add_method('IsBroadcast', |
|
3741 |
'bool', |
|
3742 |
[], |
|
3743 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3744 |
## net-device.h: bool ns3::NetDevice::IsLinkUp() const [member function] |
|
3745 |
cls.add_method('IsLinkUp', |
|
3746 |
'bool', |
|
3747 |
[], |
|
3748 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3749 |
## net-device.h: bool ns3::NetDevice::IsMulticast() const [member function] |
|
3750 |
cls.add_method('IsMulticast', |
|
3751 |
'bool', |
|
3752 |
[], |
|
3753 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3754 |
## net-device.h: bool ns3::NetDevice::IsPointToPoint() const [member function] |
|
3755 |
cls.add_method('IsPointToPoint', |
|
3756 |
'bool', |
|
3757 |
[], |
|
3758 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3759 |
## net-device.h: bool ns3::NetDevice::NeedsArp() const [member function] |
|
3760 |
cls.add_method('NeedsArp', |
|
3761 |
'bool', |
|
3762 |
[], |
|
3763 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3764 |
## net-device.h: bool ns3::NetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
3765 |
cls.add_method('Send', |
|
3766 |
'bool', |
|
3767 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
3768 |
is_pure_virtual=True, is_virtual=True) |
|
3769 |
## net-device.h: bool ns3::NetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
3770 |
cls.add_method('SendFrom', |
|
3771 |
'bool', |
|
3772 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
3773 |
is_pure_virtual=True, is_virtual=True) |
|
3774 |
## net-device.h: void ns3::NetDevice::SetAddress(ns3::Address address) [member function] |
|
3775 |
cls.add_method('SetAddress', |
|
3776 |
'void', |
|
3777 |
[param('ns3::Address', 'address')], |
|
3778 |
is_pure_virtual=True, is_virtual=True) |
|
3779 |
## net-device.h: void ns3::NetDevice::SetIfIndex(uint32_t const index) [member function] |
|
3780 |
cls.add_method('SetIfIndex', |
|
3781 |
'void', |
|
3782 |
[param('uint32_t const', 'index')], |
|
3783 |
is_pure_virtual=True, is_virtual=True) |
|
3784 |
## net-device.h: bool ns3::NetDevice::SetMtu(uint16_t const mtu) [member function] |
|
3785 |
cls.add_method('SetMtu', |
|
3786 |
'bool', |
|
3787 |
[param('uint16_t const', 'mtu')], |
|
3788 |
is_pure_virtual=True, is_virtual=True) |
|
3789 |
## net-device.h: void ns3::NetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
|
3790 |
cls.add_method('SetNode', |
|
3791 |
'void', |
|
3792 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
3793 |
is_pure_virtual=True, is_virtual=True) |
|
3794 |
## net-device.h: void ns3::NetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
3795 |
cls.add_method('SetPromiscReceiveCallback', |
|
3796 |
'void', |
|
3797 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
3798 |
is_pure_virtual=True, is_virtual=True) |
|
3799 |
## net-device.h: void ns3::NetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
3800 |
cls.add_method('SetReceiveCallback', |
|
3801 |
'void', |
|
3802 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
3803 |
is_pure_virtual=True, is_virtual=True) |
|
3804 |
## net-device.h: bool ns3::NetDevice::SupportsSendFrom() const [member function] |
|
3805 |
cls.add_method('SupportsSendFrom', |
|
3806 |
'bool', |
|
3807 |
[], |
|
3808 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3809 |
return |
|
3810 |
||
3811 |
def register_Ns3Node_methods(root_module, cls): |
|
3812 |
## node.h: ns3::Node::Node(ns3::Node const & arg0) [copy constructor] |
|
3813 |
cls.add_constructor([param('ns3::Node const &', 'arg0')]) |
|
3814 |
## node.h: ns3::Node::Node() [constructor] |
|
3815 |
cls.add_constructor([]) |
|
3816 |
## node.h: ns3::Node::Node(uint32_t systemId) [constructor] |
|
3817 |
cls.add_constructor([param('uint32_t', 'systemId')]) |
|
3818 |
## node.h: uint32_t ns3::Node::AddApplication(ns3::Ptr<ns3::Application> application) [member function] |
|
3819 |
cls.add_method('AddApplication', |
|
3820 |
'uint32_t', |
|
3821 |
[param('ns3::Ptr< ns3::Application >', 'application')]) |
|
3822 |
## node.h: uint32_t ns3::Node::AddDevice(ns3::Ptr<ns3::NetDevice> device) [member function] |
|
3823 |
cls.add_method('AddDevice', |
|
3824 |
'uint32_t', |
|
3825 |
[param('ns3::Ptr< ns3::NetDevice >', 'device')]) |
|
3826 |
## node.h: static bool ns3::Node::ChecksumEnabled() [member function] |
|
3827 |
cls.add_method('ChecksumEnabled', |
|
3828 |
'bool', |
|
3829 |
[], |
|
3830 |
is_static=True) |
|
3831 |
## node.h: ns3::Ptr<ns3::Application> ns3::Node::GetApplication(uint32_t index) const [member function] |
|
3832 |
cls.add_method('GetApplication', |
|
3833 |
'ns3::Ptr< ns3::Application >', |
|
3834 |
[param('uint32_t', 'index')], |
|
3835 |
is_const=True) |
|
3836 |
## node.h: ns3::Ptr<ns3::NetDevice> ns3::Node::GetDevice(uint32_t index) const [member function] |
|
3837 |
cls.add_method('GetDevice', |
|
3838 |
'ns3::Ptr< ns3::NetDevice >', |
|
3839 |
[param('uint32_t', 'index')], |
|
3840 |
is_const=True) |
|
3841 |
## node.h: uint32_t ns3::Node::GetId() const [member function] |
|
3842 |
cls.add_method('GetId', |
|
3843 |
'uint32_t', |
|
3844 |
[], |
|
3845 |
is_const=True) |
|
3846 |
## node.h: uint32_t ns3::Node::GetNApplications() const [member function] |
|
3847 |
cls.add_method('GetNApplications', |
|
3848 |
'uint32_t', |
|
3849 |
[], |
|
3850 |
is_const=True) |
|
3851 |
## node.h: uint32_t ns3::Node::GetNDevices() const [member function] |
|
3852 |
cls.add_method('GetNDevices', |
|
3853 |
'uint32_t', |
|
3854 |
[], |
|
3855 |
is_const=True) |
|
3856 |
## node.h: uint32_t ns3::Node::GetSystemId() const [member function] |
|
3857 |
cls.add_method('GetSystemId', |
|
3858 |
'uint32_t', |
|
3859 |
[], |
|
3860 |
is_const=True) |
|
3861 |
## node.h: static ns3::TypeId ns3::Node::GetTypeId() [member function] |
|
3862 |
cls.add_method('GetTypeId', |
|
3863 |
'ns3::TypeId', |
|
3864 |
[], |
|
3865 |
is_static=True) |
|
3866 |
## node.h: void ns3::Node::RegisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> handler, uint16_t protocolType, ns3::Ptr<ns3::NetDevice> device, bool promiscuous=false) [member function] |
|
3867 |
cls.add_method('RegisterProtocolHandler', |
|
3868 |
'void', |
|
3869 |
[param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'handler'), param('uint16_t', 'protocolType'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'promiscuous', default_value='false')]) |
|
3870 |
## node.h: void ns3::Node::UnregisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> handler) [member function] |
|
3871 |
cls.add_method('UnregisterProtocolHandler', |
|
3872 |
'void', |
|
3873 |
[param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'handler')]) |
|
3874 |
## node.h: void ns3::Node::DoDispose() [member function] |
|
3875 |
cls.add_method('DoDispose', |
|
3876 |
'void', |
|
3877 |
[], |
|
3878 |
visibility='protected', is_virtual=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3879 |
## node.h: void ns3::Node::DoStart() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3880 |
cls.add_method('DoStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3881 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3882 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3883 |
visibility='protected', is_virtual=True) |
5348 | 3884 |
## node.h: void ns3::Node::NotifyDeviceAdded(ns3::Ptr<ns3::NetDevice> device) [member function] |
3885 |
cls.add_method('NotifyDeviceAdded', |
|
3886 |
'void', |
|
3887 |
[param('ns3::Ptr< ns3::NetDevice >', 'device')], |
|
3888 |
visibility='private', is_virtual=True) |
|
3889 |
return |
|
3890 |
||
3891 |
def register_Ns3PacketSocketFactory_methods(root_module, cls): |
|
3892 |
## packet-socket-factory.h: ns3::PacketSocketFactory::PacketSocketFactory(ns3::PacketSocketFactory const & arg0) [copy constructor] |
|
3893 |
cls.add_constructor([param('ns3::PacketSocketFactory const &', 'arg0')]) |
|
3894 |
## packet-socket-factory.h: ns3::PacketSocketFactory::PacketSocketFactory() [constructor] |
|
3895 |
cls.add_constructor([]) |
|
3896 |
## packet-socket-factory.h: ns3::Ptr<ns3::Socket> ns3::PacketSocketFactory::CreateSocket() [member function] |
|
3897 |
cls.add_method('CreateSocket', |
|
3898 |
'ns3::Ptr< ns3::Socket >', |
|
3899 |
[], |
|
3900 |
is_virtual=True) |
|
3901 |
## packet-socket-factory.h: static ns3::TypeId ns3::PacketSocketFactory::GetTypeId() [member function] |
|
3902 |
cls.add_method('GetTypeId', |
|
3903 |
'ns3::TypeId', |
|
3904 |
[], |
|
3905 |
is_static=True) |
|
3906 |
return |
|
3907 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3908 |
def register_Ns3PbbAddressBlock_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3909 |
cls.add_binary_comparison_operator('==') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3910 |
cls.add_binary_comparison_operator('!=') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3911 |
## packetbb.h: ns3::PbbAddressBlock::PbbAddressBlock(ns3::PbbAddressBlock const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3912 |
cls.add_constructor([param('ns3::PbbAddressBlock const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3913 |
## packetbb.h: ns3::PbbAddressBlock::PbbAddressBlock() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3914 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3915 |
## packetbb.h: ns3::Address ns3::PbbAddressBlock::AddressBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3916 |
cls.add_method('AddressBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3917 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3918 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3919 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3920 |
## packetbb.h: std::_List_iterator<ns3::Address> ns3::PbbAddressBlock::AddressBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3921 |
cls.add_method('AddressBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3922 |
'std::_List_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3923 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3924 |
## packetbb.h: std::_List_const_iterator<ns3::Address> ns3::PbbAddressBlock::AddressBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3925 |
cls.add_method('AddressBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3926 |
'std::_List_const_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3927 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3928 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3929 |
## packetbb.h: void ns3::PbbAddressBlock::AddressClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3930 |
cls.add_method('AddressClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3931 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3932 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3933 |
## packetbb.h: bool ns3::PbbAddressBlock::AddressEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3934 |
cls.add_method('AddressEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3935 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3936 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3937 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3938 |
## packetbb.h: std::_List_iterator<ns3::Address> ns3::PbbAddressBlock::AddressEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3939 |
cls.add_method('AddressEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3940 |
'std::_List_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3941 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3942 |
## packetbb.h: std::_List_const_iterator<ns3::Address> ns3::PbbAddressBlock::AddressEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3943 |
cls.add_method('AddressEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3944 |
'std::_List_const_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3945 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3946 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3947 |
## packetbb.h: std::_List_iterator<ns3::Address> ns3::PbbAddressBlock::AddressErase(std::_List_iterator<ns3::Address> position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3948 |
cls.add_method('AddressErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3949 |
'std::_List_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3950 |
[param('std::_List_iterator< ns3::Address >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3951 |
## packetbb.h: std::_List_iterator<ns3::Address> ns3::PbbAddressBlock::AddressErase(std::_List_iterator<ns3::Address> first, std::_List_iterator<ns3::Address> last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3952 |
cls.add_method('AddressErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3953 |
'std::_List_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3954 |
[param('std::_List_iterator< ns3::Address >', 'first'), param('std::_List_iterator< ns3::Address >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3955 |
## packetbb.h: ns3::Address ns3::PbbAddressBlock::AddressFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3956 |
cls.add_method('AddressFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3957 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3958 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3959 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3960 |
## packetbb.h: std::_List_iterator<ns3::Address> ns3::PbbAddressBlock::AddressInsert(std::_List_iterator<ns3::Address> position, ns3::Address const value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3961 |
cls.add_method('AddressInsert', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3962 |
'std::_List_iterator< ns3::Address >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3963 |
[param('std::_List_iterator< ns3::Address >', 'position'), param('ns3::Address const', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3964 |
## packetbb.h: void ns3::PbbAddressBlock::AddressPopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3965 |
cls.add_method('AddressPopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3966 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3967 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3968 |
## packetbb.h: void ns3::PbbAddressBlock::AddressPopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3969 |
cls.add_method('AddressPopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3970 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3971 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3972 |
## packetbb.h: void ns3::PbbAddressBlock::AddressPushBack(ns3::Address address) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3973 |
cls.add_method('AddressPushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3974 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3975 |
[param('ns3::Address', 'address')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3976 |
## packetbb.h: void ns3::PbbAddressBlock::AddressPushFront(ns3::Address address) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3977 |
cls.add_method('AddressPushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3978 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3979 |
[param('ns3::Address', 'address')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3980 |
## packetbb.h: int ns3::PbbAddressBlock::AddressSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3981 |
cls.add_method('AddressSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3982 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3983 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3984 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3985 |
## packetbb.h: void ns3::PbbAddressBlock::Deserialize(ns3::Buffer::Iterator & start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3986 |
cls.add_method('Deserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3987 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3988 |
[param('ns3::Buffer::Iterator &', 'start')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3989 |
## packetbb.h: uint32_t ns3::PbbAddressBlock::GetSerializedSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3990 |
cls.add_method('GetSerializedSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3991 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3992 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3993 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3994 |
## packetbb.h: uint8_t ns3::PbbAddressBlock::PrefixBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3995 |
cls.add_method('PrefixBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3996 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3997 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3998 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
3999 |
## packetbb.h: std::_List_iterator<unsigned char> ns3::PbbAddressBlock::PrefixBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4000 |
cls.add_method('PrefixBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4001 |
'std::_List_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4002 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4003 |
## packetbb.h: std::_List_const_iterator<unsigned char> ns3::PbbAddressBlock::PrefixBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4004 |
cls.add_method('PrefixBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4005 |
'std::_List_const_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4006 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4007 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4008 |
## packetbb.h: void ns3::PbbAddressBlock::PrefixClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4009 |
cls.add_method('PrefixClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4010 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4011 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4012 |
## packetbb.h: bool ns3::PbbAddressBlock::PrefixEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4013 |
cls.add_method('PrefixEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4014 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4015 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4016 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4017 |
## packetbb.h: std::_List_iterator<unsigned char> ns3::PbbAddressBlock::PrefixEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4018 |
cls.add_method('PrefixEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4019 |
'std::_List_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4020 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4021 |
## packetbb.h: std::_List_const_iterator<unsigned char> ns3::PbbAddressBlock::PrefixEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4022 |
cls.add_method('PrefixEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4023 |
'std::_List_const_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4024 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4025 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4026 |
## packetbb.h: std::_List_iterator<unsigned char> ns3::PbbAddressBlock::PrefixErase(std::_List_iterator<unsigned char> position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4027 |
cls.add_method('PrefixErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4028 |
'std::_List_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4029 |
[param('std::_List_iterator< unsigned char >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4030 |
## packetbb.h: std::_List_iterator<unsigned char> ns3::PbbAddressBlock::PrefixErase(std::_List_iterator<unsigned char> first, std::_List_iterator<unsigned char> last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4031 |
cls.add_method('PrefixErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4032 |
'std::_List_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4033 |
[param('std::_List_iterator< unsigned char >', 'first'), param('std::_List_iterator< unsigned char >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4034 |
## packetbb.h: uint8_t ns3::PbbAddressBlock::PrefixFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4035 |
cls.add_method('PrefixFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4036 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4037 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4038 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4039 |
## packetbb.h: std::_List_iterator<unsigned char> ns3::PbbAddressBlock::PrefixInsert(std::_List_iterator<unsigned char> position, uint8_t const value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4040 |
cls.add_method('PrefixInsert', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4041 |
'std::_List_iterator< unsigned char >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4042 |
[param('std::_List_iterator< unsigned char >', 'position'), param('uint8_t const', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4043 |
## packetbb.h: void ns3::PbbAddressBlock::PrefixPopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4044 |
cls.add_method('PrefixPopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4045 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4046 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4047 |
## packetbb.h: void ns3::PbbAddressBlock::PrefixPopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4048 |
cls.add_method('PrefixPopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4049 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4050 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4051 |
## packetbb.h: void ns3::PbbAddressBlock::PrefixPushBack(uint8_t prefix) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4052 |
cls.add_method('PrefixPushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4053 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4054 |
[param('uint8_t', 'prefix')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4055 |
## packetbb.h: void ns3::PbbAddressBlock::PrefixPushFront(uint8_t prefix) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4056 |
cls.add_method('PrefixPushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4057 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4058 |
[param('uint8_t', 'prefix')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4059 |
## packetbb.h: int ns3::PbbAddressBlock::PrefixSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4060 |
cls.add_method('PrefixSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4061 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4062 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4063 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4064 |
## packetbb.h: void ns3::PbbAddressBlock::Print(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4065 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4066 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4067 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4068 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4069 |
## packetbb.h: void ns3::PbbAddressBlock::Print(std::ostream & os, int level) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4070 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4071 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4072 |
[param('std::ostream &', 'os'), param('int', 'level')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4073 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4074 |
## packetbb.h: void ns3::PbbAddressBlock::Serialize(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4075 |
cls.add_method('Serialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4076 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4077 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4078 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4079 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressTlv> ns3::PbbAddressBlock::TlvBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4080 |
cls.add_method('TlvBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4081 |
'ns3::Ptr< ns3::PbbAddressTlv >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4082 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4083 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressTlv> const ns3::PbbAddressBlock::TlvBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4084 |
cls.add_method('TlvBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4085 |
'ns3::Ptr< ns3::PbbAddressTlv > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4086 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4087 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4088 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4089 |
cls.add_method('TlvBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4090 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4091 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4092 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4093 |
cls.add_method('TlvBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4094 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4095 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4096 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4097 |
## packetbb.h: void ns3::PbbAddressBlock::TlvClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4098 |
cls.add_method('TlvClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4099 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4100 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4101 |
## packetbb.h: bool ns3::PbbAddressBlock::TlvEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4102 |
cls.add_method('TlvEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4103 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4104 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4105 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4106 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4107 |
cls.add_method('TlvEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4108 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4109 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4110 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4111 |
cls.add_method('TlvEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4112 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4113 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4114 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4115 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvErase(std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4116 |
cls.add_method('TlvErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4117 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4118 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4119 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvErase(std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > first, std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4120 |
cls.add_method('TlvErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4121 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4122 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4123 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressTlv> ns3::PbbAddressBlock::TlvFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4124 |
cls.add_method('TlvFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4125 |
'ns3::Ptr< ns3::PbbAddressTlv >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4126 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4127 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressTlv> const ns3::PbbAddressBlock::TlvFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4128 |
cls.add_method('TlvFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4129 |
'ns3::Ptr< ns3::PbbAddressTlv > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4130 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4131 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4132 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > ns3::PbbAddressBlock::TlvInsert(std::_List_iterator<ns3::Ptr<ns3::PbbAddressTlv> > position, ns3::Ptr<ns3::PbbTlv> const value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4133 |
cls.add_method('TlvInsert', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4134 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4135 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressTlv > >', 'position'), param('ns3::Ptr< ns3::PbbTlv > const', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4136 |
## packetbb.h: void ns3::PbbAddressBlock::TlvPopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4137 |
cls.add_method('TlvPopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4138 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4139 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4140 |
## packetbb.h: void ns3::PbbAddressBlock::TlvPopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4141 |
cls.add_method('TlvPopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4142 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4143 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4144 |
## packetbb.h: void ns3::PbbAddressBlock::TlvPushBack(ns3::Ptr<ns3::PbbAddressTlv> address) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4145 |
cls.add_method('TlvPushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4146 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4147 |
[param('ns3::Ptr< ns3::PbbAddressTlv >', 'address')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4148 |
## packetbb.h: void ns3::PbbAddressBlock::TlvPushFront(ns3::Ptr<ns3::PbbAddressTlv> address) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4149 |
cls.add_method('TlvPushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4150 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4151 |
[param('ns3::Ptr< ns3::PbbAddressTlv >', 'address')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4152 |
## packetbb.h: int ns3::PbbAddressBlock::TlvSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4153 |
cls.add_method('TlvSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4154 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4155 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4156 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4157 |
## packetbb.h: ns3::Address ns3::PbbAddressBlock::DeserializeAddress(uint8_t * buffer) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4158 |
cls.add_method('DeserializeAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4159 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4160 |
[param('uint8_t *', 'buffer')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4161 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4162 |
## packetbb.h: uint8_t ns3::PbbAddressBlock::GetAddressLength() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4163 |
cls.add_method('GetAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4164 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4165 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4166 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4167 |
## packetbb.h: void ns3::PbbAddressBlock::PrintAddress(std::ostream & os, std::_List_const_iterator<ns3::Address> iter) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4168 |
cls.add_method('PrintAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4169 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4170 |
[param('std::ostream &', 'os'), param('std::_List_const_iterator< ns3::Address >', 'iter')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4171 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4172 |
## packetbb.h: void ns3::PbbAddressBlock::SerializeAddress(uint8_t * buffer, std::_List_const_iterator<ns3::Address> iter) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4173 |
cls.add_method('SerializeAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4174 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4175 |
[param('uint8_t *', 'buffer'), param('std::_List_const_iterator< ns3::Address >', 'iter')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4176 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4177 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4178 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4179 |
def register_Ns3PbbAddressBlockIpv4_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4180 |
## packetbb.h: ns3::PbbAddressBlockIpv4::PbbAddressBlockIpv4(ns3::PbbAddressBlockIpv4 const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4181 |
cls.add_constructor([param('ns3::PbbAddressBlockIpv4 const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4182 |
## packetbb.h: ns3::PbbAddressBlockIpv4::PbbAddressBlockIpv4() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4183 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4184 |
## packetbb.h: ns3::Address ns3::PbbAddressBlockIpv4::DeserializeAddress(uint8_t * buffer) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4185 |
cls.add_method('DeserializeAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4186 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4187 |
[param('uint8_t *', 'buffer')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4188 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4189 |
## packetbb.h: uint8_t ns3::PbbAddressBlockIpv4::GetAddressLength() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4190 |
cls.add_method('GetAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4191 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4192 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4193 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4194 |
## packetbb.h: void ns3::PbbAddressBlockIpv4::PrintAddress(std::ostream & os, std::_List_const_iterator<ns3::Address> iter) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4195 |
cls.add_method('PrintAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4196 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4197 |
[param('std::ostream &', 'os'), param('std::_List_const_iterator< ns3::Address >', 'iter')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4198 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4199 |
## packetbb.h: void ns3::PbbAddressBlockIpv4::SerializeAddress(uint8_t * buffer, std::_List_const_iterator<ns3::Address> iter) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4200 |
cls.add_method('SerializeAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4201 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4202 |
[param('uint8_t *', 'buffer'), param('std::_List_const_iterator< ns3::Address >', 'iter')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4203 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4204 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4205 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4206 |
def register_Ns3PbbAddressBlockIpv6_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4207 |
## packetbb.h: ns3::PbbAddressBlockIpv6::PbbAddressBlockIpv6(ns3::PbbAddressBlockIpv6 const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4208 |
cls.add_constructor([param('ns3::PbbAddressBlockIpv6 const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4209 |
## packetbb.h: ns3::PbbAddressBlockIpv6::PbbAddressBlockIpv6() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4210 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4211 |
## packetbb.h: ns3::Address ns3::PbbAddressBlockIpv6::DeserializeAddress(uint8_t * buffer) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4212 |
cls.add_method('DeserializeAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4213 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4214 |
[param('uint8_t *', 'buffer')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4215 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4216 |
## packetbb.h: uint8_t ns3::PbbAddressBlockIpv6::GetAddressLength() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4217 |
cls.add_method('GetAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4218 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4219 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4220 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4221 |
## packetbb.h: void ns3::PbbAddressBlockIpv6::PrintAddress(std::ostream & os, std::_List_const_iterator<ns3::Address> iter) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4222 |
cls.add_method('PrintAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4223 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4224 |
[param('std::ostream &', 'os'), param('std::_List_const_iterator< ns3::Address >', 'iter')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4225 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4226 |
## packetbb.h: void ns3::PbbAddressBlockIpv6::SerializeAddress(uint8_t * buffer, std::_List_const_iterator<ns3::Address> iter) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4227 |
cls.add_method('SerializeAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4228 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4229 |
[param('uint8_t *', 'buffer'), param('std::_List_const_iterator< ns3::Address >', 'iter')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4230 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4231 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4232 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4233 |
def register_Ns3PbbMessage_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4234 |
cls.add_binary_comparison_operator('==') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4235 |
cls.add_binary_comparison_operator('!=') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4236 |
## packetbb.h: ns3::PbbMessage::PbbMessage(ns3::PbbMessage const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4237 |
cls.add_constructor([param('ns3::PbbMessage const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4238 |
## packetbb.h: ns3::PbbMessage::PbbMessage() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4239 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4240 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> ns3::PbbMessage::AddressBlockBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4241 |
cls.add_method('AddressBlockBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4242 |
'ns3::Ptr< ns3::PbbAddressBlock >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4243 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4244 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> const ns3::PbbMessage::AddressBlockBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4245 |
cls.add_method('AddressBlockBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4246 |
'ns3::Ptr< ns3::PbbAddressBlock > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4247 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4248 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4249 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > ns3::PbbMessage::AddressBlockBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4250 |
cls.add_method('AddressBlockBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4251 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4252 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4253 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbAddressBlock> > ns3::PbbMessage::AddressBlockBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4254 |
cls.add_method('AddressBlockBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4255 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4256 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4257 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4258 |
## packetbb.h: void ns3::PbbMessage::AddressBlockClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4259 |
cls.add_method('AddressBlockClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4260 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4261 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4262 |
## packetbb.h: bool ns3::PbbMessage::AddressBlockEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4263 |
cls.add_method('AddressBlockEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4264 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4265 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4266 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4267 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > ns3::PbbMessage::AddressBlockEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4268 |
cls.add_method('AddressBlockEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4269 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4270 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4271 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbAddressBlock> > ns3::PbbMessage::AddressBlockEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4272 |
cls.add_method('AddressBlockEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4273 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4274 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4275 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4276 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > ns3::PbbMessage::AddressBlockErase(std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4277 |
cls.add_method('AddressBlockErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4278 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4279 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4280 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > ns3::PbbMessage::AddressBlockErase(std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > first, std::_List_iterator<ns3::Ptr<ns3::PbbAddressBlock> > last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4281 |
cls.add_method('AddressBlockErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4282 |
'std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4283 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbAddressBlock > >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4284 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> ns3::PbbMessage::AddressBlockFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4285 |
cls.add_method('AddressBlockFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4286 |
'ns3::Ptr< ns3::PbbAddressBlock >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4287 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4288 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> const ns3::PbbMessage::AddressBlockFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4289 |
cls.add_method('AddressBlockFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4290 |
'ns3::Ptr< ns3::PbbAddressBlock > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4291 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4292 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4293 |
## packetbb.h: void ns3::PbbMessage::AddressBlockPopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4294 |
cls.add_method('AddressBlockPopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4295 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4296 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4297 |
## packetbb.h: void ns3::PbbMessage::AddressBlockPopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4298 |
cls.add_method('AddressBlockPopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4299 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4300 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4301 |
## packetbb.h: void ns3::PbbMessage::AddressBlockPushBack(ns3::Ptr<ns3::PbbAddressBlock> block) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4302 |
cls.add_method('AddressBlockPushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4303 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4304 |
[param('ns3::Ptr< ns3::PbbAddressBlock >', 'block')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4305 |
## packetbb.h: void ns3::PbbMessage::AddressBlockPushFront(ns3::Ptr<ns3::PbbAddressBlock> block) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4306 |
cls.add_method('AddressBlockPushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4307 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4308 |
[param('ns3::Ptr< ns3::PbbAddressBlock >', 'block')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4309 |
## packetbb.h: int ns3::PbbMessage::AddressBlockSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4310 |
cls.add_method('AddressBlockSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4311 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4312 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4313 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4314 |
## packetbb.h: void ns3::PbbMessage::Deserialize(ns3::Buffer::Iterator & start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4315 |
cls.add_method('Deserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4316 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4317 |
[param('ns3::Buffer::Iterator &', 'start')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4318 |
## packetbb.h: static ns3::Ptr<ns3::PbbMessage> ns3::PbbMessage::DeserializeMessage(ns3::Buffer::Iterator & start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4319 |
cls.add_method('DeserializeMessage', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4320 |
'ns3::Ptr< ns3::PbbMessage >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4321 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4322 |
is_static=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4323 |
## packetbb.h: uint8_t ns3::PbbMessage::GetHopCount() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4324 |
cls.add_method('GetHopCount', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4325 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4326 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4327 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4328 |
## packetbb.h: uint8_t ns3::PbbMessage::GetHopLimit() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4329 |
cls.add_method('GetHopLimit', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4330 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4331 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4332 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4333 |
## packetbb.h: ns3::Address ns3::PbbMessage::GetOriginatorAddress() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4334 |
cls.add_method('GetOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4335 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4336 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4337 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4338 |
## packetbb.h: uint16_t ns3::PbbMessage::GetSequenceNumber() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4339 |
cls.add_method('GetSequenceNumber', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4340 |
'uint16_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4341 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4342 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4343 |
## packetbb.h: uint32_t ns3::PbbMessage::GetSerializedSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4344 |
cls.add_method('GetSerializedSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4345 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4346 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4347 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4348 |
## packetbb.h: uint8_t ns3::PbbMessage::GetType() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4349 |
cls.add_method('GetType', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4350 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4351 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4352 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4353 |
## packetbb.h: bool ns3::PbbMessage::HasHopCount() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4354 |
cls.add_method('HasHopCount', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4355 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4356 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4357 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4358 |
## packetbb.h: bool ns3::PbbMessage::HasHopLimit() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4359 |
cls.add_method('HasHopLimit', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4360 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4361 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4362 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4363 |
## packetbb.h: bool ns3::PbbMessage::HasOriginatorAddress() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4364 |
cls.add_method('HasOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4365 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4366 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4367 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4368 |
## packetbb.h: bool ns3::PbbMessage::HasSequenceNumber() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4369 |
cls.add_method('HasSequenceNumber', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4370 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4371 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4372 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4373 |
## packetbb.h: void ns3::PbbMessage::Print(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4374 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4375 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4376 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4377 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4378 |
## packetbb.h: void ns3::PbbMessage::Print(std::ostream & os, int level) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4379 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4380 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4381 |
[param('std::ostream &', 'os'), param('int', 'level')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4382 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4383 |
## packetbb.h: void ns3::PbbMessage::Serialize(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4384 |
cls.add_method('Serialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4385 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4386 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4387 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4388 |
## packetbb.h: void ns3::PbbMessage::SetHopCount(uint8_t hopcount) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4389 |
cls.add_method('SetHopCount', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4390 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4391 |
[param('uint8_t', 'hopcount')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4392 |
## packetbb.h: void ns3::PbbMessage::SetHopLimit(uint8_t hoplimit) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4393 |
cls.add_method('SetHopLimit', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4394 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4395 |
[param('uint8_t', 'hoplimit')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4396 |
## packetbb.h: void ns3::PbbMessage::SetOriginatorAddress(ns3::Address address) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4397 |
cls.add_method('SetOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4398 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4399 |
[param('ns3::Address', 'address')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4400 |
## packetbb.h: void ns3::PbbMessage::SetSequenceNumber(uint16_t seqnum) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4401 |
cls.add_method('SetSequenceNumber', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4402 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4403 |
[param('uint16_t', 'seqnum')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4404 |
## packetbb.h: void ns3::PbbMessage::SetType(uint8_t type) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4405 |
cls.add_method('SetType', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4406 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4407 |
[param('uint8_t', 'type')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4408 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> ns3::PbbMessage::TlvBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4409 |
cls.add_method('TlvBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4410 |
'ns3::Ptr< ns3::PbbTlv >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4411 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4412 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> const ns3::PbbMessage::TlvBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4413 |
cls.add_method('TlvBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4414 |
'ns3::Ptr< ns3::PbbTlv > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4415 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4416 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4417 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbMessage::TlvBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4418 |
cls.add_method('TlvBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4419 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4420 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4421 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbMessage::TlvBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4422 |
cls.add_method('TlvBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4423 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4424 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4425 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4426 |
## packetbb.h: void ns3::PbbMessage::TlvClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4427 |
cls.add_method('TlvClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4428 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4429 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4430 |
## packetbb.h: bool ns3::PbbMessage::TlvEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4431 |
cls.add_method('TlvEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4432 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4433 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4434 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4435 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbMessage::TlvEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4436 |
cls.add_method('TlvEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4437 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4438 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4439 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbMessage::TlvEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4440 |
cls.add_method('TlvEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4441 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4442 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4443 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4444 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbMessage::TlvErase(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4445 |
cls.add_method('TlvErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4446 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4447 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4448 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbMessage::TlvErase(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > first, std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4449 |
cls.add_method('TlvErase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4450 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4451 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4452 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> ns3::PbbMessage::TlvFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4453 |
cls.add_method('TlvFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4454 |
'ns3::Ptr< ns3::PbbTlv >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4455 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4456 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> const ns3::PbbMessage::TlvFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4457 |
cls.add_method('TlvFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4458 |
'ns3::Ptr< ns3::PbbTlv > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4459 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4460 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4461 |
## packetbb.h: void ns3::PbbMessage::TlvPopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4462 |
cls.add_method('TlvPopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4463 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4464 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4465 |
## packetbb.h: void ns3::PbbMessage::TlvPopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4466 |
cls.add_method('TlvPopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4467 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4468 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4469 |
## packetbb.h: void ns3::PbbMessage::TlvPushBack(ns3::Ptr<ns3::PbbTlv> tlv) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4470 |
cls.add_method('TlvPushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4471 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4472 |
[param('ns3::Ptr< ns3::PbbTlv >', 'tlv')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4473 |
## packetbb.h: void ns3::PbbMessage::TlvPushFront(ns3::Ptr<ns3::PbbTlv> tlv) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4474 |
cls.add_method('TlvPushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4475 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4476 |
[param('ns3::Ptr< ns3::PbbTlv >', 'tlv')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4477 |
## packetbb.h: int ns3::PbbMessage::TlvSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4478 |
cls.add_method('TlvSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4479 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4480 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4481 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4482 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> ns3::PbbMessage::AddressBlockDeserialize(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4483 |
cls.add_method('AddressBlockDeserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4484 |
'ns3::Ptr< ns3::PbbAddressBlock >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4485 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4486 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4487 |
## packetbb.h: ns3::Address ns3::PbbMessage::DeserializeOriginatorAddress(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4488 |
cls.add_method('DeserializeOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4489 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4490 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4491 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4492 |
## packetbb.h: ns3::PbbAddressLength ns3::PbbMessage::GetAddressLength() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4493 |
cls.add_method('GetAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4494 |
'ns3::PbbAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4495 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4496 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4497 |
## packetbb.h: void ns3::PbbMessage::PrintOriginatorAddress(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4498 |
cls.add_method('PrintOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4499 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4500 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4501 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4502 |
## packetbb.h: void ns3::PbbMessage::SerializeOriginatorAddress(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4503 |
cls.add_method('SerializeOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4504 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4505 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4506 |
is_pure_virtual=True, is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4507 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4508 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4509 |
def register_Ns3PbbMessageIpv4_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4510 |
## packetbb.h: ns3::PbbMessageIpv4::PbbMessageIpv4(ns3::PbbMessageIpv4 const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4511 |
cls.add_constructor([param('ns3::PbbMessageIpv4 const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4512 |
## packetbb.h: ns3::PbbMessageIpv4::PbbMessageIpv4() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4513 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4514 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> ns3::PbbMessageIpv4::AddressBlockDeserialize(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4515 |
cls.add_method('AddressBlockDeserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4516 |
'ns3::Ptr< ns3::PbbAddressBlock >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4517 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4518 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4519 |
## packetbb.h: ns3::Address ns3::PbbMessageIpv4::DeserializeOriginatorAddress(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4520 |
cls.add_method('DeserializeOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4521 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4522 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4523 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4524 |
## packetbb.h: ns3::PbbAddressLength ns3::PbbMessageIpv4::GetAddressLength() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4525 |
cls.add_method('GetAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4526 |
'ns3::PbbAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4527 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4528 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4529 |
## packetbb.h: void ns3::PbbMessageIpv4::PrintOriginatorAddress(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4530 |
cls.add_method('PrintOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4531 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4532 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4533 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4534 |
## packetbb.h: void ns3::PbbMessageIpv4::SerializeOriginatorAddress(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4535 |
cls.add_method('SerializeOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4536 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4537 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4538 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4539 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4540 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4541 |
def register_Ns3PbbMessageIpv6_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4542 |
## packetbb.h: ns3::PbbMessageIpv6::PbbMessageIpv6(ns3::PbbMessageIpv6 const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4543 |
cls.add_constructor([param('ns3::PbbMessageIpv6 const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4544 |
## packetbb.h: ns3::PbbMessageIpv6::PbbMessageIpv6() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4545 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4546 |
## packetbb.h: ns3::Ptr<ns3::PbbAddressBlock> ns3::PbbMessageIpv6::AddressBlockDeserialize(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4547 |
cls.add_method('AddressBlockDeserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4548 |
'ns3::Ptr< ns3::PbbAddressBlock >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4549 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4550 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4551 |
## packetbb.h: ns3::Address ns3::PbbMessageIpv6::DeserializeOriginatorAddress(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4552 |
cls.add_method('DeserializeOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4553 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4554 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4555 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4556 |
## packetbb.h: ns3::PbbAddressLength ns3::PbbMessageIpv6::GetAddressLength() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4557 |
cls.add_method('GetAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4558 |
'ns3::PbbAddressLength', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4559 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4560 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4561 |
## packetbb.h: void ns3::PbbMessageIpv6::PrintOriginatorAddress(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4562 |
cls.add_method('PrintOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4563 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4564 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4565 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4566 |
## packetbb.h: void ns3::PbbMessageIpv6::SerializeOriginatorAddress(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4567 |
cls.add_method('SerializeOriginatorAddress', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4568 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4569 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4570 |
is_const=True, visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4571 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4572 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4573 |
def register_Ns3PbbPacket_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4574 |
cls.add_binary_comparison_operator('==') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4575 |
cls.add_binary_comparison_operator('!=') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4576 |
## packetbb.h: ns3::PbbPacket::PbbPacket(ns3::PbbPacket const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4577 |
cls.add_constructor([param('ns3::PbbPacket const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4578 |
## packetbb.h: ns3::PbbPacket::PbbPacket() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4579 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4580 |
## packetbb.h: uint32_t ns3::PbbPacket::Deserialize(ns3::Buffer::Iterator start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4581 |
cls.add_method('Deserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4582 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4583 |
[param('ns3::Buffer::Iterator', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4584 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4585 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbPacket::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4586 |
cls.add_method('Erase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4587 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4588 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4589 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbPacket::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > first, std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4590 |
cls.add_method('Erase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4591 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4592 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4593 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > ns3::PbbPacket::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > position) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4594 |
cls.add_method('Erase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4595 |
'std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4596 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', 'position')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4597 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > ns3::PbbPacket::Erase(std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > first, std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > last) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4598 |
cls.add_method('Erase', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4599 |
'std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4600 |
[param('std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', 'first'), param('std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', 'last')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4601 |
## packetbb.h: ns3::TypeId ns3::PbbPacket::GetInstanceTypeId() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4602 |
cls.add_method('GetInstanceTypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4603 |
'ns3::TypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4604 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4605 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4606 |
## packetbb.h: uint16_t ns3::PbbPacket::GetSequenceNumber() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4607 |
cls.add_method('GetSequenceNumber', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4608 |
'uint16_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4609 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4610 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4611 |
## packetbb.h: uint32_t ns3::PbbPacket::GetSerializedSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4612 |
cls.add_method('GetSerializedSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4613 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4614 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4615 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4616 |
## packetbb.h: static ns3::TypeId ns3::PbbPacket::GetTypeId() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4617 |
cls.add_method('GetTypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4618 |
'ns3::TypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4619 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4620 |
is_static=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4621 |
## packetbb.h: uint8_t ns3::PbbPacket::GetVersion() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4622 |
cls.add_method('GetVersion', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4623 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4624 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4625 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4626 |
## packetbb.h: bool ns3::PbbPacket::HasSequenceNumber() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4627 |
cls.add_method('HasSequenceNumber', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4628 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4629 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4630 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4631 |
## packetbb.h: ns3::Ptr<ns3::PbbMessage> ns3::PbbPacket::MessageBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4632 |
cls.add_method('MessageBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4633 |
'ns3::Ptr< ns3::PbbMessage >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4634 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4635 |
## packetbb.h: ns3::Ptr<ns3::PbbMessage> const ns3::PbbPacket::MessageBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4636 |
cls.add_method('MessageBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4637 |
'ns3::Ptr< ns3::PbbMessage > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4638 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4639 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4640 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > ns3::PbbPacket::MessageBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4641 |
cls.add_method('MessageBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4642 |
'std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4643 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4644 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbMessage> > ns3::PbbPacket::MessageBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4645 |
cls.add_method('MessageBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4646 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbMessage > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4647 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4648 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4649 |
## packetbb.h: void ns3::PbbPacket::MessageClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4650 |
cls.add_method('MessageClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4651 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4652 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4653 |
## packetbb.h: bool ns3::PbbPacket::MessageEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4654 |
cls.add_method('MessageEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4655 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4656 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4657 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4658 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbMessage> > ns3::PbbPacket::MessageEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4659 |
cls.add_method('MessageEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4660 |
'std::_List_iterator< ns3::Ptr< ns3::PbbMessage > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4661 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4662 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbMessage> > ns3::PbbPacket::MessageEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4663 |
cls.add_method('MessageEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4664 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbMessage > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4665 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4666 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4667 |
## packetbb.h: ns3::Ptr<ns3::PbbMessage> ns3::PbbPacket::MessageFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4668 |
cls.add_method('MessageFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4669 |
'ns3::Ptr< ns3::PbbMessage >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4670 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4671 |
## packetbb.h: ns3::Ptr<ns3::PbbMessage> const ns3::PbbPacket::MessageFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4672 |
cls.add_method('MessageFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4673 |
'ns3::Ptr< ns3::PbbMessage > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4674 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4675 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4676 |
## packetbb.h: void ns3::PbbPacket::MessagePopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4677 |
cls.add_method('MessagePopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4678 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4679 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4680 |
## packetbb.h: void ns3::PbbPacket::MessagePopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4681 |
cls.add_method('MessagePopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4682 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4683 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4684 |
## packetbb.h: void ns3::PbbPacket::MessagePushBack(ns3::Ptr<ns3::PbbMessage> message) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4685 |
cls.add_method('MessagePushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4686 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4687 |
[param('ns3::Ptr< ns3::PbbMessage >', 'message')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4688 |
## packetbb.h: void ns3::PbbPacket::MessagePushFront(ns3::Ptr<ns3::PbbMessage> message) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4689 |
cls.add_method('MessagePushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4690 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4691 |
[param('ns3::Ptr< ns3::PbbMessage >', 'message')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4692 |
## packetbb.h: int ns3::PbbPacket::MessageSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4693 |
cls.add_method('MessageSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4694 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4695 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4696 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4697 |
## packetbb.h: void ns3::PbbPacket::Print(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4698 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4699 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4700 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4701 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4702 |
## packetbb.h: void ns3::PbbPacket::Serialize(ns3::Buffer::Iterator start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4703 |
cls.add_method('Serialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4704 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4705 |
[param('ns3::Buffer::Iterator', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4706 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4707 |
## packetbb.h: void ns3::PbbPacket::SetSequenceNumber(uint16_t number) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4708 |
cls.add_method('SetSequenceNumber', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4709 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4710 |
[param('uint16_t', 'number')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4711 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> ns3::PbbPacket::TlvBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4712 |
cls.add_method('TlvBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4713 |
'ns3::Ptr< ns3::PbbTlv >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4714 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4715 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> const ns3::PbbPacket::TlvBack() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4716 |
cls.add_method('TlvBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4717 |
'ns3::Ptr< ns3::PbbTlv > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4718 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4719 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4720 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbPacket::TlvBegin() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4721 |
cls.add_method('TlvBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4722 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4723 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4724 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbPacket::TlvBegin() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4725 |
cls.add_method('TlvBegin', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4726 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4727 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4728 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4729 |
## packetbb.h: void ns3::PbbPacket::TlvClear() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4730 |
cls.add_method('TlvClear', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4731 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4732 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4733 |
## packetbb.h: bool ns3::PbbPacket::TlvEmpty() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4734 |
cls.add_method('TlvEmpty', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4735 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4736 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4737 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4738 |
## packetbb.h: std::_List_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbPacket::TlvEnd() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4739 |
cls.add_method('TlvEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4740 |
'std::_List_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4741 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4742 |
## packetbb.h: std::_List_const_iterator<ns3::Ptr<ns3::PbbTlv> > ns3::PbbPacket::TlvEnd() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4743 |
cls.add_method('TlvEnd', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4744 |
'std::_List_const_iterator< ns3::Ptr< ns3::PbbTlv > >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4745 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4746 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4747 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> ns3::PbbPacket::TlvFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4748 |
cls.add_method('TlvFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4749 |
'ns3::Ptr< ns3::PbbTlv >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4750 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4751 |
## packetbb.h: ns3::Ptr<ns3::PbbTlv> const ns3::PbbPacket::TlvFront() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4752 |
cls.add_method('TlvFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4753 |
'ns3::Ptr< ns3::PbbTlv > const', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4754 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4755 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4756 |
## packetbb.h: void ns3::PbbPacket::TlvPopBack() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4757 |
cls.add_method('TlvPopBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4758 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4759 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4760 |
## packetbb.h: void ns3::PbbPacket::TlvPopFront() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4761 |
cls.add_method('TlvPopFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4762 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4763 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4764 |
## packetbb.h: void ns3::PbbPacket::TlvPushBack(ns3::Ptr<ns3::PbbTlv> tlv) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4765 |
cls.add_method('TlvPushBack', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4766 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4767 |
[param('ns3::Ptr< ns3::PbbTlv >', 'tlv')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4768 |
## packetbb.h: void ns3::PbbPacket::TlvPushFront(ns3::Ptr<ns3::PbbTlv> tlv) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4769 |
cls.add_method('TlvPushFront', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4770 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4771 |
[param('ns3::Ptr< ns3::PbbTlv >', 'tlv')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4772 |
## packetbb.h: int ns3::PbbPacket::TlvSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4773 |
cls.add_method('TlvSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4774 |
'int', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4775 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4776 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4777 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4778 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4779 |
def register_Ns3PbbTlv_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4780 |
cls.add_binary_comparison_operator('==') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4781 |
cls.add_binary_comparison_operator('!=') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4782 |
## packetbb.h: ns3::PbbTlv::PbbTlv(ns3::PbbTlv const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4783 |
cls.add_constructor([param('ns3::PbbTlv const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4784 |
## packetbb.h: ns3::PbbTlv::PbbTlv() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4785 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4786 |
## packetbb.h: void ns3::PbbTlv::Deserialize(ns3::Buffer::Iterator & start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4787 |
cls.add_method('Deserialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4788 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4789 |
[param('ns3::Buffer::Iterator &', 'start')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4790 |
## packetbb.h: uint32_t ns3::PbbTlv::GetSerializedSize() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4791 |
cls.add_method('GetSerializedSize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4792 |
'uint32_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4793 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4794 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4795 |
## packetbb.h: uint8_t ns3::PbbTlv::GetType() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4796 |
cls.add_method('GetType', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4797 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4798 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4799 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4800 |
## packetbb.h: uint8_t ns3::PbbTlv::GetTypeExt() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4801 |
cls.add_method('GetTypeExt', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4802 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4803 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4804 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4805 |
## packetbb.h: ns3::Buffer ns3::PbbTlv::GetValue() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4806 |
cls.add_method('GetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4807 |
'ns3::Buffer', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4808 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4809 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4810 |
## packetbb.h: bool ns3::PbbTlv::HasTypeExt() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4811 |
cls.add_method('HasTypeExt', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4812 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4813 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4814 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4815 |
## packetbb.h: bool ns3::PbbTlv::HasValue() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4816 |
cls.add_method('HasValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4817 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4818 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4819 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4820 |
## packetbb.h: void ns3::PbbTlv::Print(std::ostream & os) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4821 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4822 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4823 |
[param('std::ostream &', 'os')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4824 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4825 |
## packetbb.h: void ns3::PbbTlv::Print(std::ostream & os, int level) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4826 |
cls.add_method('Print', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4827 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4828 |
[param('std::ostream &', 'os'), param('int', 'level')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4829 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4830 |
## packetbb.h: void ns3::PbbTlv::Serialize(ns3::Buffer::Iterator & start) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4831 |
cls.add_method('Serialize', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4832 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4833 |
[param('ns3::Buffer::Iterator &', 'start')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4834 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4835 |
## packetbb.h: void ns3::PbbTlv::SetType(uint8_t type) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4836 |
cls.add_method('SetType', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4837 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4838 |
[param('uint8_t', 'type')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4839 |
## packetbb.h: void ns3::PbbTlv::SetTypeExt(uint8_t type) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4840 |
cls.add_method('SetTypeExt', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4841 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4842 |
[param('uint8_t', 'type')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4843 |
## packetbb.h: void ns3::PbbTlv::SetValue(ns3::Buffer start) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4844 |
cls.add_method('SetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4845 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4846 |
[param('ns3::Buffer', 'start')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4847 |
## packetbb.h: void ns3::PbbTlv::SetValue(uint8_t const * buffer, uint32_t size) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4848 |
cls.add_method('SetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4849 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4850 |
[param('uint8_t const *', 'buffer'), param('uint32_t', 'size')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4851 |
## packetbb.h: uint8_t ns3::PbbTlv::GetIndexStart() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4852 |
cls.add_method('GetIndexStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4853 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4854 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4855 |
is_const=True, visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4856 |
## packetbb.h: uint8_t ns3::PbbTlv::GetIndexStop() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4857 |
cls.add_method('GetIndexStop', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4858 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4859 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4860 |
is_const=True, visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4861 |
## packetbb.h: bool ns3::PbbTlv::HasIndexStart() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4862 |
cls.add_method('HasIndexStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4863 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4864 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4865 |
is_const=True, visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4866 |
## packetbb.h: bool ns3::PbbTlv::HasIndexStop() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4867 |
cls.add_method('HasIndexStop', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4868 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4869 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4870 |
is_const=True, visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4871 |
## packetbb.h: bool ns3::PbbTlv::IsMultivalue() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4872 |
cls.add_method('IsMultivalue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4873 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4874 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4875 |
is_const=True, visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4876 |
## packetbb.h: void ns3::PbbTlv::SetIndexStart(uint8_t index) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4877 |
cls.add_method('SetIndexStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4878 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4879 |
[param('uint8_t', 'index')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4880 |
visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4881 |
## packetbb.h: void ns3::PbbTlv::SetIndexStop(uint8_t index) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4882 |
cls.add_method('SetIndexStop', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4883 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4884 |
[param('uint8_t', 'index')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4885 |
visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4886 |
## packetbb.h: void ns3::PbbTlv::SetMultivalue(bool isMultivalue) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4887 |
cls.add_method('SetMultivalue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4888 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4889 |
[param('bool', 'isMultivalue')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4890 |
visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4891 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
4892 |
|
5348 | 4893 |
def register_Ns3SimpleChannel_methods(root_module, cls): |
4894 |
## simple-channel.h: ns3::SimpleChannel::SimpleChannel(ns3::SimpleChannel const & arg0) [copy constructor] |
|
4895 |
cls.add_constructor([param('ns3::SimpleChannel const &', 'arg0')]) |
|
4896 |
## simple-channel.h: ns3::SimpleChannel::SimpleChannel() [constructor] |
|
4897 |
cls.add_constructor([]) |
|
4898 |
## simple-channel.h: void ns3::SimpleChannel::Add(ns3::Ptr<ns3::SimpleNetDevice> device) [member function] |
|
4899 |
cls.add_method('Add', |
|
4900 |
'void', |
|
4901 |
[param('ns3::Ptr< ns3::SimpleNetDevice >', 'device')]) |
|
4902 |
## simple-channel.h: ns3::Ptr<ns3::NetDevice> ns3::SimpleChannel::GetDevice(uint32_t i) const [member function] |
|
4903 |
cls.add_method('GetDevice', |
|
4904 |
'ns3::Ptr< ns3::NetDevice >', |
|
4905 |
[param('uint32_t', 'i')], |
|
4906 |
is_const=True, is_virtual=True) |
|
4907 |
## simple-channel.h: uint32_t ns3::SimpleChannel::GetNDevices() const [member function] |
|
4908 |
cls.add_method('GetNDevices', |
|
4909 |
'uint32_t', |
|
4910 |
[], |
|
4911 |
is_const=True, is_virtual=True) |
|
4912 |
## simple-channel.h: static ns3::TypeId ns3::SimpleChannel::GetTypeId() [member function] |
|
4913 |
cls.add_method('GetTypeId', |
|
4914 |
'ns3::TypeId', |
|
4915 |
[], |
|
4916 |
is_static=True) |
|
4917 |
## simple-channel.h: void ns3::SimpleChannel::Send(ns3::Ptr<ns3::Packet> p, uint16_t protocol, ns3::Mac48Address to, ns3::Mac48Address from, ns3::Ptr<ns3::SimpleNetDevice> sender) [member function] |
|
4918 |
cls.add_method('Send', |
|
4919 |
'void', |
|
4920 |
[param('ns3::Ptr< ns3::Packet >', 'p'), param('uint16_t', 'protocol'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from'), param('ns3::Ptr< ns3::SimpleNetDevice >', 'sender')]) |
|
4921 |
return |
|
4922 |
||
4923 |
def register_Ns3SimpleNetDevice_methods(root_module, cls): |
|
4924 |
## simple-net-device.h: ns3::SimpleNetDevice::SimpleNetDevice(ns3::SimpleNetDevice const & arg0) [copy constructor] |
|
4925 |
cls.add_constructor([param('ns3::SimpleNetDevice const &', 'arg0')]) |
|
4926 |
## simple-net-device.h: ns3::SimpleNetDevice::SimpleNetDevice() [constructor] |
|
4927 |
cls.add_constructor([]) |
|
4928 |
## simple-net-device.h: void ns3::SimpleNetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
|
4929 |
cls.add_method('AddLinkChangeCallback', |
|
4930 |
'void', |
|
4931 |
[param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
|
4932 |
is_virtual=True) |
|
4933 |
## simple-net-device.h: ns3::Address ns3::SimpleNetDevice::GetAddress() const [member function] |
|
4934 |
cls.add_method('GetAddress', |
|
4935 |
'ns3::Address', |
|
4936 |
[], |
|
4937 |
is_const=True, is_virtual=True) |
|
4938 |
## simple-net-device.h: ns3::Address ns3::SimpleNetDevice::GetBroadcast() const [member function] |
|
4939 |
cls.add_method('GetBroadcast', |
|
4940 |
'ns3::Address', |
|
4941 |
[], |
|
4942 |
is_const=True, is_virtual=True) |
|
4943 |
## simple-net-device.h: ns3::Ptr<ns3::Channel> ns3::SimpleNetDevice::GetChannel() const [member function] |
|
4944 |
cls.add_method('GetChannel', |
|
4945 |
'ns3::Ptr< ns3::Channel >', |
|
4946 |
[], |
|
4947 |
is_const=True, is_virtual=True) |
|
4948 |
## simple-net-device.h: uint32_t ns3::SimpleNetDevice::GetIfIndex() const [member function] |
|
4949 |
cls.add_method('GetIfIndex', |
|
4950 |
'uint32_t', |
|
4951 |
[], |
|
4952 |
is_const=True, is_virtual=True) |
|
4953 |
## simple-net-device.h: uint16_t ns3::SimpleNetDevice::GetMtu() const [member function] |
|
4954 |
cls.add_method('GetMtu', |
|
4955 |
'uint16_t', |
|
4956 |
[], |
|
4957 |
is_const=True, is_virtual=True) |
|
4958 |
## simple-net-device.h: ns3::Address ns3::SimpleNetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function] |
|
4959 |
cls.add_method('GetMulticast', |
|
4960 |
'ns3::Address', |
|
4961 |
[param('ns3::Ipv4Address', 'multicastGroup')], |
|
4962 |
is_const=True, is_virtual=True) |
|
4963 |
## simple-net-device.h: ns3::Address ns3::SimpleNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
|
4964 |
cls.add_method('GetMulticast', |
|
4965 |
'ns3::Address', |
|
4966 |
[param('ns3::Ipv6Address', 'addr')], |
|
4967 |
is_const=True, is_virtual=True) |
|
4968 |
## simple-net-device.h: ns3::Ptr<ns3::Node> ns3::SimpleNetDevice::GetNode() const [member function] |
|
4969 |
cls.add_method('GetNode', |
|
4970 |
'ns3::Ptr< ns3::Node >', |
|
4971 |
[], |
|
4972 |
is_const=True, is_virtual=True) |
|
4973 |
## simple-net-device.h: static ns3::TypeId ns3::SimpleNetDevice::GetTypeId() [member function] |
|
4974 |
cls.add_method('GetTypeId', |
|
4975 |
'ns3::TypeId', |
|
4976 |
[], |
|
4977 |
is_static=True) |
|
4978 |
## simple-net-device.h: bool ns3::SimpleNetDevice::IsBridge() const [member function] |
|
4979 |
cls.add_method('IsBridge', |
|
4980 |
'bool', |
|
4981 |
[], |
|
4982 |
is_const=True, is_virtual=True) |
|
4983 |
## simple-net-device.h: bool ns3::SimpleNetDevice::IsBroadcast() const [member function] |
|
4984 |
cls.add_method('IsBroadcast', |
|
4985 |
'bool', |
|
4986 |
[], |
|
4987 |
is_const=True, is_virtual=True) |
|
4988 |
## simple-net-device.h: bool ns3::SimpleNetDevice::IsLinkUp() const [member function] |
|
4989 |
cls.add_method('IsLinkUp', |
|
4990 |
'bool', |
|
4991 |
[], |
|
4992 |
is_const=True, is_virtual=True) |
|
4993 |
## simple-net-device.h: bool ns3::SimpleNetDevice::IsMulticast() const [member function] |
|
4994 |
cls.add_method('IsMulticast', |
|
4995 |
'bool', |
|
4996 |
[], |
|
4997 |
is_const=True, is_virtual=True) |
|
4998 |
## simple-net-device.h: bool ns3::SimpleNetDevice::IsPointToPoint() const [member function] |
|
4999 |
cls.add_method('IsPointToPoint', |
|
5000 |
'bool', |
|
5001 |
[], |
|
5002 |
is_const=True, is_virtual=True) |
|
5003 |
## simple-net-device.h: bool ns3::SimpleNetDevice::NeedsArp() const [member function] |
|
5004 |
cls.add_method('NeedsArp', |
|
5005 |
'bool', |
|
5006 |
[], |
|
5007 |
is_const=True, is_virtual=True) |
|
5008 |
## simple-net-device.h: void ns3::SimpleNetDevice::Receive(ns3::Ptr<ns3::Packet> packet, uint16_t protocol, ns3::Mac48Address to, ns3::Mac48Address from) [member function] |
|
5009 |
cls.add_method('Receive', |
|
5010 |
'void', |
|
5011 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('uint16_t', 'protocol'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')]) |
|
5012 |
## simple-net-device.h: bool ns3::SimpleNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
5013 |
cls.add_method('Send', |
|
5014 |
'bool', |
|
5015 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
5016 |
is_virtual=True) |
|
5017 |
## simple-net-device.h: bool ns3::SimpleNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
|
5018 |
cls.add_method('SendFrom', |
|
5019 |
'bool', |
|
5020 |
[param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
|
5021 |
is_virtual=True) |
|
5022 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetAddress(ns3::Address address) [member function] |
|
5023 |
cls.add_method('SetAddress', |
|
5024 |
'void', |
|
5025 |
[param('ns3::Address', 'address')], |
|
5026 |
is_virtual=True) |
|
5027 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetChannel(ns3::Ptr<ns3::SimpleChannel> channel) [member function] |
|
5028 |
cls.add_method('SetChannel', |
|
5029 |
'void', |
|
5030 |
[param('ns3::Ptr< ns3::SimpleChannel >', 'channel')]) |
|
5031 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetIfIndex(uint32_t const index) [member function] |
|
5032 |
cls.add_method('SetIfIndex', |
|
5033 |
'void', |
|
5034 |
[param('uint32_t const', 'index')], |
|
5035 |
is_virtual=True) |
|
5036 |
## simple-net-device.h: bool ns3::SimpleNetDevice::SetMtu(uint16_t const mtu) [member function] |
|
5037 |
cls.add_method('SetMtu', |
|
5038 |
'bool', |
|
5039 |
[param('uint16_t const', 'mtu')], |
|
5040 |
is_virtual=True) |
|
5041 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
|
5042 |
cls.add_method('SetNode', |
|
5043 |
'void', |
|
5044 |
[param('ns3::Ptr< ns3::Node >', 'node')], |
|
5045 |
is_virtual=True) |
|
5046 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
5047 |
cls.add_method('SetPromiscReceiveCallback', |
|
5048 |
'void', |
|
5049 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
5050 |
is_virtual=True) |
|
5051 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
|
5052 |
cls.add_method('SetReceiveCallback', |
|
5053 |
'void', |
|
5054 |
[param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
|
5055 |
is_virtual=True) |
|
6110 | 5056 |
## simple-net-device.h: void ns3::SimpleNetDevice::SetReceiveErrorModel(ns3::Ptr<ns3::ErrorModel> em) [member function] |
5057 |
cls.add_method('SetReceiveErrorModel', |
|
5058 |
'void', |
|
5059 |
[param('ns3::Ptr< ns3::ErrorModel >', 'em')]) |
|
5348 | 5060 |
## simple-net-device.h: bool ns3::SimpleNetDevice::SupportsSendFrom() const [member function] |
5061 |
cls.add_method('SupportsSendFrom', |
|
5062 |
'bool', |
|
5063 |
[], |
|
5064 |
is_const=True, is_virtual=True) |
|
5065 |
## simple-net-device.h: void ns3::SimpleNetDevice::DoDispose() [member function] |
|
5066 |
cls.add_method('DoDispose', |
|
5067 |
'void', |
|
5068 |
[], |
|
5069 |
visibility='protected', is_virtual=True) |
|
5070 |
return |
|
5071 |
||
6356
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5072 |
def register_Ns3SpectrumChannel_methods(root_module, cls): |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5073 |
## spectrum-channel.h: ns3::SpectrumChannel::SpectrumChannel() [constructor] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5074 |
cls.add_constructor([]) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5075 |
## spectrum-channel.h: ns3::SpectrumChannel::SpectrumChannel(ns3::SpectrumChannel const & arg0) [copy constructor] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5076 |
cls.add_constructor([param('ns3::SpectrumChannel const &', 'arg0')]) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5077 |
## spectrum-channel.h: void ns3::SpectrumChannel::AddRx(ns3::Ptr<ns3::SpectrumPhy> phy) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5078 |
cls.add_method('AddRx', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5079 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5080 |
[param('ns3::Ptr< ns3::SpectrumPhy >', 'phy')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5081 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5082 |
## spectrum-channel.h: void ns3::SpectrumChannel::AddSpectrumPropagationLossModel(ns3::Ptr<ns3::SpectrumPropagationLossModel> loss) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5083 |
cls.add_method('AddSpectrumPropagationLossModel', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5084 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5085 |
[param('ns3::Ptr< ns3::SpectrumPropagationLossModel >', 'loss')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5086 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5087 |
## spectrum-channel.h: static ns3::TypeId ns3::SpectrumChannel::GetTypeId() [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5088 |
cls.add_method('GetTypeId', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5089 |
'ns3::TypeId', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5090 |
[], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5091 |
is_static=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5092 |
## spectrum-channel.h: void ns3::SpectrumChannel::SetPropagationDelayModel(ns3::Ptr<ns3::PropagationDelayModel> delay) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5093 |
cls.add_method('SetPropagationDelayModel', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5094 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5095 |
[param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5096 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5097 |
## spectrum-channel.h: void ns3::SpectrumChannel::StartTx(ns3::Ptr<ns3::PacketBurst> p, ns3::Ptr<ns3::SpectrumValue> txPsd, ns3::SpectrumType st, ns3::Time duration, ns3::Ptr<ns3::SpectrumPhy> sender) [member function] |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5098 |
cls.add_method('StartTx', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5099 |
'void', |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5100 |
[param('ns3::Ptr< ns3::PacketBurst >', 'p'), param('ns3::Ptr< ns3::SpectrumValue >', 'txPsd'), param('ns3::SpectrumType', 'st'), param('ns3::Time', 'duration'), param('ns3::Ptr< ns3::SpectrumPhy >', 'sender')], |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5101 |
is_pure_virtual=True, is_virtual=True) |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5102 |
return |
1b8a736858cc
Rescan API for Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
6187
diff
changeset
|
5103 |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5104 |
def register_Ns3AddressChecker_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5105 |
## address.h: ns3::AddressChecker::AddressChecker() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5106 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5107 |
## address.h: ns3::AddressChecker::AddressChecker(ns3::AddressChecker const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5108 |
cls.add_constructor([param('ns3::AddressChecker const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5109 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5110 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5111 |
def register_Ns3AddressValue_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5112 |
## address.h: ns3::AddressValue::AddressValue() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5113 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5114 |
## address.h: ns3::AddressValue::AddressValue(ns3::AddressValue const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5115 |
cls.add_constructor([param('ns3::AddressValue const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5116 |
## address.h: ns3::AddressValue::AddressValue(ns3::Address const & value) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5117 |
cls.add_constructor([param('ns3::Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5118 |
## address.h: ns3::Ptr<ns3::AttributeValue> ns3::AddressValue::Copy() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5119 |
cls.add_method('Copy', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5120 |
'ns3::Ptr< ns3::AttributeValue >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5121 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5122 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5123 |
## address.h: bool ns3::AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5124 |
cls.add_method('DeserializeFromString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5125 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5126 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5127 |
is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5128 |
## address.h: ns3::Address ns3::AddressValue::Get() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5129 |
cls.add_method('Get', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5130 |
'ns3::Address', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5131 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5132 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5133 |
## address.h: std::string ns3::AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5134 |
cls.add_method('SerializeToString', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5135 |
'std::string', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5136 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5137 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5138 |
## address.h: void ns3::AddressValue::Set(ns3::Address const & value) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5139 |
cls.add_method('Set', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5140 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5141 |
[param('ns3::Address const &', 'value')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5142 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5143 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5144 |
def register_Ns3PbbAddressTlv_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5145 |
## packetbb.h: ns3::PbbAddressTlv::PbbAddressTlv() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5146 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5147 |
## packetbb.h: ns3::PbbAddressTlv::PbbAddressTlv(ns3::PbbAddressTlv const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5148 |
cls.add_constructor([param('ns3::PbbAddressTlv const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5149 |
## packetbb.h: uint8_t ns3::PbbAddressTlv::GetIndexStart() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5150 |
cls.add_method('GetIndexStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5151 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5152 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5153 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5154 |
## packetbb.h: uint8_t ns3::PbbAddressTlv::GetIndexStop() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5155 |
cls.add_method('GetIndexStop', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5156 |
'uint8_t', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5157 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5158 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5159 |
## packetbb.h: bool ns3::PbbAddressTlv::HasIndexStart() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5160 |
cls.add_method('HasIndexStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5161 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5162 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5163 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5164 |
## packetbb.h: bool ns3::PbbAddressTlv::HasIndexStop() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5165 |
cls.add_method('HasIndexStop', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5166 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5167 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5168 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5169 |
## packetbb.h: bool ns3::PbbAddressTlv::IsMultivalue() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5170 |
cls.add_method('IsMultivalue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5171 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5172 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5173 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5174 |
## packetbb.h: void ns3::PbbAddressTlv::SetIndexStart(uint8_t index) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5175 |
cls.add_method('SetIndexStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5176 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5177 |
[param('uint8_t', 'index')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5178 |
## packetbb.h: void ns3::PbbAddressTlv::SetIndexStop(uint8_t index) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5179 |
cls.add_method('SetIndexStop', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5180 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5181 |
[param('uint8_t', 'index')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5182 |
## packetbb.h: void ns3::PbbAddressTlv::SetMultivalue(bool isMultivalue) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5183 |
cls.add_method('SetMultivalue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5184 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5185 |
[param('bool', 'isMultivalue')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5186 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5187 |
|
5348 | 5188 |
def register_functions(root_module): |
5189 |
module = root_module |
|
5190 |
## address.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeAddressChecker() [free function] |
|
5191 |
module.add_function('MakeAddressChecker', |
|
5192 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
5193 |
[]) |
|
5194 |
## ipv4-address.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeIpv4AddressChecker() [free function] |
|
5195 |
module.add_function('MakeIpv4AddressChecker', |
|
5196 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
5197 |
[]) |
|
5198 |
## ipv4-address.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeIpv4MaskChecker() [free function] |
|
5199 |
module.add_function('MakeIpv4MaskChecker', |
|
5200 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
5201 |
[]) |
|
5202 |
## ipv6-address.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeIpv6AddressChecker() [free function] |
|
5203 |
module.add_function('MakeIpv6AddressChecker', |
|
5204 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
5205 |
[]) |
|
5206 |
## ipv6-address.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeIpv6PrefixChecker() [free function] |
|
5207 |
module.add_function('MakeIpv6PrefixChecker', |
|
5208 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
5209 |
[]) |
|
5210 |
## mac48-address.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeMac48AddressChecker() [free function] |
|
5211 |
module.add_function('MakeMac48AddressChecker', |
|
5212 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
5213 |
[]) |
|
5214 |
## address-utils.h: extern void ns3::ReadFrom(ns3::Buffer::Iterator & i, ns3::Address & ad, uint32_t len) [free function] |
|
5215 |
module.add_function('ReadFrom', |
|
5216 |
'void', |
|
5217 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Address &', 'ad'), param('uint32_t', 'len')]) |
|
5218 |
## address-utils.h: extern void ns3::ReadFrom(ns3::Buffer::Iterator & i, ns3::Ipv4Address & ad) [free function] |
|
5219 |
module.add_function('ReadFrom', |
|
5220 |
'void', |
|
5221 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Ipv4Address &', 'ad')]) |
|
5222 |
## address-utils.h: extern void ns3::ReadFrom(ns3::Buffer::Iterator & i, ns3::Ipv6Address & ad) [free function] |
|
5223 |
module.add_function('ReadFrom', |
|
5224 |
'void', |
|
5225 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Ipv6Address &', 'ad')]) |
|
5226 |
## address-utils.h: extern void ns3::ReadFrom(ns3::Buffer::Iterator & i, ns3::Mac48Address & ad) [free function] |
|
5227 |
module.add_function('ReadFrom', |
|
5228 |
'void', |
|
5229 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Mac48Address &', 'ad')]) |
|
5230 |
## address-utils.h: extern void ns3::WriteTo(ns3::Buffer::Iterator & i, ns3::Address const & ad) [free function] |
|
5231 |
module.add_function('WriteTo', |
|
5232 |
'void', |
|
5233 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Address const &', 'ad')]) |
|
5234 |
## address-utils.h: extern void ns3::WriteTo(ns3::Buffer::Iterator & i, ns3::Ipv4Address ad) [free function] |
|
5235 |
module.add_function('WriteTo', |
|
5236 |
'void', |
|
5237 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Ipv4Address', 'ad')]) |
|
5238 |
## address-utils.h: extern void ns3::WriteTo(ns3::Buffer::Iterator & i, ns3::Ipv6Address ad) [free function] |
|
5239 |
module.add_function('WriteTo', |
|
5240 |
'void', |
|
5241 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Ipv6Address', 'ad')]) |
|
5242 |
## address-utils.h: extern void ns3::WriteTo(ns3::Buffer::Iterator & i, ns3::Mac48Address ad) [free function] |
|
5243 |
module.add_function('WriteTo', |
|
5244 |
'void', |
|
5245 |
[param('ns3::Buffer::Iterator &', 'i'), param('ns3::Mac48Address', 'ad')]) |
|
5246 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
|
6375 | 5247 |
register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module) |
5348 | 5248 |
register_functions_ns3_TimeStepPrecision(module.get_submodule('TimeStepPrecision'), root_module) |
5249 |
register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5250 |
register_functions_ns3_aodv(module.get_submodule('aodv'), root_module) |
5348 | 5251 |
register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module) |
5252 |
register_functions_ns3_flame(module.get_submodule('flame'), root_module) |
|
5253 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module) |
|
5254 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module) |
|
5255 |
return |
|
5256 |
||
5257 |
def register_functions_ns3_Config(module, root_module): |
|
5258 |
return |
|
5259 |
||
6375 | 5260 |
def register_functions_ns3_FatalImpl(module, root_module): |
5261 |
return |
|
5262 |
||
5348 | 5263 |
def register_functions_ns3_TimeStepPrecision(module, root_module): |
5264 |
return |
|
5265 |
||
5266 |
def register_functions_ns3_addressUtils(module, root_module): |
|
5267 |
## address-utils.h: extern bool ns3::addressUtils::IsMulticast(ns3::Address const & ad) [free function] |
|
5268 |
module.add_function('IsMulticast', |
|
5269 |
'bool', |
|
5270 |
[param('ns3::Address const &', 'ad')]) |
|
5271 |
return |
|
5272 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5273 |
def register_functions_ns3_aodv(module, root_module): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5274 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5381
diff
changeset
|
5275 |
|
5348 | 5276 |
def register_functions_ns3_dot11s(module, root_module): |
5277 |
return |
|
5278 |
||
5279 |
def register_functions_ns3_flame(module, root_module): |
|
5280 |
return |
|
5281 |
||
5282 |
def register_functions_ns3_internal(module, root_module): |
|
5283 |
return |
|
5284 |
||
5285 |
def register_functions_ns3_olsr(module, root_module): |
|
5286 |
return |
|
5287 |