[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] neighbor_list_ in Node.h



Hi:

In the procedure Channel::sendUp(Packet* p, Phy *tifp) in file 
channel.cc, it uses the GridKeeper::get_neighbors(MobileNode*, 
MobileNode**) to get the neighbors list.

LI Cheng

----- Original Message ----- 
From: "boo sunn" <[email protected]>
To: <[email protected]>
Sent: Wednesday, October 10, 2001 1:39 PM
Subject: [ns] neighbor_list_ in Node.h


> hi:
> 
> there is a data member "neighbor_list_" in node.h,
> what is it used for? I am trying to use it to get the
> neighbor set of a mobile node (since mobile node
> derives from Node), but get nothing. what is wrong?
> 
> Thanks,
> 
> bo sun
>