Stores the main elements of a simulated LoRaWAN network. More...
#include "utilities.h"
Public Attributes | |
Ptr< LoraChannel > | channel |
A pointer to the LoraChannel object. | |
NodeContainer | endDevices |
Container of the end device nodes. | |
NodeContainer | gateways |
Container of the gateway nodes. | |
Ptr< Node > | nsNode |
A pointer to the network server Node. | |
Stores the main elements of a simulated LoRaWAN network.
Definition at line 28 of file utilities.h.
Ptr<LoraChannel> ns3::lorawan::NetworkComponents::channel |
A pointer to the LoraChannel object.
Definition at line 30 of file utilities.h.
Referenced by DownlinkPacketTest::DoRun(), LinkCheckTest::DoRun(), NetworkStatusTest::DoRun(), and UplinkPacketTest::DoRun().
NodeContainer ns3::lorawan::NetworkComponents::endDevices |
Container of the end device nodes.
Definition at line 31 of file utilities.h.
Referenced by DownlinkPacketTest::DoRun(), LinkCheckTest::DoRun(), NetworkStatusTest::DoRun(), and UplinkPacketTest::DoRun().
NodeContainer ns3::lorawan::NetworkComponents::gateways |
Container of the gateway nodes.
Definition at line 32 of file utilities.h.
Referenced by DownlinkPacketTest::DoRun(), LinkCheckTest::DoRun(), NetworkStatusTest::DoRun(), and UplinkPacketTest::DoRun().
A pointer to the network server Node.
Definition at line 33 of file utilities.h.
Referenced by DownlinkPacketTest::DoRun(), LinkCheckTest::DoRun(), and UplinkPacketTest::DoRun().