#include <cstdint>#include <stdint.h>
Include dependency graph for satellite-const-variables.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ns3 | |
| SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |
| ns3::SatConstVariables | |
| SatConstVariables is used for const variable definitions in satellite module. | |
Variables | |
| constexpr uint32_t | ns3::SatConstVariables::BITS_IN_KBIT = 1000 |
| Number of bits consisting a kilobit. More... | |
| constexpr uint32_t | ns3::SatConstVariables::BITS_PER_BYTE = 8 |
| Number of bits in a byte. More... | |
| constexpr double | ns3::SatConstVariables::BOLTZMANN_CONSTANT = 1.3806488e-23 |
| Boltzmann Constant. More... | |
| constexpr uint32_t | ns3::SatConstVariables::BYTES_IN_KBYTE = 1024 |
| Number of bytes consisting a kilobyte. More... | |
| constexpr uint32_t | ns3::SatConstVariables::MAX_BEAMS_PER_SATELLITE = 1000 |
| Maximum number of beams per satellite. More... | |
| constexpr uint32_t | ns3::SatConstVariables::MAX_SATELLITES = 10000 |
| Maximum number of satellites in constellation. More... | |
| constexpr uint16_t | ns3::SatConstVariables::MAXIMUM_TIME_SLOT_ID = 2047 |
| Maximum value for time slot ID as specified in ETSI EN 301 542-2, chapter 7.5.1.3. More... | |
| constexpr double | ns3::SatConstVariables::SPEED_OF_LIGHT = 299792458.0 |
| Constant definition for the speed of light in m/s. More... | |
| constexpr uint8_t | ns3::SatConstVariables::SUPERFRAME_SEQUENCE = 0 |
| Used superframe sequence in the RTN link. More... | |