#include <ReceptionResult.h>
◆ ReceptionResult()
| inet::physicallayer::ReceptionResult::ReceptionResult |
( |
const IReception * |
reception, |
|
|
const std::vector< const IReceptionDecision * > * |
decisions, |
|
|
const Packet * |
packet |
|
) |
| |
◆ ~ReceptionResult()
| inet::physicallayer::ReceptionResult::~ReceptionResult |
( |
| ) |
|
|
virtual |
◆ getDecisions()
| virtual const std::vector<const IReceptionDecision *>* inet::physicallayer::ReceptionResult::getDecisions |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns the reception decisions made by the receiver in the order of received signal parts.
This function never returns an empty vector.
Implements inet::physicallayer::IReceptionResult.
◆ getPacket()
| const Packet * inet::physicallayer::ReceptionResult::getPacket |
( |
| ) |
const |
|
overridevirtual |
◆ getReception()
| virtual const IReception* inet::physicallayer::ReceptionResult::getReception |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns the corresponding reception that also specifies the receiver and the received transmission.
This function never returns nullptr.
Implements inet::physicallayer::IReceptionResult.
◆ printToStream()
| std::ostream & inet::physicallayer::ReceptionResult::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level, |
|
|
int |
evFlags = 0 |
|
) |
| const |
|
overridevirtual |
◆ decisions
| const std::vector<const IReceptionDecision *>* inet::physicallayer::ReceptionResult::decisions |
|
protected |
◆ packet
| const Packet* inet::physicallayer::ReceptionResult::packet |
|
protected |
◆ reception
| const IReception* inet::physicallayer::ReceptionResult::reception |
|
protected |
The documentation for this class was generated from the following files: