#include <WirelessTransmitterPrivate.hh>
|
static const double | MaxRadius |
| The visualization shows the propagation model using a circular grid, where the maximum radius covered is MaxRadius. More...
|
|
static const double | ModelStdDev |
| Std dev of the Gaussian random variable used in the propagation model. More...
|
|
static const double | NEmpty |
| Constant used in the propagation model when there are no obstacles between transmitter and receiver. More...
|
|
static const double | NObstacle |
| Constant used in the propagation model when there are obstacles between transmitter and receiver. More...
|
|
static const double | Step |
| Size of the grid used for visualization. More...
|
|
std::string gazebo::sensors::WirelessTransmitterPrivate::essid = "MyESSID" |
Service Set Identifier (network name).
double gazebo::sensors::WirelessTransmitterPrivate::freq = 2442.0 |
Reception frequency (MHz).
const double gazebo::sensors::WirelessTransmitterPrivate::MaxRadius |
|
static |
The visualization shows the propagation model using a circular grid, where the maximum radius covered is MaxRadius.
const double gazebo::sensors::WirelessTransmitterPrivate::ModelStdDev |
|
static |
Std dev of the Gaussian random variable used in the propagation model.
const double gazebo::sensors::WirelessTransmitterPrivate::NEmpty |
|
static |
Constant used in the propagation model when there are no obstacles between transmitter and receiver.
const double gazebo::sensors::WirelessTransmitterPrivate::NObstacle |
|
static |
Constant used in the propagation model when there are obstacles between transmitter and receiver.
const double gazebo::sensors::WirelessTransmitterPrivate::Step |
|
static |
Size of the grid used for visualization.
bool gazebo::sensors::WirelessTransmitterPrivate::visualize = false |
The documentation for this class was generated from the following file: