|
|
| 160 |
* at this point to setup the node's receive function for |
160 |
* at this point to setup the node's receive function for |
| 161 |
* the NetDevice packets. |
161 |
* the NetDevice packets. |
| 162 |
*/ |
162 |
*/ |
| 163 |
virtual void DoAddDevice (Ptr<NetDevice> device) const = 0; |
163 |
virtual void DoAddDevice (Ptr<NetDevice> device) = 0; |
| 164 |
|
164 |
|
| 165 |
uint32_t m_id; // Node id for this node |
165 |
uint32_t m_id; // Node id for this node |
| 166 |
uint32_t m_sid; // System id for this node |
166 |
uint32_t m_sid; // System id for this node |