|
INET Framework for OMNeT++/OMNEST
|
#include <DipoleAntenna.h>
Classes | |
| class | AntennaGain |
Public Member Functions | |
| DipoleAntenna () | |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| Prints this object to the provided output stream. More... | |
| virtual Ptr< const IAntennaGain > | getGain () const override |
| Returns the antenna's gain calculator for directional selectivity. More... | |
Public Member Functions inherited from inet::physicallayer::AntennaBase | |
| AntennaBase () | |
| virtual bool | isDirectional () const override |
| Returns true if the antenna has directional selectivity (i.e. More... | |
| virtual IMobility * | getMobility () const override |
| Returns the mobility of this antenna that describes its position and orientation over time. More... | |
| virtual int | getNumAntennas () const override |
| Returns the number of antennas in the array. More... | |
Public Member Functions inherited from inet::IPrintableObject | |
| 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 |
Protected Member Functions | |
| virtual void | initialize (int stage) override |
Protected Attributes | |
| Ptr< AntennaGain > | gain |
Protected Attributes inherited from inet::physicallayer::AntennaBase | |
| opp_component_ptr< IMobility > | mobility |
| int | numAntennas |
Additional Inherited Members | |
Public Types inherited from inet::IPrintableObject | |
| enum | PrintLevel { PRINT_LEVEL_TRACE, PRINT_LEVEL_DEBUG, PRINT_LEVEL_DETAIL, PRINT_LEVEL_INFO, PRINT_LEVEL_COMPLETE = INT_MIN } |
| enum | PrintFlag { PRINT_FLAG_FORMATTED = (1 << 0), PRINT_FLAG_MULTILINE = (1 << 1) } |
| inet::physicallayer::DipoleAntenna::DipoleAntenna | ( | ) |
|
inlineoverridevirtual |
Returns the antenna's gain calculator for directional selectivity.
This object may be copied as needed, i.e. IAntennaGain objects are expected to have no reference to other objects.
Implements inet::physicallayer::IAntenna.
|
overrideprotectedvirtual |
Reimplemented from inet::physicallayer::AntennaBase.
|
overridevirtual |
Prints this object to the provided output stream.
Reimplemented from inet::physicallayer::AntennaBase.
|
protected |
Referenced by initialize(), and printToStream().