Spacecraft Models Package 2.0
Spacecraft Models for DSim
Public Member Functions | Protected Attributes | List of all members
warfighter Class Reference

Provides a warfighter model. More...

#include <warfighter.h>

Inherits dsim_model.

Public Member Functions

 warfighter (dsim_model_setup *setup)
 Constructor.
 
 ~warfighter ()
 Destructor.
 
void initialize_data ()
 Initialize outlets and output variables.
 
void initialization_complete ()
 Finish initialization.
 
void initialize_timestep ()
 Computation done prior to numerical integration.
 

Protected Attributes

dsim_variable lat_lon_alt_dsim
 Latitude, longitude and altitude of each warfighter.
 
dsim_variable position_ef_dsim
 Warfighter position EF.
 
dsim_variable position_eci_dsim
 Warfighter position ECI.
 
dsim_variable target_delta_lat_lon_alt_dsim
 Target delta Latitude, longitude and altitude.
 
dsim_variable target_position_ef_dsim
 Target position EF.
 
dsim_variable target_position_eci_dsim
 Target position ECI.
 

Detailed Description

Provides a warfighter model.

The model returns warfighter position and target position in the earth fixed and eci frames.


The documentation for this class was generated from the following files: