#include <parentnode.h>
Inheritance diagram for ParentNode:


Public Member Functions | |
| ParentNode () | |
| virtual int | address () |
| virtual int | nodeid () |
| virtual void | add_route (char *, NsObject *) |
| virtual void | delete_route (char *, NsObject *) |
| virtual void | set_table_size (int nn) |
| virtual void | set_table_size (int lev, int nn) |
Protected Attributes | |
| int | nodeid_ |
| int | address_ |
|
|
Definition at line 43 of file parentnode.h. References address_, and nodeid_.
|
|
||||||||||||
|
Reimplemented in Node, and BroadcastNode. Definition at line 47 of file parentnode.h. Referenced by Simulator::populate_flat_classifiers().
00047 {}
|
|
|
Reimplemented in Node. Definition at line 45 of file parentnode.h. References address_. Referenced by Simulator::node_id_by_addr(), and Simulator::populate_hier_classifiers().
00045 { return address_;}
|
|
||||||||||||
|
Reimplemented in Node, and BroadcastNode. Definition at line 48 of file parentnode.h.
00048 {}
|
|
|
Reimplemented in Node. Definition at line 46 of file parentnode.h. References nodeid_. Referenced by Simulator::get_link_head(), and Simulator::node_id_by_addr().
00046 { return nodeid_;}
|
|
||||||||||||
|
Reimplemented in Node. Definition at line 50 of file parentnode.h.
00050 {}
|
|
|
Reimplemented in Node. Definition at line 49 of file parentnode.h. Referenced by Simulator::populate_flat_classifiers().
00049 {}
|
|
|
Reimplemented in Node. Definition at line 53 of file parentnode.h. Referenced by address(), BroadcastNode::command(), AbsLanNode::command(), LanNode::command(), and ParentNode(). |
|
|
Reimplemented in Node. Definition at line 52 of file parentnode.h. Referenced by BroadcastNode::command(), AbsLanNode::command(), LanNode::command(), nodeid(), and ParentNode(). |
1.3.3