1 /***************************************************************************
5 ----------------------------------------------------------------------------
7 FUNCTION: Initializes navion math model
9 ----------------------------------------------------------------------------
11 MODULE STATUS: developmental
13 ----------------------------------------------------------------------------
15 GENEALOGY: Renamed navion_init.c originally created on 930111 by Bruce Jackson
17 ----------------------------------------------------------------------------
25 ----------------------------------------------------------------------------
31 950314 Removed initialization of state variables, since this is
32 now done (version 1.4b1) in ls_init. EBJ
33 950406 Removed #include of "shmdefs.h"; shmdefs.h is a duplicate
38 ----------------------------------------------------------------------------
42 ----------------------------------------------------------------------------
46 ----------------------------------------------------------------------------
50 ----------------------------------------------------------------------------
54 ----------------------------------------------------------------------------
58 --------------------------------------------------------------------------*/
60 #include "ls_generic.h"
61 #include "ls_cockpit.h"
62 #include "ls_constants.h"
63 #include "c172_aero.h"
65 void c172_init( void ) {
69 Dx_pilot = 0; Dy_pilot = 0; Dz_pilot = 0;
77 Flap_Position=Flap_handle;