

Public Member Functions | |
| void | SetReceiveOkCallback (WifiPhy::RxOkCallback callback) |
| void | SetReceiveErrorCallback (WifiPhy::RxErrorCallback callback) |
| void | RegisterListener (WifiPhyListener *listener) |
| enum WifiPhy::State | GetState (void) |
| bool | IsStateCcaBusy (void) |
| bool | IsStateIdle (void) |
| bool | IsStateBusy (void) |
| bool | IsStateRx (void) |
| bool | IsStateTx (void) |
| bool | IsStateSwitching (void) |
| Time | GetStateDuration (void) |
| Time | GetDelayUntilIdle (void) |
| Time | GetLastRxStartTime (void) const |
| void | SwitchToTx (Time txDuration, Ptr< const Packet > packet, WifiMode txMode, WifiPreamble preamble, uint8_t txPower) |
| void | SwitchToRx (Time rxDuration) |
| void | SwitchToChannelSwitching (Time switchingDuration) |
| void | SwitchFromRxEndOk (Ptr< Packet > packet, double snr, WifiMode mode, enum WifiPreamble preamble) |
| void | SwitchFromRxEndError (Ptr< const Packet > packet, double snr) |
| void | SwitchMaybeToCcaBusy (Time duration) |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::WifiPhyStateHelper. | |
Public Attributes | |
|
TracedCallback< Time, Time, enum WifiPhy::State > | m_stateLogger |
| static TypeId ns3::WifiPhyStateHelper::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::WifiPhyStateHelper.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
TraceSources defined for this type:
Reimplemented from ns3::Object.
1.7.1