List of all members.
Public Member Functions |
|
| simpleOfdmSendParam (const bvec &fecBlock, uint32_t burstSize, bool isFirstBlock, uint64_t Frequency, WimaxPhy::ModulationType modulationType, uint8_t direction, double rxPowerDbm) |
|
| simpleOfdmSendParam (uint32_t burstSize, bool isFirstBlock, uint64_t Frequency, WimaxPhy::ModulationType modulationType, uint8_t direction, double rxPowerDbm, Ptr< PacketBurst > burst) |
| void | SetFecBlock (const bvec &fecBlock) |
| | sent the fec block to send
|
| void | SetBurstSize (uint32_t burstSize) |
| | set the burst size
|
| void | SetIsFirstBlock (bool isFirstBlock) |
| void | SetFrequency (uint64_t Frequency) |
| void | SetModulationType (WimaxPhy::ModulationType modulationType) |
| void | SetDirection (uint8_t direction) |
| void | SetRxPowerDbm (double rxPowerDbm) |
| bvec | GetFecBlock (void) |
| uint32_t | GetBurstSize (void) |
| bool | GetIsFirstBlock (void) |
| uint64_t | GetFrequency (void) |
| WimaxPhy::ModulationType | GetModulationType (void) |
| uint8_t | GetDirection (void) |
| double | GetRxPowerDbm (void) |
| Ptr< PacketBurst > | GetBurst (void) |
Member Function Documentation
- Returns:
- the received burst
- Returns:
- the direction on which this fec block was sent. UP or DOWN
- Returns:
- the frequency on which the fec block is sent/received
- Returns:
- true if this fec block is the first one in the burst, false otherwise
- Returns:
- the modulation type used to send this fec block
- Returns:
- the Received power
set the burst size
- Parameters:
-
| burstSize | the burst size in bytes |
- Parameters:
-
| direction | the direction on which this fec block will be sent |
sent the fec block to send
- Parameters:
-
| fecBlock | the fec block to send |
- Parameters:
-
| Frequency | set the frequency of the channel in wich this fec block will be sent |
- Parameters:
-
| isFirstBlock | Set to true if this fec block is the first one in the burst, set to false otherwise |
- Parameters:
-
| modulationType | the modulation type used to send this fec block |
- Parameters:
-
| rxPowerDbm | the received power |
The documentation for this class was generated from the following files:
- src/wimax/model/simple-ofdm-send-param.h
- src/wimax/model/simple-ofdm-send-param.cc