A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
GroundStation Struct Reference

Ground station definition. More...

Collaboration diagram for GroundStation:

Public Attributes

Ptr< Nodenode
 Ground station node.
Vector posECEF
 Ground station ECEF position (x/y/z in meters).
Vector posGEO
 Ground station geodetic position (latitude/longitude/altitude).

Detailed Description

Ground station definition.

Definition at line 74 of file leo-satellite-example.cc.

Member Data Documentation

◆ node

Ptr<Node> GroundStation::node

Ground station node.

Definition at line 76 of file leo-satellite-example.cc.

Referenced by show_last_packets.ShowLastPackets::update().

◆ posECEF

Vector GroundStation::posECEF

Ground station ECEF position (x/y/z in meters).

Definition at line 78 of file leo-satellite-example.cc.

◆ posGEO

Vector GroundStation::posGEO

Ground station geodetic position (latitude/longitude/altitude).

Definition at line 77 of file leo-satellite-example.cc.


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