Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(69)

Unified Diff: bindings/python/apidefs/gcc-LP64/ns3_module_point_to_point.py

Issue 196058: Redo ASCII and pcap Traces
Patch Set: Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bindings/python/apidefs/gcc-LP64/ns3_module_point_to_point.py
===================================================================
--- a/bindings/python/apidefs/gcc-LP64/ns3_module_point_to_point.py
+++ b/bindings/python/apidefs/gcc-LP64/ns3_module_point_to_point.py
@@ -235,6 +235,11 @@
'ns3::Ptr< ns3::Node >',
[],
is_const=True, is_virtual=True)
+ ## point-to-point-net-device.h: ns3::Ptr<ns3::Queue> ns3::PointToPointNetDevice::GetQueue() const [member function]
+ cls.add_method('GetQueue',
+ 'ns3::Ptr< ns3::Queue >',
+ [],
+ is_const=True)
## point-to-point-net-device.h: static ns3::TypeId ns3::PointToPointNetDevice::GetTypeId() [member function]
cls.add_method('GetTypeId',
'ns3::TypeId',

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b