|
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().
Definition at line 153 of file AbstractRadio.h.
pointer to the message this information belongs to
Definition at line 155 of file AbstractRadio.h.
Referenced by AbstractRadio::changeChannel(), AbstractRadio::handleLowerMsgEnd(), AbstractRadio::handleLowerMsgStart(), AbstractRadio::handleUpperMsg(), and AbstractRadio::initialize().
received power of the message
Definition at line 156 of file AbstractRadio.h.
Referenced by AbstractRadio::addNewSnr(), AbstractRadio::handleLowerMsgStart(), and AbstractRadio::handleUpperMsg().
stores SNR over time
Definition at line 157 of file AbstractRadio.h.
Referenced by AbstractRadio::addNewSnr(), AbstractRadio::changeChannel(), AbstractRadio::handleLowerMsgEnd(), AbstractRadio::handleLowerMsgStart(), and AbstractRadio::handleUpperMsg().