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

Delta Between Two Patch Sets: examples/animation/wscript

Issue 117051: Ns-3 Net-anim Interface (Closed)
Left Patch Set: Merge net-anim with main Created 14 years, 4 months ago
Right Patch Set: Updates after Tom's comments Created 14 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « examples/animation/waf ('k') | examples/csma/csma-star.cc » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_program('test-dumbbell-animation', 4 obj = bld.create_ns3_program('dumbbell-animation',
5 ['point-to-point', 'internet-stack']) 5 ['point-to-point', 'internet-stack'])
6 obj.source = 'test-dumbbell-animation.cc' 6 obj.source = 'dumbbell-animation.cc'
7 7
8 obj = bld.create_ns3_program('test-grid-animation', 8 obj = bld.create_ns3_program('grid-animation',
9 ['point-to-point', 'internet-stack']) 9 ['point-to-point', 'internet-stack'])
10 obj.source = 'test-grid-animation.cc' 10 obj.source = 'grid-animation.cc'
11
12 obj = bld.create_ns3_program('star-animation',
13 ['point-to-point', 'internet-stack'])
14 obj.source = 'star-animation.cc'
LEFTRIGHT

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