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

Public Member Functions

 TransmissionListener (DcaTxop *txop)
virtual ~TransmissionListener ()
virtual void Cancel (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
 MacLowTransmissionListener ()
virtual ~MacLowTransmissionListener ()
virtual void GotBlockAck (const CtrlBAckResponseHeader *blockAck, Mac48Address source)
virtual void MissedBlockAck (void)

Private Attributes

DcaTxopm_txop

Detailed Description

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

Constructor & Destructor Documentation

ns3::DcaTxop::TransmissionListener::TransmissionListener ( DcaTxop txop)
inline

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

virtual ns3::DcaTxop::TransmissionListener::~TransmissionListener ( )
inlinevirtual

Definition at line 80 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 102 of file dca-txop.cc.

References ns3::DcaTxop::Cancel(), and m_txop.

+ Here is the call graph for this function:

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 90 of file dca-txop.cc.

References ns3::DcaTxop::GotAck(), and m_txop.

+ Here is the call graph for this function:

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 82 of file dca-txop.cc.

References ns3::DcaTxop::GotCts(), and m_txop.

+ Here is the call graph for this function:

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

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

Implements ns3::MacLowTransmissionListener.

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

References m_txop, and ns3::DcaTxop::MissedAck().

+ Here is the call graph for this function:

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

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

Implements ns3::MacLowTransmissionListener.

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

References m_txop, and ns3::DcaTxop::MissedCts().

+ Here is the call graph for this function:

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 98 of file dca-txop.cc.

References m_txop, and ns3::DcaTxop::StartNext().

+ Here is the call graph for this function:

Member Data Documentation

DcaTxop* ns3::DcaTxop::TransmissionListener::m_txop
private

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

Referenced by Cancel(), GotAck(), GotCts(), MissedAck(), MissedCts(), and StartNext().


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