[Ns-commits] craigdo/ns-3-param

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Thu Feb 21 16:31:57 PST 2008


---- convert RandomVariable to new helpers.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/e1b65471f159


---- fix includes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/value-helper.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/f2a03c7d069c


---- convert to new helpers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/nstime.h src/simulator/time.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/eee344085a96


---- remove old helpers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/class-value-helper.h src/core/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/ba80c489f8cf


---- param-spec-helper.h -> attribute-accessor-helper.h
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-accessor-helper.h src/core/enum-value.h src/core/param-spec-helper.h src/core/value-helper.h src/core/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/30127bc12056


---- value-test.cc -> attribute-test.cc
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/value-test.cc src/core/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/3ad8ebe70756


---- value-helper.h -> attribute-helper.h
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-rate.h src/core/attribute-helper.h src/core/boolean-value.h src/core/fp-value.h src/core/int-value.h src/core/random-variable.h src/core/uint-value.h src/core/value-helper.h src/core/wscript src/mobility/rectangle.h src/mobility/vector.h src/node/address.h src/node/mac48-address.h src/simulator/nstime.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/8979f07befd5


---- boolean-value -> boolean
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/boolean-value.cc src/core/boolean-value.h src/core/boolean.cc src/core/boolean.h src/core/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/8efda0e4423a


---- small typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/boolean.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/57fe34e08d8d


---- int-value -> integer
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/initial-value.cc src/core/int-value.cc src/core/int-value.h src/core/integer.cc src/core/integer.h src/core/wscript src/mobility/position-allocator.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/23ab3212cec4


---- uint-value -> uinteger
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-grid-topology.cc src/core/attribute-test.cc src/core/initial-value.cc src/core/uint-value.cc src/core/uint-value.h src/core/uinteger.cc src/core/uinteger.h src/core/wscript src/node/drop-tail-queue.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/8253e8353689


---- fp-value -> double
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-grid-topology.cc src/core/attribute-test.cc src/core/double.cc src/core/double.h src/core/fp-value.cc src/core/fp-value.h src/core/wscript src/mobility/position-allocator.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/8f40bc572412


---- enum-value -> enum
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-grid-topology.cc src/core/attribute-test.cc src/core/enum-value.cc src/core/enum-value.h src/core/enum.cc src/core/enum.h src/core/wscript src/mobility/position-allocator.cc src/mobility/random-walk-2d-mobility-model.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/87f009efcb3f


---- AddParameter -> AddAttribute
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/initial-value.cc src/core/object-factory.h src/core/object.cc src/core/object.h src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model.cc src/mobility/position-allocator.cc src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/node/drop-tail-queue.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/e8f7c4960576


---- Attributes -> AttributeList
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/initial-value.cc src/core/object-factory.h src/core/object.cc src/core/object.h
url: http://code.nsnam.org/craigdo/ns-3-param/rev/91662d921a83


---- Object::Set/Get -> Object::SetAttribute/GetAttribute
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-test.cc src/core/object.cc src/core/object.h src/node/drop-tail-queue.cc
url: http://code.nsnam.org/craigdo/ns-3-param/rev/7f5679184b79


---- structure for thinking about topology and attributes
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-topology.cc samples/wscript src/internet-node/internet-node.h src/internet-node/internet-protocol-stack.cc src/internet-node/internet-protocol-stack.h src/internet-node/wscript src/topology/topology.cc src/topology/topology.h src/topology/waf src/topology/wscript src/wscript
url: http://code.nsnam.org/craigdo/ns-3-param/rev/ddc839453a50




More information about the Ns-commits mailing list