Inheritance diagram for SignalEndEvent:
Public Member Functions | |
SignalEndEvent (ConstWirelessChannelManagerPtr channelManager, PhysicalLayerPtr receiver, WirelessCommSignalPtr signal) | |
A constructor. | |
void | execute () |
The code that gets executed for the event. |
The packet can the be passed to the receiver.
Definition at line 17 of file wireless_channel_manager.cpp.
void SignalEndEvent::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 31 of file wireless_channel_manager.cpp.