#include "ns3/nstime.h"#include "ns3/uinteger.h"Go to the source code of this file.
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| namespace | ns3::lorawan |
Functions | |
| double | ns3::lorawan::DbmToW (double dbm) |
| Convert from dBm to Watts. | |
| double | ns3::lorawan::DbToRatio (double db) |
| Convert from dB to ratio. | |
| double | ns3::lorawan::RatioToDb (double ratio) |
| Convert from ratio to dB. | |
| double | ns3::lorawan::WToDbm (double w) |
| Convert from Watts to dBm. | |