This class implements the DL Frame Prefix IE as described by IEEE-802.16 standard. More...
#include "ofdm-downlink-frame-prefix.h"
Public Member Functions | |
DlFramePrefixIe () | |
~DlFramePrefixIe () | |
uint8_t | GetDiuc () const |
Get DIUC field. | |
uint16_t | GetLength () const |
Get length field. | |
uint8_t | GetPreamblePresent () const |
Get preamble present field. | |
uint8_t | GetRateId () const |
Get rate ID field. | |
uint16_t | GetSize () const |
Get size field. | |
uint16_t | GetStartTime () const |
Get start time field. | |
Buffer::Iterator | Read (Buffer::Iterator start) |
Read item function. | |
void | SetDiuc (uint8_t diuc) |
Set DIUC field. | |
void | SetLength (uint16_t length) |
Set length field. | |
void | SetPreamblePresent (uint8_t preamblePresent) |
Set preamble present field. | |
void | SetRateId (uint8_t rateId) |
Set rate ID field. | |
void | SetStartTime (uint16_t startTime) |
Set start time field. | |
Buffer::Iterator | Write (Buffer::Iterator start) const |
Write item function. | |
Private Attributes | |
uint8_t | m_diuc |
DIUC. | |
uint16_t | m_length |
length | |
uint8_t | m_preamblePresent |
preamble present | |
uint8_t | m_rateId |
rate ID | |
uint16_t | m_startTime |
start time | |
This class implements the DL Frame Prefix IE as described by IEEE-802.16 standard.
The DL Frame Prefix IE is contained in DLFP (Downlink Frame Prefix) in OFDM PHY
Definition at line 24 of file ofdm-downlink-frame-prefix.h.
ns3::DlFramePrefixIe::DlFramePrefixIe | ( | ) |
Definition at line 18 of file ofdm-downlink-frame-prefix.cc.
ns3::DlFramePrefixIe::~DlFramePrefixIe | ( | ) |
Definition at line 27 of file ofdm-downlink-frame-prefix.cc.
uint8_t ns3::DlFramePrefixIe::GetDiuc | ( | ) | const |
Get DIUC field.
Definition at line 68 of file ofdm-downlink-frame-prefix.cc.
References m_diuc.
Referenced by ns3::OfdmDownlinkFramePrefix::Deserialize().
uint16_t ns3::DlFramePrefixIe::GetLength | ( | ) | const |
Get length field.
Definition at line 80 of file ofdm-downlink-frame-prefix.cc.
References m_length.
uint8_t ns3::DlFramePrefixIe::GetPreamblePresent | ( | ) | const |
Get preamble present field.
Definition at line 74 of file ofdm-downlink-frame-prefix.cc.
References m_preamblePresent.
uint8_t ns3::DlFramePrefixIe::GetRateId | ( | ) | const |
Get rate ID field.
Definition at line 62 of file ofdm-downlink-frame-prefix.cc.
References m_rateId.
uint16_t ns3::DlFramePrefixIe::GetSize | ( | ) | const |
uint16_t ns3::DlFramePrefixIe::GetStartTime | ( | ) | const |
Get start time field.
Definition at line 86 of file ofdm-downlink-frame-prefix.cc.
References m_startTime.
Buffer::Iterator ns3::DlFramePrefixIe::Read | ( | Buffer::Iterator | start | ) |
Read item function.
start | the iterator |
Definition at line 110 of file ofdm-downlink-frame-prefix.cc.
References m_diuc, m_length, m_preamblePresent, m_rateId, m_startTime, ns3::Buffer::Iterator::ReadU16(), and ns3::Buffer::Iterator::ReadU8().
Referenced by ns3::OfdmDownlinkFramePrefix::Deserialize().
void ns3::DlFramePrefixIe::SetDiuc | ( | uint8_t | diuc | ) |
Set DIUC field.
diuc | the DIUC |
Definition at line 38 of file ofdm-downlink-frame-prefix.cc.
References m_diuc.
void ns3::DlFramePrefixIe::SetLength | ( | uint16_t | length | ) |
Set length field.
length | the length |
Definition at line 50 of file ofdm-downlink-frame-prefix.cc.
References m_length.
void ns3::DlFramePrefixIe::SetPreamblePresent | ( | uint8_t | preamblePresent | ) |
Set preamble present field.
preamblePresent | the preambel present |
Definition at line 44 of file ofdm-downlink-frame-prefix.cc.
References m_preamblePresent.
void ns3::DlFramePrefixIe::SetRateId | ( | uint8_t | rateId | ) |
Set rate ID field.
rateId | the rate ID |
Definition at line 32 of file ofdm-downlink-frame-prefix.cc.
References m_rateId.
void ns3::DlFramePrefixIe::SetStartTime | ( | uint16_t | startTime | ) |
Set start time field.
startTime | the start time |
Definition at line 56 of file ofdm-downlink-frame-prefix.cc.
References m_startTime.
Buffer::Iterator ns3::DlFramePrefixIe::Write | ( | Buffer::Iterator | start | ) | const |
Write item function.
start | the iterator |
Definition at line 98 of file ofdm-downlink-frame-prefix.cc.
References m_diuc, m_length, m_preamblePresent, m_rateId, m_startTime, ns3::Buffer::Iterator::WriteU16(), and ns3::Buffer::Iterator::WriteU8().
|
private |
|
private |
length
Definition at line 105 of file ofdm-downlink-frame-prefix.h.
Referenced by GetLength(), Read(), SetLength(), and Write().
|
private |
preamble present
Definition at line 104 of file ofdm-downlink-frame-prefix.h.
Referenced by GetPreamblePresent(), Read(), SetPreamblePresent(), and Write().
|
private |
rate ID
Definition at line 102 of file ofdm-downlink-frame-prefix.h.
Referenced by GetRateId(), Read(), SetRateId(), and Write().
|
private |
start time
Definition at line 106 of file ofdm-downlink-frame-prefix.h.
Referenced by GetStartTime(), Read(), SetStartTime(), and Write().