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

OfdmSendParams class. More...

#include "send-params.h"

+ Inheritance diagram for ns3::OfdmSendParams:
+ Collaboration diagram for ns3::OfdmSendParams:

Public Member Functions

 OfdmSendParams (Ptr< PacketBurst > burst, uint8_t modulationType, uint8_t direction)
 Constructor. More...
 
 ~OfdmSendParams ()
 
Ptr< PacketBurstGetBurst () const
 
uint8_t GetDirection () const
 
uint8_t GetModulationType () const
 
- Public Member Functions inherited from ns3::SendParams
 SendParams ()
 
virtual ~SendParams ()
 

Private Attributes

Ptr< PacketBurstm_burst
 packet burst More...
 
uint8_t m_direction
 direction More...
 
uint8_t m_modulationType
 modulation type More...
 

Detailed Description

OfdmSendParams class.

Definition at line 67 of file send-params.h.

Constructor & Destructor Documentation

◆ OfdmSendParams()

ns3::OfdmSendParams::OfdmSendParams ( Ptr< PacketBurst burst,
uint8_t  modulationType,
uint8_t  direction 
)

Constructor.

Parameters
burstpacket burst object
modulationTypemodulation type
directionthe direction

Definition at line 36 of file send-params.cc.

◆ ~OfdmSendParams()

ns3::OfdmSendParams::~OfdmSendParams ( )

Definition at line 45 of file send-params.cc.

Member Function Documentation

◆ GetBurst()

Ptr<PacketBurst> ns3::OfdmSendParams::GetBurst ( void  ) const
inline
Returns
the packet burst

Definition at line 82 of file send-params.h.

References m_burst.

Referenced by ns3::SimpleOfdmWimaxPhy::Send().

+ Here is the caller graph for this function:

◆ GetDirection()

uint8_t ns3::OfdmSendParams::GetDirection ( ) const
inline
Returns
the direction

Definition at line 98 of file send-params.h.

References m_direction.

Referenced by ns3::SimpleOfdmWimaxPhy::Send().

+ Here is the caller graph for this function:

◆ GetModulationType()

uint8_t ns3::OfdmSendParams::GetModulationType ( ) const
inline
Returns
the modulation type

Definition at line 90 of file send-params.h.

References m_modulationType.

Referenced by ns3::SimpleOfdmWimaxPhy::Send().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_burst

Ptr<PacketBurst> ns3::OfdmSendParams::m_burst
private

packet burst

Definition at line 104 of file send-params.h.

Referenced by GetBurst().

◆ m_direction

uint8_t ns3::OfdmSendParams::m_direction
private

direction

Definition at line 106 of file send-params.h.

Referenced by GetDirection().

◆ m_modulationType

uint8_t ns3::OfdmSendParams::m_modulationType
private

modulation type

Definition at line 105 of file send-params.h.

Referenced by GetModulationType().


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