--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
No.
Mathieu
--
Mathieu Lacage <mathieu...@gmail.com>
Maybe you should iterate through the nodes in NodeList and get their
positiono until you find the one you want.
You should try this then:
#include "ns3/node-list.h"
> so t seems this NodeList doesn't work in olsr-routing-protocol so
> would you please tell me what can I do. Thanks in advance.
Mathieu
--
Mathieu Lacage <mathieu...@gmail.com>
> and gives me thi error:error: request for member ‘neighborMainAddr’ in
> ‘nb_tuple’, which is of non-class type ‘const
> ns3::olsr::NeighborTuple*’
Read carefully the compiler messages and you will figure out what is
wrong: in this case, my vision goggles that can see through the
internet tell me that you should be using '->' instead of '.'
It really seems to me that starting to program C++ by using ns-3 is a
bad idea: you should seriously learn from a decent C++ book.