#include "julian-date.h"
#include "satellite-mobility-model.h"
#include "satellite-sgp4io.h"
#include "satellite-sgp4unit.h"
#include <ns3/nstime.h>
#include <ns3/vector.h>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | ns3::SatSGP4MobilityModel::Matrix |
Matrix data structure to make coordinate conversion code clearer and less verbose. More... | |
struct | ns3::SatSGP4MobilityModel::Row |
row of a Matrix More... | |
class | ns3::SatSGP4MobilityModel |
Keep track of the current position and velocity of satellite using SGP4 model. More... | |
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |