Add visualizer modular python bindings
This commit is contained in:
7
src/visualizer/bindings/callbacks_list.py
Normal file
7
src/visualizer/bindings/callbacks_list.py
Normal file
@@ -0,0 +1,7 @@
|
||||
callback_classes = [
|
||||
['void', 'ns3::Ptr<ns3::Socket>', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['void', 'ns3::Ptr<ns3::Socket>', 'unsigned int', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['void', 'ns3::Ptr<ns3::Socket>', 'ns3::Address const&', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['bool', 'ns3::Ptr<ns3::Socket>', 'ns3::Address const&', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty', 'ns3::empty'],
|
||||
['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'],
|
||||
]
|
||||
4721
src/visualizer/bindings/modulegen__gcc_ILP32.py
Normal file
4721
src/visualizer/bindings/modulegen__gcc_ILP32.py
Normal file
File diff suppressed because it is too large
Load Diff
4721
src/visualizer/bindings/modulegen__gcc_LP64.py
Normal file
4721
src/visualizer/bindings/modulegen__gcc_LP64.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -23,3 +23,5 @@ def build(bld):
|
||||
else:
|
||||
module.source = [
|
||||
]
|
||||
|
||||
bld.ns3_python_bindings()
|
||||
|
||||
Reference in New Issue
Block a user