#include "lora-phy.h"#include "ns3/mobility-model.h"#include "ns3/net-device.h"#include "ns3/node.h"#include "ns3/nstime.h"#include "ns3/object.h"#include "ns3/traced-value.h"Go to the source code of this file.
Classes | |
| class | ns3::lorawan::EndDeviceLoraPhy |
| Class representing a LoRa transceiver. More... | |
| class | ns3::lorawan::EndDeviceLoraPhyListener |
| Receive notifications about PHY events. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| namespace | ns3::lorawan |
Functions | |
| std::ostream & | ns3::lorawan::operator<< (std::ostream &os, const EndDeviceLoraPhy::State &state) |
| Overloaded operator to print the value of a EndDeviceLoraPhy::State. | |