Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

MacHandlerSend Class Reference

#include <mac.h>

Inheritance diagram for MacHandlerSend:

Inheritance graph
[legend]
Collaboration diagram for MacHandlerSend:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MacHandlerSend (Mac *m)
void handle (Event *)

Protected Attributes

Macmac_

Constructor & Destructor Documentation

MacHandlerSend::MacHandlerSend Mac m  )  [inline]
 

Definition at line 160 of file mac.h.

References mac_.

00160 : mac_(m) {}


Member Function Documentation

void MacHandlerSend::handle Event  )  [virtual]
 

Implements Handler.

Definition at line 77 of file mac.cc.

References mac_, and Mac::sendDown().

00078 {
00079         mac_->sendDown((Packet*)e);
00080 }

Here is the call graph for this function:


Member Data Documentation

Mac* MacHandlerSend::mac_ [protected]
 

Definition at line 163 of file mac.h.

Referenced by handle(), and MacHandlerSend().


The documentation for this class was generated from the following files:
Generated on Tue Apr 20 12:58:29 2004 for NS2.26SourcesOriginal by doxygen 1.3.3