#include <ideal-control-messages.h>


Classes | |
| struct | CqiFeedback |
Public Types | |
| typedef std::list< struct CqiFeedback > | CqiFeedbacks |
Public Member Functions | |
| void | AddNewRecord (int subChannel, double cqi) |
| add a CQI feedback record into the message. | |
| CqiFeedbacks * | GetMessage (void) |
| Get cqi informations. | |
The CqiIdealControlMessage defines an ideal list of feedback about the channel quality sent by the UE to the eNodeB.
| typedef std::list<struct CqiFeedback> ns3::CqiIdealControlMessage::CqiFeedbacks |
The ideal CQI feedback message
| void ns3::CqiIdealControlMessage::AddNewRecord | ( | int | subChannel, | |
| double | cqi | |||
| ) |
add a CQI feedback record into the message.
| subChannel | the scheduled sub channel | |
| cqi | the cqi feedback |
| CqiFeedbacks* ns3::CqiIdealControlMessage::GetMessage | ( | void | ) |
Get cqi informations.
1.6.1