]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/electrical.hxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / Systems / electrical.hxx
index 3b20d298c5a34791eee37f560a60542368792d04..1668c917187d38da0f6ae0d4cf660ca71d73a504 100644 (file)
@@ -38,7 +38,8 @@
 SG_USING_STD(string);
 SG_USING_STD(vector);
 
-#include <simgear/misc/props.hxx>
+#include <simgear/props/props.hxx>
+
 #include <Main/fgfs.hxx>
 
 
@@ -117,6 +118,7 @@ class FGElectricalSupplier : public FGElectricalComponent {
         FG_EXTERNAL = 2
     };
 
+    string rpm_src;
     int model;
     double volts;
     double amps;
@@ -178,15 +180,7 @@ public:
 
 
 /**
- * Model an electrical system.  This is a simple system with the
- * alternator hardwired to engine[0]/rpm
- *
- * Input properties:
- *
- * /engines/engine[0]/rpm
- *
- * Output properties:
- *
+ * Model an electrical system.  This is a fairly simplistic system
  * 
  */