#include <ns3/callback.h> Include dependency graph for generic-phy.h:
 Include dependency graph for generic-phy.h:Go to the source code of this file.
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Typedefs | |
| typedef Callback< void > | ns3::GenericPhyRxEndErrorCallback | 
| This method is used by the PHY to notify the MAC that a previously started RX attempt has terminated without success.  More... | |
| typedef Callback< void, Ptr< Packet > > | ns3::GenericPhyRxEndOkCallback | 
| This method is used by the PHY to notify the MAC that a previously started RX attempt has been successfully completed.  More... | |
| typedef Callback< void > | ns3::GenericPhyRxStartCallback | 
| This method is used by the PHY to notify the MAC that a RX attempt is being started, i.e., a valid signal has been recognized by the PHY.  More... | |
| typedef Callback< void, Ptr< const Packet > > | ns3::GenericPhyTxEndCallback | 
| this method is invoked by the PHY to notify the MAC that the transmission of a given packet has been completed.  More... | |
| typedef Callback< bool, Ptr< Packet > > | ns3::GenericPhyTxStartCallback | 
| This method allows the MAC to instruct the PHY to start a transmission of a given packet.  More... | |