Dear list,
is there anyone who can explain how do I connect to the TraceSource
"Ssrc" in devices/wifi/wifi-remote-station-manager.cc?
(Note that Ssrc belongs to WifiRemoteStation and not to
WifiRemoteStationManager.)
So far, I've tried more than 10 different paths, and still I can't
connect.
The path I came up with is this: "/NodeList/0/DeviceList/0/
WifiRemoteStation/Ssrc", which doesn't work.
According to this post
http://mailman.isi.edu/pipermail/ns-developers/2009-August/006350.html
(if I got it right) I should avoid something like
$ns3::WifiRemoteStation because in this case ns-3 will call
GetObject<WifiRemoteStation> but WifiRemoteStation is not a registered
object (that is, there is no NS_OBJECT_ENSURE_REGISTERED
(WifiRemoteStation) ): in fact, when I try to do that I get: "Assert
in TypeId::LookupByName: ns3::WifiRemoteStation not found".
However, 'WifiRemoteStation' is not Attribute either (or am I wrong?),
and I get the following log message: "Requested item=WifiRemoteStation
does not exist on path=/NodeList/0/DeviceList/0/".
Since I have no idea of what to try next, I ask you for some hint.
Regards,
Christian