#include <scanwizardhelpers.h>

Definition at line 617 of file scanwizardhelpers.h.
Public Member Functions | |
| OFDMPane () | |
| QString | frequency (void) const |
| QString | bandwidth (void) const |
| QString | inversion (void) const |
| QString | constellation (void) const |
| QString | coderate_lp (void) const |
| QString | coderate_hp (void) const |
| QString | trans_mode (void) const |
| QString | guard_interval (void) const |
| QString | hierarchy (void) const |
Protected Attributes | |
| ScanFrequency * | pfrequency |
| ScanInversion * | pinversion |
| ScanBandwidth * | pbandwidth |
| ScanConstellation * | pconstellation |
| ScanCodeRateLP * | pcoderate_lp |
| ScanCodeRateHP * | pcoderate_hp |
| ScanTransmissionMode * | ptrans_mode |
| ScanGuardInterval * | pguard_interval |
| ScanHierarchy * | phierarchy |
| OFDMPane::OFDMPane | ( | ) | [inline] |
Definition at line 620 of file scanwizardhelpers.h.
| QString OFDMPane::frequency | ( | void | ) | const [inline] |
Definition at line 640 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::bandwidth | ( | void | ) | const [inline] |
Definition at line 641 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::inversion | ( | void | ) | const [inline] |
Definition at line 642 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::constellation | ( | void | ) | const [inline] |
Definition at line 643 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::coderate_lp | ( | void | ) | const [inline] |
Definition at line 644 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::coderate_hp | ( | void | ) | const [inline] |
Definition at line 645 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::trans_mode | ( | void | ) | const [inline] |
Definition at line 646 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::guard_interval | ( | void | ) | const [inline] |
Definition at line 647 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
| QString OFDMPane::hierarchy | ( | void | ) | const [inline] |
Definition at line 648 of file scanwizardhelpers.h.
Referenced by ScanOptionalConfig::GetStartChan().
ScanFrequency* OFDMPane::pfrequency [protected] |
ScanInversion* OFDMPane::pinversion [protected] |
ScanBandwidth* OFDMPane::pbandwidth [protected] |
ScanConstellation* OFDMPane::pconstellation [protected] |
ScanCodeRateLP* OFDMPane::pcoderate_lp [protected] |
ScanCodeRateHP* OFDMPane::pcoderate_hp [protected] |
ScanTransmissionMode* OFDMPane::ptrans_mode [protected] |
ScanGuardInterval* OFDMPane::pguard_interval [protected] |
ScanHierarchy* OFDMPane::phierarchy [protected] |
1.5.5