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

Unified Diff: bindings/python/apidefs/gcc-ILP32/ns3_module_csma.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-ILP32/ns3_module_csma.py
===================================================================
--- a/bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py
+++ b/bindings/python/apidefs/gcc-ILP32/ns3_module_csma.py
@@ -266,6 +266,11 @@
cls.add_method('SetQueue',
'void',
[param('ns3::Ptr< ns3::Queue >', 'queue')])
+ ## csma-net-device.h: ns3::Ptr<ns3::Queue> ns3::CsmaNetDevice::GetQueue() const [member function]
+ cls.add_method('GetQueue',
+ 'ns3::Ptr< ns3::Queue >',
+ [],
+ is_const=True)
## csma-net-device.h: void ns3::CsmaNetDevice::SetReceiveErrorModel(ns3::Ptr<ns3::ErrorModel> em) [member function]
cls.add_method('SetReceiveErrorModel',
'void',
@@ -432,11 +437,6 @@
'void',
[],
visibility='protected', is_virtual=True)
- ## csma-net-device.h: ns3::Ptr<ns3::Queue> ns3::CsmaNetDevice::GetQueue() const [member function]
- cls.add_method('GetQueue',
- 'ns3::Ptr< ns3::Queue >',
- [],
- is_const=True, visibility='protected')
## csma-net-device.h: void ns3::CsmaNetDevice::AddHeader(ns3::Ptr<ns3::Packet> p, ns3::Mac48Address source, ns3::Mac48Address dest, uint16_t protocolNumber) [member function]
cls.add_method('AddHeader',
'void',

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