Represents a position in a Walker constellation as a pair of angular coordinates. More...
#include "leo-circular-orbit-position-allocator.h"
Public Attributes | |
| double | argumentOfLatitude |
| Argument of latitude (orbital offset) in degrees. | |
| double | longitude |
| Longitude of the ascending node in degrees. | |
| double | satelliteIndex |
| Satellite index within the plane (kept for compat). | |
Represents a position in a Walker constellation as a pair of angular coordinates.
The fields are in degrees to match the LeoCircularOrbitMobilityModel SetPosition() interface (longitude/argument of latitude in degrees).
Definition at line 31 of file leo-circular-orbit-position-allocator.h.
| double ns3::LeoOrbitPosition::argumentOfLatitude |
Argument of latitude (orbital offset) in degrees.
Definition at line 34 of file leo-circular-orbit-position-allocator.h.
| double ns3::LeoOrbitPosition::longitude |
Longitude of the ascending node in degrees.
Definition at line 33 of file leo-circular-orbit-position-allocator.h.
| double ns3::LeoOrbitPosition::satelliteIndex |
Satellite index within the plane (kept for compat).
Definition at line 35 of file leo-circular-orbit-position-allocator.h.