[Ns-commits] mathieu/ns-3-param
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Fri Feb 8 07:54:03 PST 2008
---- add back IntValue support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/boolean-value.h src/core/int-value.cc src/core/int-value.h src/core/object.cc src/core/param-spec-helper.h src/core/value-test.cc src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/6f8733409b3b
---- weird leftover from the ClassId changes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/mobility-visualizer-model.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/ab0f5f2e41ad
---- remove un-needed object.h include.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/int-value.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/985d5ddfd742
---- add back UintValue
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/value-test.cc src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/bc706b6e9df3
---- forgot to add new files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/uint-value.cc src/core/uint-value.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/db1eb36bfaa4
---- split ParamSpec::CreateInitialValue -> ParamSpec::GetInitialValue + ParamSpec::CreateValue
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/param-spec-helper.h src/core/value.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/64dbfb5cf589
---- add back EnumValue
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/enum-value.cc src/core/enum-value.h src/core/value-test.cc src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/816df299095d
---- enforce TypeId::PARAM_* flags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/b05c2d0bcd23
---- bug 133: automate RandomVariable memory management.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h src/common/error-model.cc src/common/error-model.h src/core/random-variable-default-value.cc src/core/random-variable-default-value.h src/core/random-variable.cc src/core/random-variable.h src/devices/wifi/propagation-delay-model.cc src/devices/wifi/propagation-delay-model.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/random-waypoint-mobility-model.h src/node/application.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/a0e0ec096169
---- add Value support to RandomVariable.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h src/core/value-test.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/500ada6a4874
---- add back FpValue support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/fp-value.cc src/core/fp-value.h src/core/value-test.cc src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/ae4d6740d5a0
---- make param-spec-helper.h public
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/93ec83b12ccb
---- add Value support to Vector
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/vector.cc src/mobility/vector.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/a74c89d71cba
---- add Value support to Rectangle
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/rectangle.cc src/mobility/rectangle.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/073c864796ec
---- make headers public.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/298b5d2b6fa7
---- add Value support to Time
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/nstime.h src/simulator/time.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/7e6dfae536cd
---- fix Value support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/rectangle.cc src/mobility/rectangle.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/588a4d8324b7
---- add missing Make functions
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/vector.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/7fada3c72c4f
---- untested templates rarely work.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/param-spec-helper.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/025986c8b400
---- add a default constructor for the TypeId class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/bc7abfdb0748
---- a pretty simple wrapper around TypeId+Parameters: ObjectFactory
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-factory.cc src/core/object-factory.h src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/ffd1c96afe4b
---- implement missing methods
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/time.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/6b87484eb086
---- add automatic conversion from string to PValue.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h src/core/value.cc src/core/value.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/45cd59c6ddf8
---- fix typo: non-matching delaration/implementation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/param-spec-helper.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/5d65139862fa
---- convert Mobility subsystem to Value framework
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-grid-topology.cc samples/main-random-topology.cc samples/main-random-walk.cc samples/wscript src/devices/wifi/propagation-loss-model.cc src/mobility/mobility-helper.cc src/mobility/mobility-helper.h src/mobility/mobility-model.cc src/mobility/position-allocator.cc src/mobility/position-allocator.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/random-waypoint-mobility-model.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h src/mobility/wscript utils/mobility-visualizer-model.cc
url: http://code.nsnam.org/mathieu/ns-3-param/rev/fd9d94d518d2
---- rework slightly ns2 mobility support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/ns2-mobility-file-topology.cc src/mobility/ns2-mobility-file-topology.h src/mobility/ns2-mobility-helper.cc src/mobility/ns2-mobility-helper.h src/mobility/wscript
url: http://code.nsnam.org/mathieu/ns-3-param/rev/99a92e7f17b2
---- add hierarchical support to MobilityHelper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h src/mobility/mobility-helper.cc src/mobility/mobility-helper.h
url: http://code.nsnam.org/mathieu/ns-3-param/rev/281ea8b13525
More information about the Ns-commits
mailing list