|
Bugzilla – Full Text Bug Listing |
| Summary: | Implement utility class to periodically poll for all nodes position and velocity | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Pavel Boyko <boyko> |
| Component: | mobility models | Assignee: | Pavel Boyko <boyko> |
| Status: | NEW --- | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Pavel Boyko
2011-02-06 06:08:50 UTC
(In reply to comment #0) > As proposed in > http://groups.google.com/group/ns-3-users/browse_thread/thread/bd8b95a650d24134/ > > The only problem I can't resolve now is where to place this new class: mobility > module currently doesn't depend on node, node module is seems to disappear > soon. Tom, what do you think? This seems to be helper-level API. I would have suggested previously to put it in the src/helper/mobility-helper. However, in the new modularization, src/helper probably will go away as all helper files migrate to src/<modulename>/helper. So, if you want to add this, I would suggest to add 'node' (or in the near future, 'network') dependency to mobility module. To avoid this dependency, I think you would have to support the equivalent of a NodeList (to track all of the Mobility objects in use) at the mobility level. |