Public Types |
enum | FrameDurationCode {
FRAME_DURATION_2_POINT_5_MS,
FRAME_DURATION_4_MS,
FRAME_DURATION_5_MS,
FRAME_DURATION_8_MS,
FRAME_DURATION_10_MS,
FRAME_DURATION_12_POINT_5_MS,
FRAME_DURATION_20_MS
} |
Public Member Functions |
| SimpleOfdmWimaxPhy (char *tracesPath) |
void | ActivateLoss (bool loss) |
| if called with true it will enable the loss model
|
void | SetSNRToBlockErrorRateTracesPath (char *tracesPath) |
| Set the path of the repository containing the traces.
|
void | DoAttach (Ptr< WimaxChannel > channel) |
void | SetReceiveCallback (Callback< void, Ptr< PacketBurst >, Ptr< WimaxConnection > > callback) |
| set the callback function to call when a burst is received
|
void | Send (Ptr< PacketBurst > burst, WimaxPhy::ModulationType modulationType, uint8_t direction) |
| Sends a burst on the channel.
|
void | Send (SendParams *params) |
| Sends a burst on the channel.
|
WimaxPhy::PhyType | GetPhyType (void) const |
| returns the type this physical layer
|
void | StartReceive (const bvec &fecBlock, uint32_t burstSize, bool isFirstBlock, uint64_t frequency, WimaxPhy::ModulationType modulationType, uint8_t direction, double rxPower) |
| start the reception of a fec block
|
uint32_t | GetBandwidth (void) const |
void | SetBandwidth (uint32_t BW) |
| Set the bandwidth.
|
double | GetTxPower (void) const |
void | SetTxPower (double txPower) |
| set the transmission power
|
double | GetNoiseFigure (void) const |
void | SetNoiseFigure (double nf) |
| set the noise figure of the device
|
void | NotifyTxBegin (bvec packet) |
void | NotifyTxEnd (bvec packet) |
void | NotifyTxDrop (bvec packet) |
void | NotifyRxBegin (bvec packet) |
void | NotifyRxEnd (bvec packet) |
void | NotifyRxDrop (bvec packet) |
Static Public Member Functions |
static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::WimaxPhy.
|
static TypeId ns3::SimpleOfdmWimaxPhy::GetTypeId |
( |
void |
|
) |
[static] |
This method returns the TypeId associated to ns3::WimaxPhy.
This object is accessible through the following paths with Config::Set and Config::Connect:
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::WimaxNetDevice/Phy
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::WimaxPhy
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy
Attributes defined for this type:
-
Channel: Wimax channel
-
FrameDuration: The frame duration in seconds.
-
Set with class: TimeValue
-
Underlying type: Time
-
Initial value: 10000000ns
-
Flags: construct write read
-
Frequency: The central frequency in KHz.
-
Bandwidth: The channel bandwidth in Hz.
No TraceSources defined for this type.
Reimplemented from ns3::WimaxPhy.