35 #ifndef FGEXTERNALFORCE_H
36 #define FGEXTERNALFORCE_H
42 #include "models/propulsion/FGForce.h"
43 #include "simgear/props/propertyObject.hxx"
53 class FGPropertyManager;
64 const std::string& xcmp,
const std::string& ycmp,
65 const std::string& zcmp);
84 SGPropObjDouble data[3];
216 :
FGForce(FDMExec), forceMagnitude(NULL), momentMagnitude(NULL)
238 void Debug(
int from);