INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211ReceiverBase.h>
Public Member Functions | |
Ieee80211ReceiverBase () | |
virtual | ~Ieee80211ReceiverBase () |
virtual std::ostream & | printToStream (std::ostream &stream, int level) const override |
Prints this object to the provided output stream. More... | |
virtual void | setModeSet (const Ieee80211ModeSet *modeSet) |
virtual void | setBand (const IIeee80211Band *band) |
virtual void | setChannel (const Ieee80211Channel *channel) |
virtual void | setChannelNumber (int channelNumber) |
Public Member Functions inherited from inet::physicallayer::FlatReceiverBase | |
FlatReceiverBase () | |
virtual W | getMinReceptionPower () const override |
Returns the minimum reception power below which successful reception is definitely not possible. More... | |
virtual const IListeningDecision * | computeListeningDecision (const IListening *listening, const IInterference *interference) const override |
Returns the result of the listening process specifying the reception state of the receiver. More... | |
virtual const IErrorModel * | getErrorModel () const |
virtual W | getEnergyDetection () const |
virtual void | setEnergyDetection (W energyDetection) |
virtual W | getSensitivity () const |
virtual void | setSensitivity (W sensitivity) |
Public Member Functions inherited from inet::physicallayer::NarrowbandReceiverBase | |
NarrowbandReceiverBase () | |
virtual const IListening * | createListening (const IRadio *radio, const simtime_t startTime, const simtime_t endTime, const Coord startPosition, const Coord endPosition) const override |
Returns a description of how the receiver is listening on the medium. More... | |
virtual bool | computeIsReceptionPossible (const IListening *listening, const ITransmission *transmission) const override |
Returns whether the reception of the provided transmission is possible or not independently of the reception conditions. More... | |
virtual const IReceptionDecision * | computeReceptionDecision (const IListening *listening, const IReception *reception, IRadioSignal::SignalPart part, const IInterference *interference, const ISNIR *snir) const override |
Returns the reception decision for the transmission part that specifies whether the reception is possible, attempted, and successful. More... | |
virtual const IModulation * | getModulation () const |
virtual void | setModulation (const IModulation *modulation) |
virtual Hz | getCarrierFrequency () const |
virtual void | setCarrierFrequency (Hz carrierFrequency) |
virtual Hz | getBandwidth () const |
virtual void | setBandwidth (Hz bandwidth) |
Public Member Functions inherited from inet::physicallayer::SNIRReceiverBase | |
SNIRReceiverBase () | |
virtual double | getSNIRThreshold () const |
Public Member Functions inherited from inet::physicallayer::ReceiverBase | |
ReceiverBase () | |
virtual W | getMinInterferencePower () const override |
Returns the minimum interference power below which receptions are to be ignored while computing the interference. More... | |
virtual bool | computeIsReceptionAttempted (const IListening *listening, const IReception *reception, IRadioSignal::SignalPart part, const IInterference *interference) const override |
Returns whether the reception of the provided part is actually attempted or ignored by the receiver. More... | |
virtual const IReceptionResult * | computeReceptionResult (const IListening *listening, const IReception *reception, const IInterference *interference, const ISNIR *snir) const override |
Returns the complete result of the reception process for the provided reception. More... | |
Public Member Functions inherited from inet::physicallayer::IPrintableObject | |
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 |
Protected Member Functions | |
virtual void | initialize (int stage) override |
virtual ReceptionIndication * | createReceptionIndication () const override |
Returns an empty reception indication (control info). More... | |
virtual const ReceptionIndication * | computeReceptionIndication (const ISNIR *snir) const override |
Returns the physical properties of the reception including noise and signal related measures, error probabilities, actual error counts, etc. More... | |
Protected Member Functions inherited from inet::physicallayer::FlatReceiverBase | |
virtual bool | computeIsReceptionPossible (const IListening *listening, const IReception *reception, IRadioSignal::SignalPart part) const override |
Returns whether the reception of the provided part is possible or not. More... | |
virtual bool | computeIsReceptionSuccessful (const IListening *listening, const IReception *reception, IRadioSignal::SignalPart part, const IInterference *interference, const ISNIR *snir) const override |
Returns whether the reception of the provided part is actually successful or failed by the receiver. More... | |
Protected Member Functions inherited from inet::physicallayer::ReceiverBase | |
virtual int | numInitStages () const override |
Protected Attributes | |
const Ieee80211ModeSet * | modeSet |
const IIeee80211Band * | band |
const Ieee80211Channel * | channel |
Protected Attributes inherited from inet::physicallayer::FlatReceiverBase | |
const IErrorModel * | errorModel |
W | energyDetection |
W | sensitivity |
Protected Attributes inherited from inet::physicallayer::NarrowbandReceiverBase | |
const IModulation * | modulation |
Hz | carrierFrequency |
Hz | bandwidth |
Protected Attributes inherited from inet::physicallayer::SNIRReceiverBase | |
double | snirThreshold |
Additional Inherited Members | |
Public Types inherited from inet::physicallayer::IPrintableObject | |
enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
inet::physicallayer::Ieee80211ReceiverBase::Ieee80211ReceiverBase | ( | ) |
|
virtual |
|
overrideprotectedvirtual |
Returns the physical properties of the reception including noise and signal related measures, error probabilities, actual error counts, etc.
This function must be purely functional and support optimistic parallel computation.
Reimplemented from inet::physicallayer::FlatReceiverBase.
|
overrideprotectedvirtual |
Returns an empty reception indication (control info).
This function called from computeReceptionIndication().
Reimplemented from inet::physicallayer::ReceiverBase.
|
overrideprotectedvirtual |
Reimplemented from inet::physicallayer::FlatReceiverBase.
|
overridevirtual |
Prints this object to the provided output stream.
Function calls to operator<< with pointers or references either const or not are all forwarded to this function.
Reimplemented from inet::physicallayer::FlatReceiverBase.
Reimplemented in inet::physicallayer::Ieee80211DimensionalReceiver, and inet::physicallayer::Ieee80211ScalarReceiver.
Referenced by inet::physicallayer::Ieee80211DimensionalReceiver::printToStream(), and inet::physicallayer::Ieee80211ScalarReceiver::printToStream().
|
virtual |
Referenced by initialize(), and inet::physicallayer::Ieee80211Radio::setBand().
|
virtual |
Referenced by setBand(), inet::physicallayer::Ieee80211Radio::setChannel(), and setChannelNumber().
|
virtual |
Referenced by initialize(), and inet::physicallayer::Ieee80211Radio::setChannelNumber().
|
virtual |
Referenced by initialize(), and inet::physicallayer::Ieee80211Radio::setModeSet().
|
protected |
Referenced by printToStream(), setBand(), and setChannelNumber().
|
protected |
Referenced by printToStream(), setBand(), setChannel(), setChannelNumber(), and ~Ieee80211ReceiverBase().
|
protected |