]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_controlSurface.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_controlSurface.cpp
index e0920750c7ef6e68c9e99e73b6b8e301b2d55e10..27b178e2d6853568764bd605c0eaa1cac3fc9f5a 100644 (file)
@@ -20,7 +20,7 @@
                06/18/2001   (RD) Added aileron_input, rudder_input,
                            pilot_elev_no, pilot_ail_no, and 
                            pilot_rud_no
-              11/12/2001   (RD) Added flap_max, flap_rate, and
+              11/12/2001   (RD) Added flap_max, flap_rate
 
 ----------------------------------------------------------------------
  
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 **********************************************************************/
 
 #include "uiuc_map_controlSurface.h"
@@ -115,6 +114,15 @@ void uiuc_map_controlSurface()
   controlSurface_map["use_aileron_sas_type1"]  = use_aileron_sas_type1_flag  ;
   controlSurface_map["use_elevator_sas_type1"] = use_elevator_sas_type1_flag ;
   controlSurface_map["use_rudder_sas_type1"]   = use_rudder_sas_type1_flag   ;
+
+  controlSurface_map["ap_pah"]           = ap_pah_flag              ;
+  controlSurface_map["ap_alh"]           = ap_alh_flag              ;
+  controlSurface_map["ap_rah"]           = ap_rah_flag              ;
+  controlSurface_map["ap_hh"]            = ap_hh_flag               ;
+  controlSurface_map["ap_Theta_ref"]     = ap_Theta_ref_flag        ;
+  controlSurface_map["ap_alt_ref"]       = ap_alt_ref_flag          ;
+  controlSurface_map["ap_Phi_ref"]       = ap_Phi_ref_flag          ;
+  controlSurface_map["ap_Psi_ref"]       = ap_Psi_ref_flag          ;
 }
 
 // end uiuc_map_controlSurface.cpp