|
|
| 134 |
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::WifiNetDevice/Mac/MacRx", |
134 |
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::WifiNetDevice/Mac/MacRx", |
| 135 |
MakeCallback (&PyViz::TraceNetDevRxWifi, this)); |
135 |
MakeCallback (&PyViz::TraceNetDevRxWifi, this)); |
| 136 |
|
136 |
|
|
|
137 |
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::WaveNetDevice/MacEntities/*/MacTx", |
| 138 |
MakeCallback (&PyViz::TraceNetDevTxWifi, this)); |
| 139 |
|
| 140 |
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::WaveNetDevice/MacEntities/*/MacRx", |
| 141 |
MakeCallback (&PyViz::TraceNetDevRxWifi, this)); |
| 142 |
|
| 137 |
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::CsmaNetDevice/MacTx", |
143 |
Config::Connect ("/NodeList/*/DeviceList/*/$ns3::CsmaNetDevice/MacTx", |
| 138 |
MakeCallback (&PyViz::TraceNetDevTxCsma, this)); |
144 |
MakeCallback (&PyViz::TraceNetDevTxCsma, this)); |
| 139 |
|
145 |
|