A Discrete-Event Network Simulator
API
ns3::OfdmUlMapIe Class Reference

This class implements the UL-MAP_IE message as described by "IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems" 6.3.2.3.43.7 UL-MAP_IE, page 115. More...

#include "ul-mac-messages.h"

+ Collaboration diagram for ns3::OfdmUlMapIe:

Public Member Functions

 OfdmUlMapIe (void)
 
 ~OfdmUlMapIe (void)
 
Cid GetCid (void) const
 Get CID. More...
 
uint16_t GetDuration (void) const
 Get duration. More...
 
uint8_t GetMidambleRepetitionInterval (void) const
 Get Midamble repetition interval. More...
 
uint16_t GetSize (void) const
 Get size. More...
 
uint16_t GetStartTime (void) const
 Get start time. More...
 
uint8_t GetSubchannelIndex (void) const
 Get subchannel index. More...
 
uint8_t GetUiuc (void) const
 Get UIUC. More...
 
Buffer::Iterator Read (Buffer::Iterator start)
 Read item. More...
 
void SetCid (const Cid &cid)
 Set CID. More...
 
void SetDuration (uint16_t duration)
 Set duration. More...
 
void SetMidambleRepetitionInterval (uint8_t midambleRepetitionInterval)
 Set midambe repetition interval. More...
 
void SetStartTime (uint16_t startTime)
 Set start time. More...
 
void SetSubchannelIndex (uint8_t subchannelIndex)
 Set subchannel index. More...
 
void SetUiuc (uint8_t uiuc)
 Set UIUC. More...
 
Buffer::Iterator Write (Buffer::Iterator start) const
 Write item. More...
 

Private Attributes

Cid m_cid
 CID. More...
 
uint16_t m_duration
 duration More...
 
uint8_t m_midambleRepetitionInterval
 midamble repetition interval More...
 
uint16_t m_startTime
 start time More...
 
uint8_t m_subchannelIndex
 subchannel index More...
 
uint8_t m_uiuc
 UIUC. More...
 

Detailed Description

This class implements the UL-MAP_IE message as described by "IEEE Standard for Local and metropolitan area networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems" 6.3.2.3.43.7 UL-MAP_IE, page 115.

Definition at line 452 of file ul-mac-messages.h.

Constructor & Destructor Documentation

ns3::OfdmUlMapIe::OfdmUlMapIe ( void  )

Definition at line 460 of file ul-mac-messages.cc.

ns3::OfdmUlMapIe::~OfdmUlMapIe ( void  )

Definition at line 470 of file ul-mac-messages.cc.

Member Function Documentation

Cid ns3::OfdmUlMapIe::GetCid ( void  ) const

Get CID.

Returns
the CID

Definition at line 512 of file ul-mac-messages.cc.

References m_cid.

Referenced by ns3::BaseStationNetDevice::MarkUplinkAllocations(), and ns3::SubscriberStationNetDevice::ProcessUlMap().

+ Here is the caller graph for this function:

uint16_t ns3::OfdmUlMapIe::GetDuration ( void  ) const

Get duration.

Returns
the duration

Definition at line 536 of file ul-mac-messages.cc.

References m_duration.

Referenced by ns3::BaseStationNetDevice::MarkUplinkAllocations(), and ns3::SubscriberStationNetDevice::ProcessUlMap().

+ Here is the caller graph for this function:

uint8_t ns3::OfdmUlMapIe::GetMidambleRepetitionInterval ( void  ) const

Get Midamble repetition interval.

Returns
the midamble repetition interval

Definition at line 542 of file ul-mac-messages.cc.

References m_midambleRepetitionInterval.

uint16_t ns3::OfdmUlMapIe::GetSize ( void  ) const

Get size.

Returns
the size

Definition at line 548 of file ul-mac-messages.cc.

Referenced by ns3::UlMap::GetSerializedSize().

+ Here is the caller graph for this function:

uint16_t ns3::OfdmUlMapIe::GetStartTime ( void  ) const

Get start time.

Returns
the start time

Definition at line 518 of file ul-mac-messages.cc.

References m_startTime.

Referenced by ns3::BaseStationNetDevice::MarkUplinkAllocations(), and ns3::SubscriberStationNetDevice::ProcessUlMap().

+ Here is the caller graph for this function:

uint8_t ns3::OfdmUlMapIe::GetSubchannelIndex ( void  ) const

Get subchannel index.

Returns
the subchannel index

Definition at line 524 of file ul-mac-messages.cc.

References m_subchannelIndex.

Buffer::Iterator ns3::OfdmUlMapIe::Read ( Buffer::Iterator  start)

Read item.

Parameters
startthe iterator
Returns
the udpated iterator

Definition at line 567 of file ul-mac-messages.cc.

References m_cid, m_duration, m_midambleRepetitionInterval, m_startTime, m_subchannelIndex, m_uiuc, ns3::Buffer::Iterator::ReadU16(), ns3::Buffer::Iterator::ReadU8(), and visualizer.core::start().

Referenced by ns3::UlMap::Deserialize().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::OfdmUlMapIe::SetDuration ( uint16_t  duration)
void ns3::OfdmUlMapIe::SetMidambleRepetitionInterval ( uint8_t  midambleRepetitionInterval)

Set midambe repetition interval.

Parameters
midambleRepetitionIntervalthe midambe repetition interval

Definition at line 505 of file ul-mac-messages.cc.

References m_midambleRepetitionInterval.

void ns3::OfdmUlMapIe::SetSubchannelIndex ( uint8_t  subchannelIndex)

Set subchannel index.

Parameters
subchannelIndex

Definition at line 487 of file ul-mac-messages.cc.

References m_subchannelIndex.

Buffer::Iterator ns3::OfdmUlMapIe::Write ( Buffer::Iterator  start) const

Write item.

Parameters
startthe iterator
Returns
the updated iterator

Definition at line 554 of file ul-mac-messages.cc.

References ns3::Cid::GetIdentifier(), m_cid, m_duration, m_midambleRepetitionInterval, m_startTime, m_subchannelIndex, m_uiuc, visualizer.core::start(), ns3::Buffer::Iterator::WriteU16(), and ns3::Buffer::Iterator::WriteU8().

Referenced by ns3::UlMap::Serialize().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

Cid ns3::OfdmUlMapIe::m_cid
private

CID.

Definition at line 539 of file ul-mac-messages.h.

Referenced by GetCid(), Read(), SetCid(), and Write().

uint16_t ns3::OfdmUlMapIe::m_duration
private

duration

Definition at line 543 of file ul-mac-messages.h.

Referenced by GetDuration(), Read(), SetDuration(), and Write().

uint8_t ns3::OfdmUlMapIe::m_midambleRepetitionInterval
private

midamble repetition interval

Definition at line 544 of file ul-mac-messages.h.

Referenced by GetMidambleRepetitionInterval(), Read(), SetMidambleRepetitionInterval(), and Write().

uint16_t ns3::OfdmUlMapIe::m_startTime
private

start time

Definition at line 540 of file ul-mac-messages.h.

Referenced by GetStartTime(), Read(), SetStartTime(), and Write().

uint8_t ns3::OfdmUlMapIe::m_subchannelIndex
private

subchannel index

Definition at line 541 of file ul-mac-messages.h.

Referenced by GetSubchannelIndex(), Read(), SetSubchannelIndex(), and Write().

uint8_t ns3::OfdmUlMapIe::m_uiuc
private

UIUC.

Definition at line 542 of file ul-mac-messages.h.

Referenced by GetUiuc(), Read(), SetUiuc(), and Write().


The documentation for this class was generated from the following files: