|
|
| 18 |
*/ |
18 |
*/ |
| 19 |
|
19 |
|
| 20 |
#include "ns3/log.h" |
20 |
#include "ns3/log.h" |
|
|
21 |
#include "ns3/unused.h" |
| 21 |
#include "ns3/nstime.h" |
22 |
#include "ns3/nstime.h" |
| 22 |
#include "ns3/uinteger.h" |
23 |
#include "ns3/uinteger.h" |
| 23 |
#include "he-configuration.h" |
24 |
#include "he-configuration.h" |
|
|
| 32 |
NS_LOG_FUNCTION (this); |
33 |
NS_LOG_FUNCTION (this); |
| 33 |
} |
34 |
} |
| 34 |
|
35 |
|
|
|
36 |
HeConfiguration::~HeConfiguration () |
| 37 |
{ |
| 38 |
NS_LOG_FUNCTION (this); |
| 39 |
NS_UNUSED (m_bssColor); |
| 40 |
} |
| 41 |
|
| 35 |
TypeId |
42 |
TypeId |
| 36 |
HeConfiguration::GetTypeId (void) |
43 |
HeConfiguration::GetTypeId (void) |
| 37 |
{ |
44 |
{ |