]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGFCS.h
FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
[flightgear.git] / src / FDM / JSBSim / FGFCS.h
index c334935f09b66cd11cf4a5b6f1c9702ce4722c6a..f09b12591ba0edc6a1fa04c0ac217a82014bc464 100644 (file)
@@ -40,7 +40,7 @@ INCLUDES
 
 #ifdef FGFS
 #  include <simgear/compiler.h>
-#  ifdef FG_HAVE_STD_INCLUDES
+#  ifdef SG_HAVE_STD_INCLUDES
 #    include <vector>
 #  else
 #    include <vector.h>
@@ -234,6 +234,10 @@ public:
       @param idx the index of the component (the component ID)
       @return name of the component */
   string GetComponentName(int idx);
+  /** Retrieves all component names for inclusion in output stream */
+  string GetComponentStrings(void);
+  /** Retrieves all component outputs for inclusion in output stream */
+  string GetComponentValues(void);
 
   /// @name Pilot input command setting
   //@{
@@ -314,7 +318,7 @@ public:
       @param AC_cfg pointer to the config file instance
       @return true if succesful */
   bool LoadFCS(FGConfigFile* AC_cfg);
-  
+
   /** The name of the flight control laws for this aircraft.
       This is given in the config file, and is not used for anything currently.*/
   string FCSName;