[Ns-bugs] [Bug 284] New: cannot use config paths to get a handle on an object

bugzilla-daemon@nsnam-www.ece.gatech.edu bugzilla-daemon at nsnam-www.ece.gatech.edu
Mon Aug 11 16:27:20 PDT 2008


http://www.nsnam.org/bugzilla/show_bug.cgi?id=284

           Summary: cannot use config paths to get a handle on an object
           Product: ns-3
           Version: pre-release
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: simulation core
        AssignedTo: ns-bugs at isi.edu
        ReportedBy: mathieu.lacage at sophia.inria.fr


some users asked me today why it was not possible to use
/NodeList/x/DeviceList/y to get access to a specific device.

Of course, the answer is that there is not necessarily a single match for a
specific string so, we would have to provide this:

namespace Config {

std::vector<Ptr<Object> > LookupMatching (std::string path);

}


-- 
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Ns-bugs mailing list