This class implements the UCD channel encodings as described by "IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems" 11.3.1 UCD channel encodings, page 651. More...
#include <ul-mac-messages.h>
Public Member Functions | |
UcdChannelEncodings (void) | |
virtual | ~UcdChannelEncodings (void) |
uint16_t | GetBwReqOppSize (void) const |
uint32_t | GetFrequency (void) const |
uint16_t | GetRangReqOppSize (void) const |
uint16_t | GetSize (void) const |
Buffer::Iterator | Read (Buffer::Iterator start) |
void | SetBwReqOppSize (uint16_t bwReqOppSize) |
void | SetFrequency (uint32_t frequency) |
void | SetRangReqOppSize (uint16_t rangReqOppSize) |
Buffer::Iterator | Write (Buffer::Iterator start) const |
Private Member Functions | |
virtual Buffer::Iterator | DoRead (Buffer::Iterator start)=0 |
virtual Buffer::Iterator | DoWrite (Buffer::Iterator start) const =0 |
Private Attributes | |
uint16_t | m_bwReqOppSize |
uint32_t | m_frequency |
uint16_t | m_rangReqOppSize |
This class implements the UCD channel encodings as described by "IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems" 11.3.1 UCD channel encodings, page 651.
Definition at line 40 of file ul-mac-messages.h.
ns3::UcdChannelEncodings::UcdChannelEncodings | ( | void | ) |
Definition at line 31 of file ul-mac-messages.cc.
|
virtual |
Definition at line 38 of file ul-mac-messages.cc.
|
privatepure virtual |
Implemented in ns3::OfdmUcdChannelEncodings.
Referenced by Read().
|
privatepure virtual |
Implemented in ns3::OfdmUcdChannelEncodings.
Referenced by Write().
uint16_t ns3::UcdChannelEncodings::GetBwReqOppSize | ( | void | ) | const |
Definition at line 61 of file ul-mac-messages.cc.
References m_bwReqOppSize.
uint32_t ns3::UcdChannelEncodings::GetFrequency | ( | void | ) | const |
Definition at line 73 of file ul-mac-messages.cc.
References m_frequency.
uint16_t ns3::UcdChannelEncodings::GetRangReqOppSize | ( | void | ) | const |
Definition at line 67 of file ul-mac-messages.cc.
References m_rangReqOppSize.
Referenced by ns3::SubscriberStationNetDevice::ProcessUlMap().
uint16_t ns3::UcdChannelEncodings::GetSize | ( | void | ) | const |
Definition at line 79 of file ul-mac-messages.cc.
Referenced by ns3::OfdmUcdChannelEncodings::GetSize().
Buffer::Iterator ns3::UcdChannelEncodings::Read | ( | Buffer::Iterator | start | ) |
Definition at line 95 of file ul-mac-messages.cc.
References DoRead(), m_bwReqOppSize, m_frequency, m_rangReqOppSize, ns3::Buffer::Iterator::ReadU16(), ns3::Buffer::Iterator::ReadU32(), and visualizer.core::start().
Referenced by ns3::Ucd::Deserialize().
void ns3::UcdChannelEncodings::SetBwReqOppSize | ( | uint16_t | bwReqOppSize | ) |
Definition at line 43 of file ul-mac-messages.cc.
References m_bwReqOppSize.
Referenced by ns3::BaseStationNetDevice::CreateUcd().
void ns3::UcdChannelEncodings::SetFrequency | ( | uint32_t | frequency | ) |
Definition at line 55 of file ul-mac-messages.cc.
References m_frequency.
Referenced by ns3::BaseStationNetDevice::CreateUcd().
void ns3::UcdChannelEncodings::SetRangReqOppSize | ( | uint16_t | rangReqOppSize | ) |
Definition at line 49 of file ul-mac-messages.cc.
References m_rangReqOppSize.
Referenced by ns3::BaseStationNetDevice::CreateUcd().
Buffer::Iterator ns3::UcdChannelEncodings::Write | ( | Buffer::Iterator | start | ) | const |
Definition at line 85 of file ul-mac-messages.cc.
References DoWrite(), m_bwReqOppSize, m_frequency, m_rangReqOppSize, visualizer.core::start(), ns3::Buffer::Iterator::WriteU16(), and ns3::Buffer::Iterator::WriteU32().
Referenced by ns3::Ucd::Serialize().
|
private |
Definition at line 63 of file ul-mac-messages.h.
Referenced by GetBwReqOppSize(), Read(), SetBwReqOppSize(), and Write().
|
private |
Definition at line 65 of file ul-mac-messages.h.
Referenced by GetFrequency(), Read(), SetFrequency(), and Write().
|
private |
Definition at line 64 of file ul-mac-messages.h.
Referenced by GetRangReqOppSize(), Read(), SetRangReqOppSize(), and Write().