Ground station contact model.
More...
#include <comm_link_earth.h>
Inherits dsim_model.
|
| comm_link_earth (dsim_model_setup *setup) |
| Constructor.
|
|
void | initialization_complete () |
| Finish initialization.
|
|
void | initialize_data () |
| Initialize outlets and output variables.
|
|
void | initialize_timestep () |
| Computation done prior to beginning of timestep.
|
|
void | pre_calculate () |
| Computation done prior to numerical integration.
|
|
|
dsim_variable | parent_position_dsim |
| Parent position.
|
|
dsim_variable | ground_station_elevation_dsim |
| Receive angle.
|
|
dsim_variable | uplink_frequency_dsim |
| Uplink frequency (GHz)
|
|
dsim_variable | downlink_frequency_dsim |
| Downlink frequency (GHz)
|
|
dsim_variable | lat_ground_station_dsim |
| Latitude ground station (deg)
|
|
dsim_variable | lon_ground_station_dsim |
| Longitude ground station (deg)
|
|
dsim_variable | alt_ground_station_dsim |
| Altitude ground station (km)
|
|
dsim_variable | downlink_inverse_loss_dsim |
| Altitude ground station (km)
|
|
dsim_variable | uplink_inverse_loss_dsim |
| Altitude ground station (km)
|
|
Ground station contact model.
This model computes the inverse path loss for an uplink and downlink. The inverse path loss is zero when there is no contact.
The documentation for this class was generated from the following files:
- comm_link_earth.h
- comm_link_earth.cc