#include "ns3/address.h"
#include <string>
Go to the source code of this file.
Classes | |
class | ns3::lorawan::LoraDeviceAddress |
This class represents the device address of a LoraWAN end device. More... | |
class | ns3::lorawan::NwkAddr |
Class representing the Network Address component of a LoraDeviceAddress (25 bits) More... | |
class | ns3::lorawan::NwkID |
Class representing the NetworkId component of a LoraDeviceAddress (7 bits). 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 LoraDeviceAddress &address) |
Operator overload to correctly handle logging when an address is passed as an argument. | |