author | Tom Henderson <tomh@tomh.org> |
Mon, 28 Sep 2015 20:27:25 -0700 | |
changeset 11676 | 05ea1489e509 |
parent 7376 | 7ace70ee4468 |
permissions | -rw-r--r-- |
7376
7ace70ee4468
Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff
changeset
|
1 |
|
7ace70ee4468
Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff
changeset
|
2 |
def post_register_types(root_module): |
7ace70ee4468
Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff
changeset
|
3 |
root_module.add_include('"ns3/queue.h"') |
7ace70ee4468
Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff
changeset
|
4 |
root_module.add_include('"ns3/error-model.h"') |
7ace70ee4468
Bug 1222 - Incomplete PointToPointNetDevice Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff
changeset
|
5 |