#include <uwtap.h>
Definition at line 43 of file uwtap.h.
◆ UwTap()
Constructor of the overhearing class.
◆ ~UwTap()
virtual UwTap::~UwTap |
( |
| ) |
|
|
virtualdefault |
Virtual destructor of the overhearing class.
◆ recv()
void UwTap::recv |
( |
Packet * |
p | ) |
|
|
overridevirtual |
Performs the reception of packets from upper and lower layers.
- Parameters
-
p* | Pointer to the packet will be received. |
Definition at line 81 of file uwtap.cpp.
◆ recvSyncClMsg()
int UwTap::recvSyncClMsg |
( |
ClMessage * |
m | ) |
|
|
overridevirtual |
Retrieve packets from other modules.
- Parameters
-
Definition at line 66 of file uwtap.cpp.
◆ Tap2PhyTxDuration()
double UwTap::Tap2PhyTxDuration |
( |
Packet * |
p | ) |
|
|
virtual |
Asks the PHY the time needed to transmit a packet.
- Parameters
-
p* | Pointer to the packet to be transmitted. |
Definition at line 100 of file uwtap.cpp.
The documentation for this class was generated from the following files: