A Discrete-Event Network Simulator
API
ns3::WifiCtsToSelfProtection Struct Reference

WifiCtsToSelfProtection specifies that CTS-to-self protection method is used. More...

#include "wifi-protection.h"

+ Inheritance diagram for ns3::WifiCtsToSelfProtection:
+ Collaboration diagram for ns3::WifiCtsToSelfProtection:

Public Member Functions

 WifiCtsToSelfProtection ()
 
std::unique_ptr< WifiProtectionCopy (void) const override
 Clone this object. More...
 
void Print (std::ostream &os) const override
 Print the object contents. More...
 
- Public Member Functions inherited from ns3::WifiProtection
 WifiProtection (Method m)
 Constructor. More...
 
virtual ~WifiProtection ()
 

Public Attributes

WifiTxVector ctsTxVector
 CTS TXVECTOR. More...
 
- Public Attributes inherited from ns3::WifiProtection
const Method method
 protection method More...
 
Time protectionTime
 time required by the protection method More...
 

Additional Inherited Members

- Public Types inherited from ns3::WifiProtection
enum  Method { NONE = 0, RTS_CTS, CTS_TO_SELF }
 Available protection methods. More...
 

Detailed Description

WifiCtsToSelfProtection specifies that CTS-to-self protection method is used.

Definition at line 112 of file wifi-protection.h.

Constructor & Destructor Documentation

◆ WifiCtsToSelfProtection()

ns3::WifiCtsToSelfProtection::WifiCtsToSelfProtection ( )

Definition at line 90 of file wifi-protection.cc.

Referenced by Copy().

+ Here is the caller graph for this function:

Member Function Documentation

◆ Copy()

std::unique_ptr< WifiProtection > ns3::WifiCtsToSelfProtection::Copy ( void  ) const
overridevirtual

Clone this object.

Returns
a pointer to the cloned object

Implements ns3::WifiProtection.

Definition at line 96 of file wifi-protection.cc.

References WifiCtsToSelfProtection().

+ Here is the call graph for this function:

◆ Print()

void ns3::WifiCtsToSelfProtection::Print ( std::ostream &  os) const
overridevirtual

Print the object contents.

Parameters
osoutput stream in which the data should be printed.

Implements ns3::WifiProtection.

Definition at line 102 of file wifi-protection.cc.

Member Data Documentation

◆ ctsTxVector


The documentation for this struct was generated from the following files: