Go to the source code of this file.
Classes | |
| class | ns3::lorawan::LoraPhy |
| Base class for PHY layers implementing the LoRa modulation scheme. More... | |
| struct | ns3::lorawan::LoraTxParameters |
| Structure to collect all parameters that are used to compute the duration of a packet (excluding payload length). More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| namespace | ns3::lorawan |
Enumerations | |
| enum class | ns3::lorawan::CodingRate : uint8_t { ns3::lorawan::CodingRate::CR_4_5 = 1 , ns3::lorawan::CodingRate::CR_4_6 , ns3::lorawan::CodingRate::CR_4_7 , ns3::lorawan::CodingRate::CR_4_8 } |
| Enumeration of the LoRa supported coding rates. More... | |
Functions | |
| std::ostream & | ns3::lorawan::operator<< (std::ostream &os, const CodingRate &codingRate) |
| Allow logging of CodingRate like any other data type. | |
| std::ostream & | ns3::lorawan::operator<< (std::ostream &os, const LoraTxParameters ¶ms) |
| Allow logging of LoraTxParameters like with any other data type. | |
| std::istream & | ns3::lorawan::operator>> (std::istream &is, CodingRate &codingRate) |
| Allow parsing of CodingRate from CommandLine. | |