|
INET Framework for OMNeT++/OMNEST
|
#include <AbstractRadio.h>
Public Attributes | |
| AirFrame * | ptr |
| pointer to the message this information belongs to | |
| double | rcvdPower |
| received power of the message | |
| SnrList | sList |
| stores SNR over time | |
Struct to store a pointer to the message, rcvdPower AND a SnrList, needed in addNewSnr().
| AirFrame* AbstractRadio::SnrStruct::ptr |
pointer to the message this information belongs to
Referenced by AbstractRadio::changeChannel(), AbstractRadio::handleLowerMsgEnd(), AbstractRadio::handleLowerMsgStart(), AbstractRadio::handleUpperMsg(), and AbstractRadio::initialize().
received power of the message
Referenced by AbstractRadio::addNewSnr(), AbstractRadio::handleLowerMsgStart(), and AbstractRadio::handleUpperMsg().
stores SNR over time
Referenced by AbstractRadio::addNewSnr(), AbstractRadio::changeChannel(), AbstractRadio::handleLowerMsgEnd(), AbstractRadio::handleLowerMsgStart(), and AbstractRadio::handleUpperMsg().