CsmaNetDevice Record. More...
#include <csma-channel.h>
 Collaboration diagram for ns3::CsmaDeviceRec:
 Collaboration diagram for ns3::CsmaDeviceRec:| Public Member Functions | |
| CsmaDeviceRec () | |
| Is net device enabled to TX/RX.  More... | |
| CsmaDeviceRec (Ptr< CsmaNetDevice > device) | |
| CsmaDeviceRec (CsmaDeviceRec const &) | |
| bool | IsActive () | 
| Public Attributes | |
| bool | active | 
| Pointer to the net device.  More... | |
| Ptr< CsmaNetDevice > | devicePtr | 
CsmaNetDevice Record.
Stores the information related to each net device that is connected to the channel.
Definition at line 41 of file csma-channel.h.
| ns3::CsmaDeviceRec::CsmaDeviceRec | ( | ) | 
| ns3::CsmaDeviceRec::CsmaDeviceRec | ( | Ptr< CsmaNetDevice > | device | ) | 
Definition at line 349 of file csma-channel.cc.
| ns3::CsmaDeviceRec::CsmaDeviceRec | ( | CsmaDeviceRec const & | deviceRec | ) | 
Definition at line 355 of file csma-channel.cc.
| bool ns3::CsmaDeviceRec::IsActive | ( | ) | 
Definition at line 362 of file csma-channel.cc.
References active.
| bool ns3::CsmaDeviceRec::active | 
Pointer to the net device.
Definition at line 44 of file csma-channel.h.
Referenced by CsmaDeviceRec(), and IsActive().
| Ptr< CsmaNetDevice > ns3::CsmaDeviceRec::devicePtr | 
Definition at line 43 of file csma-channel.h.
Referenced by CsmaDeviceRec().