#include <iostream>
#include <ns3/core-module.h>
#include <ns3/network-module.h>
#include <ns3/spectrum-model-ism2400MHz-res1MHz.h>
#include <ns3/spectrum-model-300kHz-300GHz-log.h>
#include <ns3/wifi-spectrum-value-helper.h>
#include <ns3/single-model-spectrum-channel.h>
#include <ns3/waveform-generator.h>
#include <ns3/spectrum-analyzer.h>
#include <ns3/log.h>
#include <string>
#include <iomanip>
#include <ns3/friis-spectrum-propagation-loss.h>
#include <ns3/propagation-delay-model.h>
#include <ns3/mobility-module.h>
#include <ns3/spectrum-helper.h>
#include <ns3/applications-module.h>
#include <ns3/adhoc-aloha-noack-ideal-phy-helper.h>
Go to the source code of this file.
Classes | |
class | GlobalPathlossDatabase |
Store the last pathloss value for each TX-RX pair. More... | |
Functions | |
void | PhyRxEndOkTrace (std::string context, Ptr< const Packet > p) |
Variables | |
static uint64_t | g_rxBytes |
static bool | g_verbose = false |
$ ./ns3 run "adhoc-aloha-ideal-phy-matrix-propagation-loss-model [Program Options]"
–verbose
–lossDb
–txPowerW
–phyRate
–pktSize
–simDuration
–channelType
Definition in file adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc.
Definition at line 52 of file adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc.
References g_rxBytes, g_verbose, and ns3::Packet::GetSize().
|
static |
Definition at line 49 of file adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc.
Referenced by PhyRxEndOkTrace().
|
static |
Definition at line 48 of file adhoc-aloha-ideal-phy-matrix-propagation-loss-model.cc.
Referenced by PhyRxEndOkTrace().