|
Bugzilla – Full Text Bug Listing |
| Summary: | New MobilityHelper::SetPositionAllocator overloaded API doesn't work | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Rajib Bhattacharjea <raj.b> |
| Component: | helpers | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | craigdo, gjcarneiro, ns-bugs |
| Priority: | P1 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Rajib Bhattacharjea
2009-02-20 16:32:01 UTC
I confirm the bug, but it's not a pybindgen bug. It's simply new API that was introduced and conflicts with the previous one. Any pure C++ code that wants to call MobilityHelper::SetPositionAllocator with a single argument will experience this problem. The API is simply unusable as it is now. Revision: 4140 Branch: default Author: Craig Dowell <craigdo@ee.washington.edu> 2009-01-21 01:39:18 Committer: Craig Dowell <craigdo@ee.washington.edu> 2009-01-21 01:39:18 Parent: 4139:d45e62c78504 (add an object name service) Child: 4141:3f7f08d9daad (make simple version of Names:Add even simpler. Use that in examples/names.cc) Brute force all of the helpers to use object name service Over to Craig. Removed string version of SetPositionAllocator since it is ambiguous with all-default-value version of call made with one string parameter. 4201:511a086fde07 |