[Ns-bugs] [Bug 215] New: Node names patch
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Thu Jun 5 22:58:56 PDT 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=215
Summary: Node names patch
Product: ns-3
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P1
Component: node module
AssignedTo: ns-bugs at isi.edu
ReportedBy: tomh at tomh.org
Patch in response to this thread:
http://mailman.isi.edu/pipermail/ns-developers/2008-May/004132.html
Also added support for fetching NetDevices by name, on a given Node (their
names were already in the system).
API summary:
Node::SetName (std::string name);
Node::GetName (void);
NodeList::GetNodeByName (std::string name);
NetDevice::SetName (std::string name);
NetDevice::GetName (void);
Node::GetDeviceByName (std::string name);
--
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