A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
wifi-ns3-constants.cc
Go to the documentation of this file.
1
#include "
wifi-ns3-constants.h
"
2
3
namespace
ns3
4
{
5
Time
6
DEFAULT_BEACON_INTERVAL
()
7
{
8
static
Time
beaconInterval =
MicroSeconds
(102400);
9
return
beaconInterval;
10
}
11
}
// namespace ns3
ns3::Time
Simulation virtual time values and global simulation resolution.
Definition
nstime.h:95
ns3::MicroSeconds
Time MicroSeconds(uint64_t value)
Construct a Time in the indicated unit.
Definition
nstime.h:1307
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
ns3::DEFAULT_BEACON_INTERVAL
Time DEFAULT_BEACON_INTERVAL()
Default Beacon interval.
Definition
wifi-ns3-constants.cc:6
wifi-ns3-constants.h
Declaration of default values used across wifi module.
src
wifi
model
wifi-ns3-constants.cc
Generated on
for ns-3 by
1.15.0