#include <mac_protocol.hpp>
Inheritance diagram for SendToLinkLayerEvent:
Public Types | |
typedef boost::shared_ptr< SendToLinkLayerEvent > | SendToLinkLayerEventPtr |
Smart pointer that clients should use. | |
Public Member Functions | |
void | execute () |
The code that gets executed for the event. | |
Static Public Member Functions | |
static SendToLinkLayerEventPtr | create (MacProtocolPtr macProtocol, CommunicationLayer::Directions direction, PacketPtr packet) |
A factory method to ensure that all objects are created via new since we are using smart pointers. | |
Protected Member Functions | |
SendToLinkLayerEvent (MacProtocolPtr macProtocol, CommunicationLayer::Directions direction, PacketPtr packet) | |
A constructor. |
Definition at line 317 of file mac_protocol.hpp.
void SendToLinkLayerEvent::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 336 of file mac_protocol.hpp.