wifi: Doxygen fixes
This commit is contained in:
@@ -27,9 +27,6 @@
|
||||
#include "qos-wifi-mac-helper.h"
|
||||
#include <map>
|
||||
|
||||
/**
|
||||
* (Deprecated) ns3::HtWifiMacHelper declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -38,6 +35,7 @@ namespace ns3 {
|
||||
*
|
||||
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
|
||||
* and, ns3::AdhocWifiMac, with QosSupported and HTSupported attributes set to True.
|
||||
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
|
||||
*/
|
||||
class HtWifiMacHelper : public QosWifiMacHelper
|
||||
{
|
||||
|
||||
@@ -23,9 +23,6 @@
|
||||
|
||||
#include "wifi-helper.h"
|
||||
|
||||
/**
|
||||
* (Deprecated) ns3::NonQosWifiMacHelper declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -34,6 +31,8 @@ namespace ns3 {
|
||||
*
|
||||
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
|
||||
* and, ns3::AdhocWifiMac, with QosSupported attribute set to False.
|
||||
*
|
||||
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
|
||||
*/
|
||||
class NqosWifiMacHelper : public WifiMacHelper
|
||||
{
|
||||
|
||||
@@ -26,9 +26,6 @@
|
||||
|
||||
#include <map>
|
||||
|
||||
/**
|
||||
* (Deprecated) ns3::QosWifiMacHelper declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -37,6 +34,8 @@ namespace ns3 {
|
||||
*
|
||||
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
|
||||
* and, ns3::AdhocWifiMac, with QosSupported attribute set to True.
|
||||
*
|
||||
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
|
||||
*/
|
||||
class QosWifiMacHelper : public WifiMacHelper
|
||||
{
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
#include "qos-wifi-mac-helper.h"
|
||||
#include <map>
|
||||
|
||||
/**
|
||||
* (Deprecated) ns3::VhtWifiMacHelper declaration.
|
||||
*/
|
||||
|
||||
namespace ns3 {
|
||||
|
||||
@@ -38,6 +35,8 @@ namespace ns3 {
|
||||
*
|
||||
* This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac,
|
||||
* and, ns3::AdhocWifiMac, with QosSupported, HTSupported and VHTSupported attributes set to True
|
||||
*
|
||||
* \deprecated This class deprecated and replaced by ns3::WifiMacHelper
|
||||
*/
|
||||
class VhtWifiMacHelper : public QosWifiMacHelper
|
||||
{
|
||||
|
||||
@@ -277,8 +277,8 @@ public:
|
||||
* \returns a device container which contains all the devices created by this method.
|
||||
*/
|
||||
NetDeviceContainer
|
||||
virtual Install (const WifiPhyHelper &phyHelper,
|
||||
const WifiMacHelper &macHelper,
|
||||
virtual Install (const WifiPhyHelper &phy,
|
||||
const WifiMacHelper &mac,
|
||||
NodeContainer::Iterator first,
|
||||
NodeContainer::Iterator last) const;
|
||||
/**
|
||||
|
||||
@@ -253,7 +253,7 @@ public:
|
||||
private:
|
||||
Time m_time; ///< time
|
||||
double m_delta; ///< delta
|
||||
Ptr<InterferenceHelper::Event> m_event;
|
||||
Ptr<InterferenceHelper::Event> m_event; ///< event
|
||||
};
|
||||
/**
|
||||
* typedef for a vector of NiChanges
|
||||
|
||||
@@ -73,7 +73,7 @@ public:
|
||||
|
||||
|
||||
private:
|
||||
double m_margin;
|
||||
double m_margin; ///< margin for determining if a new frame
|
||||
};
|
||||
|
||||
} //namespace ns3
|
||||
|
||||
@@ -250,8 +250,6 @@ public:
|
||||
/**
|
||||
* Return first available packet for transmission. The packet is not removed from queue.
|
||||
*
|
||||
* \param hdr the header of the dequeued packet
|
||||
* \param tStamp
|
||||
* \param blockedPackets
|
||||
*
|
||||
* \return packet
|
||||
|
||||
Reference in New Issue
Block a user