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

Unified Diff: examples/low-resolution-radio/wscript

Issue 5466046: Low Resolution Radio Model for NS-3
Patch Set: Created 12 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
Index: examples/low-resolution-radio/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/examples/low-resolution-radio/wscript
@@ -0,0 +1,27 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ deps = [
+ 'low-resolution-radio',
+ 'olsr',
+ 'wifi',
+ 'flow-monitor',
+ ]
+
+ obj = bld.create_ns3_program('lrr-first', deps)
+ obj.source = [
+ 'first.cc',
+ ]
+ obj = bld.create_ns3_program('lrr-second', deps)
+ obj.source = [
+ 'second.cc',
+ ]
+ obj = bld.create_ns3_program('lrr-wifi-comparison', deps)
+ obj.source = [
+ 'wifi-comparison.cc',
+ ]
+ obj = bld.create_ns3_program('lrr-video', deps)
+ obj.source = [
+ 'video-example.cc',
+ 'video-application.cc',
+ ]
« no previous file with comments | « examples/low-resolution-radio/wifi-comparison.cc ('k') | src/low-resolution-radio/helper/lrr-channel-helper.h » ('j') | no next file with comments »

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