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

Unified Diff: src/lr-wpan/examples/wscript

Issue 194960043: Integrated 802.15.4e TSCH model
Patch Set: Created 9 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
« no previous file with comments | « src/lr-wpan/examples/lr-wpan-rich.cc ('k') | src/lr-wpan/helper/lr-wpan-energy-source-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lr-wpan/examples/wscript
===================================================================
--- a/src/lr-wpan/examples/wscript
+++ b/src/lr-wpan/examples/wscript
@@ -15,3 +15,9 @@
obj = bld.create_ns3_program('lr-wpan-error-distance-plot', ['lr-wpan', 'stats'])
obj.source = 'lr-wpan-error-distance-plot.cc'
+
+ obj = bld.create_ns3_program('lr-wpan-rich', ['lr-wpan','sixlowpan','internet','mobility','applications'])
+ obj.source = 'lr-wpan-rich.cc'
+
+ obj = bld.create_ns3_program('lr-wpan-ping', ['lr-wpan','sixlowpan','internet','mobility','applications'])
+ obj.source = 'lr-wpan-ping.cc'
« no previous file with comments | « src/lr-wpan/examples/lr-wpan-rich.cc ('k') | src/lr-wpan/helper/lr-wpan-energy-source-helper.h » ('j') | no next file with comments »

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