NetAnim: Bug 2466 - a small bug in the AnimationInterface::ConnectCallbacks method
This commit is contained in:
@@ -1377,9 +1377,9 @@ AnimationInterface::ConnectCallbacks ()
|
||||
// Connect the callbacks
|
||||
Config::Connect ("/ChannelList/*/TxRxPointToPoint",
|
||||
MakeCallback (&AnimationInterface::DevTxTrace, this));
|
||||
Config::Connect ("NodeList/*/DeviceList/*/$ns3::WifiNetDevice/Phy/PhyTxBegin",
|
||||
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::WifiNetDevice/Phy/PhyTxBegin",
|
||||
MakeCallback (&AnimationInterface::WifiPhyTxBeginTrace, this));
|
||||
Config::Connect ("NodeList/*/DeviceList/*/$ns3::WifiNetDevice/Phy/PhyRxBegin",
|
||||
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::WifiNetDevice/Phy/PhyRxBegin",
|
||||
MakeCallback (&AnimationInterface::WifiPhyRxBeginTrace, this));
|
||||
Config::ConnectWithoutContext ("/NodeList/*/$ns3::MobilityModel/CourseChange",
|
||||
MakeCallback (&AnimationInterface::MobilityCourseChangeTrace, this));
|
||||
|
||||
Reference in New Issue
Block a user