Public Member Functions | |
UmtsWirelessChModule () | |
virtual | ~UmtsWirelessChModule () |
virtual void | recv (Packet *p, ChSAP *chsap) |
virtual int | command (int argc, const char *const *argv) |
Protected Member Functions | |
double | getPropDelay (Position *source, Position *dest) |
void | sendUpPhy (Packet *p, ChSAP *chsap) |
Private Attributes | |
ChSAP * | BSchsap_ |
Definition at line 47 of file umts-wirelessch.h.
void UmtsWirelessChModule::recv | ( | Packet * | p, | |
ChSAP * | chsap | |||
) | [virtual] |
Abstract method used to receive packet from the module of the above layer, it gives also knowledges about the source through the instance of ChSAP which connected them
p | pointer to the packet will be received | |
chsap | pointer of the instance which connects the ChannelModule with the source Module |
Implements ChannelModule.
Definition at line 154 of file umts-wirelessch.cc.
References sendUpPhy().
Here is the call graph for this function:
int UmtsWirelessChModule::command | ( | int | argc, | |
const char *const * | argv | |||
) | [virtual] |
TCL command interpreter. It implements the following OTcl methods:
Moreover it inherits all the OTcl method of Module
argc | number of arguments in argv | |
argv | array of strings which are the comand parameters (Note that argv[0] is the name of the object) |
Reimplemented from ChannelModule.
Definition at line 57 of file umts-wirelessch.cc.
References BSchsap_, ChannelModule::command(), ChannelModule::getChSAP(), ChannelModule::getChSAPnum(), and SAP::getModuleUpId().
Here is the call graph for this function: