[ndnSIM] Add faces dynamically to NetDevice during simulation

Junxiao Shi shijunxiao at email.arizona.edu
Tue Oct 25 20:36:23 PDT 2016


Hi Thomas

This error indicates a missing #include line. NetDeviceFace is found to be
a forward declaration, and you need to include the header that declares
that class in the translation unit where this error occurs.

If you do not understand some of the terms in the above paragraph, read
about them on http://en.cppreference.com/

Yours, Junxiao

On Oct 24, 2016 3:54 AM, <thomas.kolonko at students.unibe.ch> wrote:
>
> ../src/ndnSIM/NFD/daemon/fw/forwarder.cpp:461:86: error: invalid use of
incomplete type ‘class ns3::ndn::NetDeviceFace’
>     ns3::Ptr<ns3::ndn::NetDeviceFace> p_netD =
ns3::ndn::NetDeviceFace(node, netDevice);
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20161025/584ad298/attachment.html>


More information about the ndnSIM mailing list