#include "ns3/wifi-units.h"
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::vector< std::pair< dB_u, double > > | ns3::SnrPerTable |
Table of SNR and PER pairs. | |
Variables | |
const uint16_t | ns3::ERROR_TABLE_BCC_LARGE_FRAME_SIZE |
reference size (bytes) of large frames for BCC | |
const uint8_t | ns3::ERROR_TABLE_BCC_MAX_NUM_MCS = 10 |
maximum number of MCSs for BCC | |
const uint16_t | ns3::ERROR_TABLE_BCC_SMALL_FRAME_SIZE |
reference size (bytes) of small frames for BCC | |
const uint16_t | ns3::ERROR_TABLE_LDPC_FRAME_SIZE = 1458 |
reference size (bytes) for LDPC | |
const uint8_t | ns3::ERROR_TABLE_LDPC_MAX_NUM_MCS = 12 |
maximum number of MCSs for LDPC | |