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

Issue 117051: Ns-3 Net-anim Interface

Can't Edit
Can't Publish+Mail
Start Review
Created:
5 months ago by jpelkey
Modified:
1 month, 3 weeks ago
CC:
ns-3-reviews_googlegroups.com, riley_ece.gatech.edu
SVN Base:
Visibility:
Public.

Patch Set 1

Total comments: 5

Patch Set 2 : Updated after Tom's suggestions

Total comments: 7

Patch Set 3 : documentation

Patch Set 4 : merge with ns-3-dev

Patch Set 5 : Merge net-anim with main

Patch Set 6 : MinGW ifdefs

Total comments: 20

Patch Set 7 : Update after Faker's comments

Total comments: 8

Patch Set 8 : Updates after Tom's comments

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M CHANGES.html View 2 chunks 56 lines 0 comments Download
M RELEASE_NOTES View 1 chunk 21 lines 0 comments Download
A examples/animation/dumbbell-animation.cc View 1 chunk 124 lines 0 comments Download
A examples/animation/grid-animation.cc View 1 chunk 112 lines 0 comments Download
A examples/animation/star-animation.cc View 1 chunk 140 lines 0 comments Download
A examples/animation/waf View 1 chunk 7 lines 0 comments Download
A examples/animation/wscript View 5 6 7 1 chunk 20 lines 0 comments Download
M examples/csma/csma-star.cc View 6 chunks 138 lines 0 comments Download
M examples/tcp/star.cc View 3 chunks 90 lines 0 comments Download
M examples/wscript View 1 2 3 4 1 chunk 12 lines 0 comments Download
R src/contrib/net-anim/animation-interface.cc View 5 1 chunk 208 lines 0 comments Download
R src/contrib/net-anim/animation-interface.h View 1 chunk 126 lines 0 comments Download
R src/contrib/net-anim/node-location.cc View 1 chunk 62 lines 0 comments Download
R src/contrib/net-anim/node-location.h View 1 chunk 67 lines 0 comments Download
R src/contrib/net-anim/point-to-point-dumbbell-helper.cc View 5 1 chunk 255 lines 0 comments Download
R src/contrib/net-anim/point-to-point-dumbbell-helper.h View 1 chunk 83 lines 0 comments Download
R src/contrib/net-anim/point-to-point-grid-helper.cc View 1 chunk 186 lines 0 comments Download
R src/contrib/net-anim/point-to-point-grid-helper.h View 1 chunk 63 lines 0 comments Download
R src/contrib/net-anim/test-dumbbell.cc View 1 chunk 125 lines 0 comments Download
R src/contrib/net-anim/test-grid.cc View 1 chunk 115 lines 0 comments Download
R src/contrib/net-anim/wscript View 5 1 chunk 37 lines 0 comments Download
M src/contrib/wscript View 1 chunk 12 lines 0 comments Download
A src/helper/animation-interface.cc View 1 2 3 4 5 6 7 1 chunk 208 lines 0 comments Download
A src/helper/animation-interface.h View 1 2 3 4 5 6 1 chunk 118 lines 0 comments Download
A src/helper/canvas-location.cc View 1 chunk 64 lines 0 comments Download
A src/helper/canvas-location.h View 1 chunk 67 lines 0 comments Download
M src/helper/csma-helper.cc View 1 chunk 32 lines 0 comments Download
M src/helper/csma-helper.h View 1 chunk 77 lines 0 comments Download
A src/helper/csma-star-helper.cc View 1 chunk 116 lines 0 comments Download
A src/helper/csma-star-helper.h View 1 chunk 65 lines 0 comments Download
A src/helper/point-to-point-dumbbell-helper.cc View 2 3 4 5 6 7 1 chunk 273 lines 0 comments Download
A src/helper/point-to-point-dumbbell-helper.h View 2 3 4 5 6 7 1 chunk 84 lines 0 comments Download
A src/helper/point-to-point-grid-helper.cc View 2 3 4 5 6 7 1 chunk 224 lines 0 comments Download
A src/helper/point-to-point-grid-helper.h View 2 3 4 5 6 1 chunk 64 lines 0 comments Download
M src/helper/point-to-point-helper.cc View 1 chunk 31 lines 0 comments Download
M src/helper/point-to-point-helper.h View 1 chunk 67 lines 0 comments Download
A src/helper/point-to-point-star-helper.cc View 1 chunk 165 lines 0 comments Download
A src/helper/point-to-point-star-helper.h View 1 chunk 64 lines 0 comments Download
M src/helper/wscript View 1 2 3 4 5 6 7 3 chunks 39 lines 0 comments Download
M src/wscript View 5 6 7 2 chunks 20 lines 0 comments Download

Messages

Total messages: 10
Tom Henderson
I would like to see these points considered before merging: 1) align topology helpers with ...
4 months, 4 weeks ago
jpelkey
On 2009/09/13 01:59:05, Tom H. wrote: > I would like to see these points considered ...
4 months, 3 weeks ago
Tom Henderson
http://codereview.appspot.com/117051/diff/51/1028 File src/helper/animation-interface.h (right): http://codereview.appspot.com/117051/diff/51/1028#newcode85 Line 85: bool SetInternalAnimation (); I still suggest to delete ...
4 months, 3 weeks ago
faker.moatamri
http://codereview.appspot.com/117051/diff/8027/8028 File examples/animation/test-dumbbell-animation.cc (right): http://codereview.appspot.com/117051/diff/8027/8028#newcode1 examples/animation/test-dumbbell-animation.cc:1: /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ If it ...
3 months ago
jpelkey
Updates after Faker's comments. http://codereview.appspot.com/117051/diff/8027/8028 File examples/animation/test-dumbbell-animation.cc (right): http://codereview.appspot.com/117051/diff/8027/8028#newcode1 examples/animation/test-dumbbell-animation.cc:1: /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; ...
2 months, 4 weeks ago
Tom Henderson
I support moving this out of contrib for ns-3.7. However, I would like to see ...
2 months, 3 weeks ago
jpelkey
Tom, I hope that I have addressed all of your comments which required action before ...
2 months, 2 weeks ago
Tom Henderson
On 2009/11/23 16:01:54, jpelkey wrote: > Tom, > > I hope that I have addressed ...
2 months, 2 weeks ago
jpelkey
On 2009/11/24 05:59:34, Tom Henderson wrote: > On 2009/11/23 16:01:54, jpelkey wrote: > > Tom, ...
2 months, 2 weeks ago
jpelkey
1 month, 3 weeks ago
I have extended the animation section in the manual as well as doxygenized the
helpers.  I started a new codereview for the documentation here:
http://codereview.appspot.com/176077/show

One thing I wasn't sure about was creating a section on NetAnim, since it isn't
a part of ns-3.  I added it anyway, since it was on the wiki.

I am happy to merge this myself.  I just thought I'd put it up here first, since
it is the first time I have contributed to the manual.

--
Josh Pelkey
Sign in to reply to this message.

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