[ndnSIM] How to create pointer to a customized App

Monika Dangi monikabaraut at gmail.com
Thu Apr 28 13:54:20 PDT 2016


Hello,
I wrote my own producer App, MyApp. then i installed it on a node like:

 ndn::AppHelper appHelper ("MyApp");
  ApplicationContainer app = appHelper.Install (mobileNodes);
now i want to use pointer to this app and the object of this MyApp.
i used method
Ptr<Application> ap_ptr =app.Get(0);
but when i use the pointer like
ap_ptr->myfunction();
there is an error that Application has no function called myfunction.
i derived MyApp from Application and added ane more function myfunction.
now i want to pass the pointer of MyApp so that i can use myfunction in
other function.
but all i can get the pointer to Application which doesnt have myfunction.
what should i do?
Also how to get object of MyApp Application. or do i have to now access
this application via node only??
can anybody guide me?? just a little hint.

-- 
Monika
MTech CSE
IIT Roorkee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20160428/4395a8f1/attachment.html>


More information about the ndnSIM mailing list