[ns] how to access "this node id" in a c++ file?
Mubashir Rehmani
mshrehmani at gmail.com
Mon Aug 18 05:42:46 PDT 2008
Hello
Here is the answer to your question: You can access this node id which is
mention in Node.cc File in a C++ file by using
Node* thisnode = Node::get_node_by_address(n_id); //you can also give index
variable as an argument to this function
cout<<"Node ID:\t"<<thisnode->nodeid()<<endl;
Feel free to ask further.
Regards
2008/8/18 Weihuan Shu <Weihuan_400893 at infosys.com>
>
> Hi all,
>
> I was wondering how to access "this node id" in a c++ file.
> For example in my simulation, CMUPriQueues are associated with the DSR
> (routing protocol).
> How can I know get "this node id" in "dsr-priqueue.cc", which is the c++
> file for CMUPriQueue class.
> Thanks.
>
> Weihuan
>
>
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
> solely
> for the use of the addressee(s). If you are not the intended recipient,
> please
> notify the sender by e-mail and delete the original message. Further, you
> are not
> to copy, disclose, or distribute this e-mail or its contents to any other
> person and
> any such actions are unlawful. This e-mail may contain viruses. Infosys has
> taken
> every reasonable precaution to minimize this risk, but is not liable for
> any damage
> you may sustain as a result of any virus in this e-mail. You should carry
> out your
> own virus checks before opening the e-mail or attachment. Infosys reserves
> the
> right to monitor and review the content of all messages sent to or from
> this e-mail
> address. Messages sent to or from this e-mail address may be stored on the
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***
>
--
Mubashir Husain Rehmani
Mobile : 00 33 (0)6 32 00 89 35
More information about the Ns-users
mailing list