#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) | |
| ~OfdmSendParams () | |
| Ptr< PacketBurst > | GetBurst () const | 
| uint8_t | GetDirection () const | 
| uint8_t | GetModulationType () const | 
  Public Member Functions inherited from ns3::SendParams | |
| SendParams () | |
| virtual | ~SendParams () | 
Private Attributes | |
| Ptr< PacketBurst > | m_burst | 
| uint8_t | m_direction | 
| uint8_t | m_modulationType | 
Definition at line 64 of file send-params.h.
| ns3::OfdmSendParams::OfdmSendParams | ( | Ptr< PacketBurst > | burst, | 
| uint8_t | modulationType, | ||
| uint8_t | direction | ||
| ) | 
Definition at line 36 of file send-params.cc.
| ns3::OfdmSendParams::~OfdmSendParams | ( | ) | 
Definition at line 45 of file send-params.cc.
      
  | 
  inline | 
Definition at line 73 of file send-params.h.
References m_burst.
Referenced by ns3::SimpleOfdmWimaxPhy::Send().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 83 of file send-params.h.
References m_direction.
Referenced by ns3::SimpleOfdmWimaxPhy::Send().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 78 of file send-params.h.
References m_modulationType.
Referenced by ns3::SimpleOfdmWimaxPhy::Send().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 89 of file send-params.h.
Referenced by GetBurst().
      
  | 
  private | 
Definition at line 91 of file send-params.h.
Referenced by GetDirection().
      
  | 
  private | 
Definition at line 90 of file send-params.h.
Referenced by GetModulationType().