SendToLinkLayerEvent Class Reference

The event for when a packet gets passed from a MAC object to a link layer object. More...

#include <mac_protocol.hpp>

Inheritance diagram for SendToLinkLayerEvent:

Event List of all members.

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.

Detailed Description

The event for when a packet gets passed from a MAC object to a link layer object.

Definition at line 317 of file mac_protocol.hpp.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Dec 12 17:04:41 2006 for rfidsim by  doxygen 1.4.7