Provides a warfighter model.
More...
#include <warfighter.h>
Inherits dsim_model.
|
| 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.
|
|
|
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.
|
|
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:
- warfighter.h
- warfighter.cc