#include <array>
#include "dsss-phy.h"
#include "dsss-ppdu.h"
#include "ns3/wifi-psdu.h"
#include "ns3/wifi-phy.h"
#include "ns3/wifi-utils.h"
#include "ns3/interference-helper.h"
#include "ns3/simulator.h"
#include "ns3/log.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{dsss-phy.cc}::ConstructorDsss |
Constructor class for DSSS modes. More... | |
Namespaces | |
anonymous_namespace{dsss-phy.cc} | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | GET_DSSS_MODE(x, m) |
Functions | |
const std::array< uint64_t, 4 > & | ns3::GetDsssRatesBpsList (void) |
Get the array of possible DSSS rates. More... | |
Variables | |
static class anonymous_namespace{dsss-phy.cc}::ConstructorDsss | anonymous_namespace{dsss-phy.cc}::g_constructor_dsss |
the constructor for DSSS modes More... | |
static const std::array< uint64_t, 4 > | ns3::s_dsssRatesBpsList = {1000000, 2000000, 5500000, 11000000} |
DSSS rates in bits per second. More... | |
#define GET_DSSS_MODE | ( | x, | |
m | |||
) |
Definition at line 280 of file dsss-phy.cc.