|
| LayeredReception (const IReceptionAnalogModel *analogModel, const IRadio *radio, const ITransmission *transmission, const simtime_t startTime, const simtime_t endTime, const Coord startPosition, const Coord endPosition, const EulerAngles startOrientation, const EulerAngles endOrientation) |
|
virtual | ~LayeredReception () |
|
virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
| Prints this object to the provided output stream. More...
|
|
virtual const IReceptionAnalogModel * | getAnalogModel () const override |
| Returns the analog model of the received signal. More...
|
|
| ReceptionBase (const IRadio *receiver, const ITransmission *transmission, const simtime_t startTime, const simtime_t endTime, const Coord startPosition, const Coord endPosition, const EulerAngles startOrientation, const EulerAngles endOrientation) |
|
virtual const IRadio * | getReceiver () const override |
| Returns the receiver that received the corresponding transmission from the radio medium. More...
|
|
virtual const ITransmission * | getTransmission () const override |
| Returns the transmission that corresponds to this reception at the receiver. More...
|
|
virtual const simtime_t | getStartTime () const override |
| Returns the time when the receiver started to receive the corresponding transmission. More...
|
|
virtual const simtime_t | getEndTime () const override |
| Returns the time when the receiver ended to receive the corresponding transmission. More...
|
|
virtual const simtime_t | getStartTime (IRadioSignal::SignalPart part) const override |
|
virtual const simtime_t | getEndTime (IRadioSignal::SignalPart part) const override |
|
virtual const simtime_t | getPreambleStartTime () const override |
|
virtual const simtime_t | getPreambleEndTime () const override |
|
virtual const simtime_t | getHeaderStartTime () const override |
|
virtual const simtime_t | getHeaderEndTime () const override |
|
virtual const simtime_t | getDataStartTime () const override |
|
virtual const simtime_t | getDataEndTime () const override |
|
virtual const simtime_t | getDuration () const override |
| Returns the total length of this reception. More...
|
|
virtual const simtime_t | getDuration (IRadioSignal::SignalPart part) const override |
| Returns the length of the provided part of this reception. More...
|
|
virtual const simtime_t | getPreambleDuration () const override |
| Returns the length of the preamble part of this reception. More...
|
|
virtual const simtime_t | getHeaderDuration () const override |
| Returns the length of the header part of this reception. More...
|
|
virtual const simtime_t | getDataDuration () const override |
| Returns the length of the data part of this reception. More...
|
|
virtual const Coord | getStartPosition () const override |
| Returns the antenna's position when the receiver started to receive the corresponding transmission. More...
|
|
virtual const Coord | getEndPosition () const override |
| Returns the antenna's position when the receiver ended to receive the corresponding transmission. More...
|
|
virtual const EulerAngles | getStartOrientation () const override |
| Returns the antenna's orientation when the receiver started to receive the corresponding transmission. More...
|
|
virtual const EulerAngles | getEndOrientation () const override |
| Returns the antenna's orientation when the receiver ended to receive the corresponding transmission. More...
|
|
virtual | ~IPrintableObject () |
|
virtual std::string | getInfoStringRepresentation () const |
|
virtual std::string | getDetailStringRepresentation () const |
|
virtual std::string | getDebugStringRepresentation () const |
|
virtual std::string | getTraceStringRepresentation () const |
|
virtual std::string | getCompleteStringRepresentation () const |
|