#include <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. |
References END_RX, START_TX, and Tap2PhyTxDuration().
◆ recvSyncClMsg()
| int UwTap::recvSyncClMsg |
( |
ClMessage * |
m | ) |
|
|
overridevirtual |
Retrieve packets from other modules
- Parameters
-
◆ 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. |
Referenced by recv().
The documentation for this class was generated from the following files:
- DESERT_Framework/DESERT/ranging/uwtap/uwtap.h
- DESERT_Framework/DESERT/ranging/uwtap/uwtap.cpp