#include <LayeredReceptionResult.h>
|
| | LayeredReceptionResult (const IReception *reception, const std::vector< const IReceptionDecision * > *decisions, const IReceptionPacketModel *packetModel, const IReceptionBitModel *bitModel, const IReceptionSymbolModel *symbolModel, const IReceptionSampleModel *sampleModel, const IReceptionAnalogModel *analogModel) |
| |
| virtual | ~LayeredReceptionResult () |
| |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| | Prints this object to the provided output stream. More...
|
| |
| virtual const IReceptionPacketModel * | getPacketModel () const |
| |
| virtual const IReceptionBitModel * | getBitModel () const |
| |
| virtual const IReceptionSymbolModel * | getSymbolModel () const |
| |
| virtual const IReceptionSampleModel * | getSampleModel () const |
| |
| virtual const IReceptionAnalogModel * | getAnalogModel () const |
| |
| virtual const Packet * | getPacket () const override |
| | Returns the packet corresponding to this reception. More...
|
| |
| | ReceptionResult (const IReception *reception, const std::vector< const IReceptionDecision * > *decisions, const Packet *packet) |
| |
| virtual | ~ReceptionResult () |
| |
| virtual const IReception * | getReception () const override |
| | Returns the corresponding reception that also specifies the receiver and the received transmission. More...
|
| |
| virtual const std::vector< const IReceptionDecision * > * | getDecisions () const override |
| | Returns the reception decisions made by the receiver in the order of received signal parts. More...
|
| |
| virtual | ~IPrintableObject () |
| |
| virtual std::string | printToString () const |
| |
| virtual std::string | printToString (int level, int evFlags=0) const |
| |
| virtual std::string | getInfoStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDetailStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getDebugStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getTraceStringRepresentation (int evFlags=0) const |
| |
| virtual std::string | getCompleteStringRepresentation (int evFlags=0) const |
| |
◆ LayeredReceptionResult()
◆ ~LayeredReceptionResult()
| inet::physicallayer::LayeredReceptionResult::~LayeredReceptionResult |
( |
| ) |
|
|
virtual |
◆ getAnalogModel()
| virtual const IReceptionAnalogModel* inet::physicallayer::LayeredReceptionResult::getAnalogModel |
( |
| ) |
const |
|
inlinevirtual |
◆ getBitModel()
| virtual const IReceptionBitModel* inet::physicallayer::LayeredReceptionResult::getBitModel |
( |
| ) |
const |
|
inlinevirtual |
◆ getPacket()
| const Packet * inet::physicallayer::LayeredReceptionResult::getPacket |
( |
| ) |
const |
|
overridevirtual |
◆ getPacketModel()
| virtual const IReceptionPacketModel* inet::physicallayer::LayeredReceptionResult::getPacketModel |
( |
| ) |
const |
|
inlinevirtual |
◆ getSampleModel()
| virtual const IReceptionSampleModel* inet::physicallayer::LayeredReceptionResult::getSampleModel |
( |
| ) |
const |
|
inlinevirtual |
◆ getSymbolModel()
| virtual const IReceptionSymbolModel* inet::physicallayer::LayeredReceptionResult::getSymbolModel |
( |
| ) |
const |
|
inlinevirtual |
◆ printToStream()
| std::ostream & inet::physicallayer::LayeredReceptionResult::printToStream |
( |
std::ostream & |
stream, |
|
|
int |
level, |
|
|
int |
evFlags = 0 |
|
) |
| const |
|
overridevirtual |
◆ analogModel
◆ bitModel
◆ packetModel
◆ sampleModel
◆ symbolModel
The documentation for this class was generated from the following files: