Container for the UanTxMode properties. More...
Public Attributes | |
uint32_t | m_bwHz |
Bandwidth in Hz. | |
uint32_t | m_cfHz |
Center frequency in Hz. | |
uint32_t | m_constSize |
Modulation constellation size (2 for BPSK, 4 for QPSK). | |
uint32_t | m_dataRateBps |
Data rate in BPS. | |
std::string | m_name |
Unique string name for this transmission mode. | |
uint32_t | m_phyRateSps |
Symbol rate in symbols per second. | |
UanTxMode::ModulationType | m_type |
Modulation type. | |
uint32_t | m_uid |
Unique id. | |
Container for the UanTxMode properties.
Definition at line 177 of file uan-tx-mode.h.
uint32_t ns3::UanTxModeFactory::UanTxModeItem::m_bwHz |
Bandwidth in Hz.
Definition at line 181 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetBandwidthHz().
uint32_t ns3::UanTxModeFactory::UanTxModeItem::m_cfHz |
Center frequency in Hz.
Definition at line 180 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetCenterFreqHz().
uint32_t ns3::UanTxModeFactory::UanTxModeItem::m_constSize |
Modulation constellation size (2 for BPSK, 4 for QPSK).
Definition at line 184 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetConstellationSize().
uint32_t ns3::UanTxModeFactory::UanTxModeItem::m_dataRateBps |
Data rate in BPS.
Definition at line 182 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetDataRateBps().
std::string ns3::UanTxModeFactory::UanTxModeItem::m_name |
Unique string name for this transmission mode.
Definition at line 186 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetName().
uint32_t ns3::UanTxModeFactory::UanTxModeItem::m_phyRateSps |
Symbol rate in symbols per second.
Definition at line 183 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetPhyRateSps().
UanTxMode::ModulationType ns3::UanTxModeFactory::UanTxModeItem::m_type |
Modulation type.
Definition at line 179 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxMode::GetModType().
uint32_t ns3::UanTxModeFactory::UanTxModeItem::m_uid |
Unique id.
Definition at line 185 of file uan-tx-mode.h.
Referenced by ns3::UanTxModeFactory::CreateMode(), and ns3::UanTxModeFactory::MakeModeFromItem().