A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::DcaTxop::TransmissionListener Class Reference
+ Inheritance diagram for ns3::DcaTxop::TransmissionListener:

Public Member Functions

 TransmissionListener (DcaTxop *txop)
 
virtual void Cancel (void)
 
virtual void EndTxNoAck (void)
 
virtual void GotAck (double snr, WifiMode txMode)
 
virtual void GotCts (double snr, WifiMode txMode)
 
virtual void MissedAck (void)
 
virtual void MissedCts (void)
 
virtual void StartNext (void)
 
- Public Member Functions inherited from ns3::MacLowTransmissionListener
virtual void GotBlockAck (const CtrlBAckResponseHeader *blockAck, Mac48Address source)
 
virtual void MissedBlockAck (void)
 

Private Attributes

DcaTxopm_txop
 

Detailed Description

Definition at line 83 of file dca-txop.cc.

Member Function Documentation

virtual void ns3::DcaTxop::TransmissionListener::Cancel ( void  )
inlinevirtual

Invoked if this transmission was canceled one way or another. When this method is invoked, you can assume that the packet has not been passed down the stack to the PHY.

Implements ns3::MacLowTransmissionListener.

Definition at line 113 of file dca-txop.cc.

References ns3::DcaTxop::Cancel().

virtual void ns3::DcaTxop::TransmissionListener::EndTxNoAck ( void  )
inlinevirtual

Invoked upon the end of the transmission of a frame that does not require an ACK (e.g., broadcast and multicast frames).

Implements ns3::MacLowTransmissionListener.

Definition at line 117 of file dca-txop.cc.

virtual void ns3::DcaTxop::TransmissionListener::GotAck ( double  snr,
WifiMode  txMode 
)
inlinevirtual
Parameters
snrthe snr of the ack
txModethe transmission mode of the ack

ns3::MacLow received an expected ACL within AckTimeout. The snr and txMode arguments are not valid when SUPER_FAST_ACK is used.

Implements ns3::MacLowTransmissionListener.

Definition at line 101 of file dca-txop.cc.

virtual void ns3::DcaTxop::TransmissionListener::GotCts ( double  snr,
WifiMode  txMode 
)
inlinevirtual
Parameters
snrthe snr of the cts
txModethe txMode of the cts

ns3::MacLow received an expected CTS within CtsTimeout.

Implements ns3::MacLowTransmissionListener.

Definition at line 93 of file dca-txop.cc.

virtual void ns3::DcaTxop::TransmissionListener::MissedAck ( void  )
inlinevirtual

ns3::MacLow did not receive an expected ACK within AckTimeout.

Implements ns3::MacLowTransmissionListener.

Definition at line 105 of file dca-txop.cc.

virtual void ns3::DcaTxop::TransmissionListener::MissedCts ( void  )
inlinevirtual

ns3::MacLow did not receive an expected CTS within CtsTimeout.

Implements ns3::MacLowTransmissionListener.

Definition at line 97 of file dca-txop.cc.

virtual void ns3::DcaTxop::TransmissionListener::StartNext ( void  )
inlinevirtual

Invoked when ns3::MacLow wants to start a new transmission as configured by MacLowTransmissionParameters::EnableNextData. The listener is expected to call again MacLow::StartTransmission with the "next" data to send.

Implements ns3::MacLowTransmissionListener.

Definition at line 109 of file dca-txop.cc.


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