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

Unified Diff: src/applications/examples/wscript

Issue 318880043: CBR (constant bit-rate) application and advanced funtionality for OnOffApplication
Patch Set: Created 7 years, 3 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/applications/examples/cbr-example.cc ('k') | src/applications/helper/cbr-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/applications/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/applications/examples/wscript
@@ -0,0 +1,11 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ if not bld.env['ENABLE_EXAMPLES']:
+ return;
+
+ obj = bld.create_ns3_program('advanced-on-off-example', ['csma', 'network', 'internet', 'applications'])
+ obj.source = 'advanced-on-off-example.cc'
+
+ obj = bld.create_ns3_program('cbr-example', ['csma', 'network', 'internet', 'applications'])
+ obj.source = 'cbr-example.cc'
« no previous file with comments | « src/applications/examples/cbr-example.cc ('k') | src/applications/helper/cbr-helper.h » ('j') | no next file with comments »

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