class
NrDlHarqFeedbackMessageDlHarqFeedback message.
The downlink NrDlHarqFeedbackMessage defines the specific messages for transmitting the DL HARQ feedback through PUCCH
Base classes
- class NrControlMessage
- The NrControlMessage class.
Constructors, destructors, conversion operators
- NrDlHarqFeedbackMessage()
- NrDlHarqFeedbackMessage constructor.
- ~NrDlHarqFeedbackMessage() override
- ~NrDlHarqFeedbackMessage
Public functions
- auto GetDlHarqFeedback() -> DlHarqInfo
- Get DL HARQ informations.
- void SetDlHarqFeedback(DlHarqInfo m)
- add a DL HARQ feedback record into the message.
Function documentation
DlHarqInfo ns3:: NrDlHarqFeedbackMessage:: GetDlHarqFeedback()
Get DL HARQ informations.
Returns | DL HARQ message |
---|
void ns3:: NrDlHarqFeedbackMessage:: SetDlHarqFeedback(DlHarqInfo m)
add a DL HARQ feedback record into the message.
Parameters | |
---|---|
m | the DL HARQ feedback |