Public Member Functions | |
GenericMacModule () | |
virtual | ~GenericMacModule () |
virtual void | tx (Packet *p) |
virtual void | rx (Packet *p) |
Definition at line 36 of file macGeneric.h.
GenericMacModule::GenericMacModule | ( | ) |
Constructor
Definition at line 41 of file macGeneric.cc.
GenericMacModule::~GenericMacModule | ( | ) | [virtual] |
Destructor
Definition at line 45 of file macGeneric.cc.
void GenericMacModule::tx | ( | Packet * | p | ) | [virtual] |
Process packets going out
p | The packet to transmit |
Implements MMacModule.
Definition at line 54 of file macGeneric.cc.
References MMacModule::resume(), and Module::sendDown().
Here is the call graph for this function:
void GenericMacModule::rx | ( | Packet * | p | ) | [virtual] |
Process incoming packets
p | The received packet |
Implements MMacModule.
Definition at line 49 of file macGeneric.cc.
References Module::sendUp().
Here is the call graph for this function: