[ndnSIM] TypeId name look up is failing.

Anil Jangam anilj.mailing at gmail.com
Mon Nov 24 10:15:27 PST 2014


Hi Alex,

I am testing a new application class and trying to create a application
helper instance for the same.

When I run the example test case, it is throwing an exception from the
below function where the name look up is  failing.

TypeId
TypeId::LookupByName (std::string name)
{
  NS_LOG_FUNCTION (name);
  uint16_t uid = Singleton<IidManager>::Get ()->GetUid (name);
  NS_ASSERT_MSG (uid != 0, "Assert in TypeId::LookupByName: " << name << "
not found");
  return TypeId (uid);
}


I am not sure what is missing here which is causing this exception.

/anil.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20141124/538ad225/attachment.html>


More information about the ndnSIM mailing list