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

Side by Side Diff: src/contrib/uan-framework/examples/wscript

Issue 1743057: UAN Framework project (GSoC) final review
Patch Set: Moved project's files to src/contrib/uan-framework, added manual chapter Created 13 years, 4 months ago
Left:
Right:
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 unified diff | Download patch
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 obj = bld.create_ns3_program('li-ion-energy-source', ['core', 'simulator', ' energy'])
5 obj.source = 'li-ion-energy-source.cc'
6
7 obj = bld.create_ns3_program('uan-energy-auv', ['core', 'simulator', 'uan', 'mobility', 'energy'])
8 obj.source = 'uan-energy-auv.cc'
9 ········
10 obj = bld.create_ns3_program('auv-energy-model', ['core', 'simulator', 'mobi lity'])
11 obj.source = 'auv-energy-model.cc'
12 ····
13 obj = bld.create_ns3_program('waypoint-mobility', ['core', 'simulator', 'mob ility'])
14 obj.source = 'waypoint-mobility.cc'
15
16 obj = bld.create_ns3_program('auv-mobility', ['core', 'simulator', 'mobility '])
17 obj.source = 'auv-mobility.cc'
OLDNEW

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