Bug 1105 Move topology helpers into separate per-device modules
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
// Define an object to create a dumbbell topology.
|
||||
// Define an object to create a star topology.
|
||||
|
||||
#ifndef CSMA_STAR_HELPER_H
|
||||
#define CSMA_STAR_HELPER_H
|
||||
|
||||
7
src/point-to-point-layout/bindings/callbacks_list.py
Normal file
7
src/point-to-point-layout/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'],
|
||||
]
|
||||
6146
src/point-to-point-layout/bindings/modulegen__gcc_ILP32.py
Normal file
6146
src/point-to-point-layout/bindings/modulegen__gcc_ILP32.py
Normal file
File diff suppressed because it is too large
Load Diff
6146
src/point-to-point-layout/bindings/modulegen__gcc_LP64.py
Normal file
6146
src/point-to-point-layout/bindings/modulegen__gcc_LP64.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user