A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LeoOrbitPosition Struct Reference

Represents a position in a Walker constellation as a pair of angular coordinates. More...

#include "leo-circular-orbit-position-allocator.h"

Collaboration diagram for ns3::LeoOrbitPosition:

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).

Detailed Description

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.

Member Data Documentation

◆ argumentOfLatitude

double ns3::LeoOrbitPosition::argumentOfLatitude

Argument of latitude (orbital offset) in degrees.

Definition at line 34 of file leo-circular-orbit-position-allocator.h.

◆ longitude

double ns3::LeoOrbitPosition::longitude

Longitude of the ascending node in degrees.

Definition at line 33 of file leo-circular-orbit-position-allocator.h.

◆ satelliteIndex

double ns3::LeoOrbitPosition::satelliteIndex

Satellite index within the plane (kept for compat).

Definition at line 35 of file leo-circular-orbit-position-allocator.h.


The documentation for this struct was generated from the following file: