#include <MsgHandler.h>
Public Member Functions | |
MsgHandler () | |
virtual | ~MsgHandler () |
void | sendAck (unsigned int msgId) |
void | sendToModel (char *wlanPkt, int length) |
void | updateVifParameter (configNotification *info) |
void | initializeVifParameters (vifRegistrationData vifReg[]) |
Protected Member Functions | |
virtual void | initialize () |
virtual void | handleMessage (cMessage *msg) |
void | setRTS (int8_t index, int16_t rts) |
void | setRetry (int8_t index, int16_t retry) |
void | setTxPower (int8_t index, int16_t txpower) |
void | setSensitivity (int8_t index, int16_t sensitivity) |
void | setChannel (int8_t index, int16_t channel) |
Definition at line 31 of file MsgHandler.h.
MsgHandler::MsgHandler | ( | ) |
Definition at line 23 of file MsgHandler.cc.
MsgHandler::~MsgHandler | ( | ) | [virtual] |
Definition at line 33 of file MsgHandler.cc.
void MsgHandler::handleMessage | ( | cMessage * | msg | ) | [protected, virtual] |
Definition at line 66 of file MsgHandler.cc.
void MsgHandler::initialize | ( | ) | [protected, virtual] |
Definition at line 35 of file MsgHandler.cc.
void MsgHandler::initializeVifParameters | ( | vifRegistrationData | vifReg[] | ) |
Definition at line 232 of file MsgHandler.cc.
void MsgHandler::sendAck | ( | unsigned int | msgId | ) |
Definition at line 104 of file MsgHandler.cc.
void MsgHandler::sendToModel | ( | char * | wlanPkt, | |
int | length | |||
) |
Definition at line 129 of file MsgHandler.cc.
void MsgHandler::setChannel | ( | int8_t | index, | |
int16_t | channel | |||
) | [protected] |
Definition at line 167 of file MsgHandler.cc.
void MsgHandler::setRetry | ( | int8_t | index, | |
int16_t | retry | |||
) | [protected] |
Definition at line 177 of file MsgHandler.cc.
void MsgHandler::setRTS | ( | int8_t | index, | |
int16_t | rts | |||
) | [protected] |
Definition at line 155 of file MsgHandler.cc.
void MsgHandler::setSensitivity | ( | int8_t | index, | |
int16_t | sensitivity | |||
) | [protected] |
Definition at line 191 of file MsgHandler.cc.
void MsgHandler::setTxPower | ( | int8_t | index, | |
int16_t | txpower | |||
) | [protected] |
Definition at line 184 of file MsgHandler.cc.
void MsgHandler::updateVifParameter | ( | configNotification * | info | ) |
Definition at line 198 of file MsgHandler.cc.