#include "geo-coordinate.h"
#include "satellite-utils.h"
#include <ns3/fatal-error.h>
#include <ns3/log.h>
#include <cmath>
#include <ios>
#include <istream>
#include <ostream>
#include <sstream>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |
Functions | |
ns3::ATTRIBUTE_HELPER_CPP (GeoCoordinate) | |
std::ostream & | ns3::operator<< (std::ostream &os, const GeoCoordinate &coordinate) |
std::istream & | ns3::operator>> (std::istream &is, GeoCoordinate &coordinate) |