|
| | Ieee80211OfdmSignalMode (const Ieee80211OfdmCode *code, const Ieee80211OfdmModulation *modulation, Hz channelSpacing, Hz bandwidth, unsigned int rate) |
| |
| virtual | ~Ieee80211OfdmSignalMode () |
| |
| virtual std::ostream & | printToStream (std::ostream &stream, int level, int evFlags=0) const override |
| | Prints this object to the provided output stream. More...
|
| |
| unsigned int | getRate () const |
| |
| b | getRateFieldLength () const |
| |
| b | getReservedFieldLength () const |
| |
| b | getLengthFieldLength () const |
| |
| b | getParityFieldLength () const |
| |
| b | getTailFieldLength () const |
| |
| b | getServiceFieldLength () const |
| |
| virtual b | getLength () const override |
| |
| virtual const simtime_t | getDuration () const override |
| |
| const Ieee80211OfdmCode * | getCode () const |
| |
| const Ieee80211OfdmModulation * | getModulation () const override |
| |
| virtual bps | getGrossBitrate () const override |
| |
| virtual bps | getNetBitrate () const override |
| |
| virtual Ptr< Ieee80211PhyHeader > | createHeader () const override |
| |
| 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 |
| |
| | Ieee80211OfdmModeBase (const Ieee80211OfdmModulation *modulation, const Ieee80211OfdmCode *code, Hz channelSpacing, Hz bandwidth) |
| |
| virtual | ~Ieee80211OfdmModeBase () |
| |
| int | getNumberOfDataSubcarriers () const |
| |
| int | getNumberOfPilotSubcarriers () const |
| |
| int | getNumberOfTotalSubcarriers () const |
| |
| virtual Hz | getBandwidth () const |
| |
| | Ieee80211OfdmTimingRelatedParametersBase (Hz channelSpacing) |
| |
| Hz | getSubcarrierFrequencySpacing () const |
| |
| const simtime_t | getFFTTransformPeriod () const |
| |
| const simtime_t | getGIDuration () const |
| |
| const simtime_t | getSymbolInterval () const |
| |
| const Hz | getChannelSpacing () const |
| |