#include <physical_layer.hpp>
Inheritance diagram for SignalRecvEvent:

Public Types | |
|
typedef boost::shared_ptr< SignalRecvEvent > | SignalRecvEventPtr |
| Smart pointer that clients should use. | |
Public Member Functions | |
| SignalRecvEvent (WirelessChannelManagerPtr channelManager, PhysicalLayerPtr sender, WirelessCommSignalPtr signal) | |
| A constructor. | |
| void | execute () |
| The code that gets executed for the event. | |
Definition at line 676 of file physical_layer.hpp.
| void SignalRecvEvent::execute | ( | ) | [inline, virtual] |
The code that gets executed for the event.
Subclasses can override this to define their own actions.
Implements Event.
Definition at line 690 of file physical_layer.hpp.
References LogStreamManager::instance(), and LogStreamManager::logPktSendItem().
1.4.7