Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
CC = g++
|
2000-04-24 23:49:06 +00:00
|
|
|
INCLUDES = -I.
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
LINKDIR= -Lfiltersjb/
|
2000-04-24 23:49:06 +00:00
|
|
|
JSBSim_objects = FGAircraft.o FGAtmosphere.o FGCoefficient.o FGFCS.o FGFDMExec.o\
|
|
|
|
FGModel.o FGOutput.o FGPosition.o FGRotation.o FGState.o FGTranslation.o\
|
2001-07-26 17:17:11 +00:00
|
|
|
FGUtility.o FGTank.o FGAuxiliary.o FGfdmSocket.o FGTrim.o FGTrimAxis.o\
|
|
|
|
FGConfigFile.o FGInitialCondition.o FGLGear.o FGMatrix.o FGPropulsion.o FGRocket.o\
|
|
|
|
FGTurboShaft.o FGTurboJet.o FGTurboProp.o FGPiston.o FGForce.o FGThruster.o FGEngine.o\
|
|
|
|
FGTable.o FGPropeller.o FGNozzle.o FGAerodynamics.o FGMassBalance.o FGInertial.o\
|
|
|
|
FGFactorGroup.o
|
2000-04-24 23:49:06 +00:00
|
|
|
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
JSBSim : $(JSBSim_objects) JSBSim.o libFCSComponents.a
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) $(LINKDIR) $(JSBSim_objects) JSBSim.o -oJSBSim -lm -lFCSComponents
|
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
libFCSComponents.a:
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
cd filtersjb; make -fMakefile.solo; cd ..
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGAerodynamics.o: FGAerodynamics.cpp FGAerodynamics.h FGModel.h \
|
|
|
|
FGDefs.h FGConfigFile.h FGState.h FGInitialCondition.h FGFDMExec.h \
|
|
|
|
FGAtmosphere.h FGMatrix.h FGFCS.h filtersjb/FGFCSComponent.h \
|
|
|
|
filtersjb/../FGDefs.h filtersjb/../FGFCS.h FGLGear.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGRotation.h \
|
|
|
|
FGPosition.h FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGTable.h FGNozzle.h FGMassBalance.h \
|
|
|
|
FGCoefficient.h FGFactorGroup.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGAerodynamics.cpp
|
|
|
|
|
|
|
|
FGAircraft.o: FGAircraft.cpp FGAircraft.h FGModel.h FGDefs.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGState.h FGInitialCondition.h \
|
|
|
|
FGFDMExec.h FGAtmosphere.h FGMatrix.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGTranslation.h FGAerodynamics.h FGCoefficient.h FGTable.h \
|
|
|
|
FGFactorGroup.h FGOutput.h FGfdmSocket.h FGAuxiliary.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGNozzle.h FGInertial.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGAircraft.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGAtmosphere.o: FGAtmosphere.cpp FGAtmosphere.h FGModel.h FGDefs.h \
|
|
|
|
FGMatrix.h FGState.h FGInitialCondition.h FGFDMExec.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGAircraft.h FGPropulsion.h FGRocket.h \
|
|
|
|
FGEngine.h FGTranslation.h FGRotation.h FGPosition.h FGAuxiliary.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGAtmosphere.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGAuxiliary.o: FGAuxiliary.cpp FGAuxiliary.h FGModel.h FGDefs.h \
|
|
|
|
FGMatrix.h FGTranslation.h FGRotation.h FGAtmosphere.h FGState.h \
|
|
|
|
FGInitialCondition.h FGFDMExec.h FGFCS.h filtersjb/FGFCSComponent.h \
|
|
|
|
filtersjb/../FGDefs.h filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h \
|
|
|
|
FGAircraft.h FGPropulsion.h FGRocket.h FGEngine.h FGPosition.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGAuxiliary.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGCoefficient.o: FGCoefficient.cpp FGCoefficient.h FGConfigFile.h \
|
|
|
|
FGDefs.h FGTable.h FGState.h FGInitialCondition.h FGFDMExec.h \
|
|
|
|
FGModel.h FGAtmosphere.h FGMatrix.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGAircraft.h FGPropulsion.h FGRocket.h FGEngine.h \
|
|
|
|
FGTranslation.h FGRotation.h FGPosition.h FGAuxiliary.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h FGTurboProp.h \
|
|
|
|
FGTank.h FGPropeller.h FGThruster.h FGForce.h FGNozzle.h \
|
|
|
|
FGMassBalance.h FGAerodynamics.h FGFactorGroup.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGCoefficient.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGColumnVector3.o: FGColumnVector3.cpp FGColumnVector3.h FGMatrix.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGColumnVector3.cpp
|
|
|
|
|
|
|
|
FGConfigFile.o: FGConfigFile.cpp FGConfigFile.h FGDefs.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGConfigFile.cpp
|
|
|
|
|
|
|
|
FGEngine.o: FGEngine.cpp FGEngine.h FGState.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGTranslation.h FGNozzle.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGEngine.cpp
|
|
|
|
|
|
|
|
FGFCS.o: FGFCS.cpp FGDefs.h FGFCS.h filtersjb/FGFCSComponent.h \
|
|
|
|
filtersjb/../FGDefs.h filtersjb/../FGFCS.h FGModel.h FGLGear.h \
|
|
|
|
FGConfigFile.h FGMatrix.h FGFDMExec.h FGInitialCondition.h \
|
|
|
|
FGAtmosphere.h FGAircraft.h FGPropulsion.h FGRocket.h FGEngine.h \
|
|
|
|
FGState.h FGTranslation.h FGRotation.h FGPosition.h FGAerodynamics.h \
|
|
|
|
FGMassBalance.h FGCoefficient.h FGTable.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h \
|
|
|
|
FGNozzle.h filtersjb/FGFilter.h filtersjb/../FGConfigFile.h \
|
|
|
|
filtersjb/FGDeadBand.h filtersjb/FGGain.h filtersjb/../FGTable.h \
|
|
|
|
filtersjb/FGGradient.h filtersjb/FGSwitch.h filtersjb/FGSummer.h \
|
|
|
|
filtersjb/FGFlaps.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGFCS.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGFDMExec.o: FGFDMExec.cpp FGFDMExec.h FGModel.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGAtmosphere.h FGMatrix.h FGState.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGAircraft.h FGPropulsion.h FGRocket.h \
|
|
|
|
FGEngine.h FGTranslation.h FGRotation.h FGPosition.h FGAuxiliary.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h FGInertial.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGFDMExec.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGFactorGroup.o: FGFactorGroup.cpp FGCoefficient.h FGConfigFile.h \
|
|
|
|
FGDefs.h FGTable.h FGFactorGroup.h FGAerodynamics.h FGModel.h \
|
|
|
|
FGState.h FGInitialCondition.h FGFDMExec.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGAircraft.h FGPropulsion.h FGRocket.h \
|
|
|
|
FGEngine.h FGTranslation.h FGRotation.h FGPosition.h FGAuxiliary.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h \
|
|
|
|
FGNozzle.h FGMassBalance.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGFactorGroup.cpp
|
|
|
|
|
|
|
|
FGForce.o: FGForce.cpp FGFDMExec.h FGModel.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGAtmosphere.h FGMatrix.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGState.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGTranslation.h FGAerodynamics.h FGCoefficient.h FGTable.h \
|
|
|
|
FGFactorGroup.h FGOutput.h FGfdmSocket.h FGAuxiliary.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGNozzle.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGForce.cpp
|
|
|
|
|
|
|
|
FGGroundReactions.o: FGGroundReactions.cpp FGGroundReactions.h \
|
|
|
|
FGModel.h FGDefs.h FGConfigFile.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGGroundReactions.cpp
|
|
|
|
|
|
|
|
FGInertial.o: FGInertial.cpp FGInertial.h FGModel.h FGDefs.h \
|
|
|
|
FGConfigFile.h FGMatrix.h FGPosition.h FGMassBalance.h FGPropulsion.h \
|
|
|
|
FGRocket.h FGEngine.h FGState.h FGInitialCondition.h FGFDMExec.h \
|
|
|
|
FGAtmosphere.h FGFCS.h filtersjb/FGFCSComponent.h \
|
|
|
|
filtersjb/../FGDefs.h filtersjb/../FGFCS.h FGLGear.h FGAircraft.h \
|
|
|
|
FGRotation.h FGTranslation.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGTable.h FGFactorGroup.h FGOutput.h FGfdmSocket.h FGAuxiliary.h \
|
|
|
|
FGPiston.h FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h \
|
|
|
|
FGPropeller.h FGThruster.h FGForce.h FGNozzle.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGInertial.cpp
|
|
|
|
|
|
|
|
FGInitialCondition.o: FGInitialCondition.cpp FGInitialCondition.h \
|
|
|
|
FGFDMExec.h FGModel.h FGDefs.h FGAtmosphere.h FGMatrix.h FGState.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGRotation.h \
|
|
|
|
FGPosition.h FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGTable.h FGNozzle.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGInitialCondition.cpp
|
|
|
|
|
|
|
|
FGLGear.o: FGLGear.cpp FGLGear.h FGConfigFile.h FGDefs.h FGMatrix.h \
|
|
|
|
FGFDMExec.h FGModel.h FGInitialCondition.h FGAtmosphere.h \
|
|
|
|
FGAircraft.h FGPropulsion.h FGRocket.h FGEngine.h FGState.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGTranslation.h FGRotation.h FGPosition.h FGAerodynamics.h \
|
|
|
|
FGMassBalance.h FGCoefficient.h FGTable.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h \
|
|
|
|
FGNozzle.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGLGear.cpp
|
|
|
|
|
|
|
|
FGMassBalance.o: FGMassBalance.cpp FGMassBalance.h FGModel.h FGDefs.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGState.h FGInitialCondition.h \
|
|
|
|
FGFDMExec.h FGAtmosphere.h FGMatrix.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGAircraft.h FGPosition.h FGRotation.h \
|
|
|
|
FGTranslation.h FGAerodynamics.h FGCoefficient.h FGTable.h \
|
|
|
|
FGFactorGroup.h FGOutput.h FGfdmSocket.h FGAuxiliary.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGNozzle.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGMassBalance.cpp
|
|
|
|
|
|
|
|
FGMatrix.o: FGMatrix.cpp FGMatrix.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGMatrix.cpp
|
|
|
|
|
|
|
|
FGModel.o: FGModel.cpp FGModel.h FGDefs.h FGState.h \
|
|
|
|
FGInitialCondition.h FGFDMExec.h FGAtmosphere.h FGMatrix.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGAircraft.h FGPropulsion.h FGRocket.h \
|
|
|
|
FGEngine.h FGTranslation.h FGRotation.h FGPosition.h FGAuxiliary.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h FGInertial.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGModel.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGNozzle.o: FGNozzle.cpp FGNozzle.h FGThruster.h FGForce.h FGFDMExec.h \
|
|
|
|
FGModel.h FGDefs.h FGInitialCondition.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGConfigFile.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGNozzle.cpp
|
|
|
|
|
|
|
|
FGOutput.o: FGOutput.cpp FGOutput.h FGModel.h FGDefs.h FGfdmSocket.h \
|
|
|
|
FGState.h FGInitialCondition.h FGFDMExec.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGRotation.h \
|
|
|
|
FGPosition.h FGAuxiliary.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGOutput.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGPiston.o: FGPiston.cpp FGDefs.h FGPiston.h FGEngine.h FGState.h \
|
|
|
|
FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGTurboShaft.h FGTurboJet.h FGTurboProp.h \
|
|
|
|
FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGTranslation.h FGNozzle.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGPiston.cpp
|
|
|
|
|
|
|
|
FGPosition.o: FGPosition.cpp FGPosition.h FGModel.h FGDefs.h \
|
|
|
|
FGMatrix.h FGAtmosphere.h FGState.h FGInitialCondition.h FGFDMExec.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGRotation.h \
|
|
|
|
FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h \
|
|
|
|
FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h \
|
|
|
|
FGForce.h FGTable.h FGNozzle.h FGMassBalance.h FGAerodynamics.h \
|
|
|
|
FGCoefficient.h FGFactorGroup.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGPosition.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGPropeller.o: FGPropeller.cpp FGPropeller.h FGThruster.h FGForce.h \
|
|
|
|
FGFDMExec.h FGModel.h FGDefs.h FGInitialCondition.h FGAtmosphere.h \
|
|
|
|
FGMatrix.h FGConfigFile.h FGTable.h FGTranslation.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGPropeller.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGPropulsion.o: FGPropulsion.cpp FGPropulsion.h FGModel.h FGDefs.h \
|
|
|
|
FGRocket.h FGEngine.h FGState.h FGInitialCondition.h FGFDMExec.h \
|
|
|
|
FGAtmosphere.h FGMatrix.h FGFCS.h filtersjb/FGFCSComponent.h \
|
|
|
|
filtersjb/../FGDefs.h filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h \
|
|
|
|
FGAircraft.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGTranslation.h FGAerodynamics.h FGCoefficient.h FGTable.h \
|
|
|
|
FGFactorGroup.h FGOutput.h FGfdmSocket.h FGAuxiliary.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGNozzle.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGPropulsion.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGRocket.o: FGRocket.cpp FGDefs.h FGRocket.h FGEngine.h FGState.h \
|
|
|
|
FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGPiston.h FGTurboShaft.h FGTurboJet.h FGTurboProp.h \
|
|
|
|
FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGTranslation.h FGNozzle.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGRocket.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGRotation.o: FGRotation.cpp FGRotation.h FGModel.h FGDefs.h \
|
|
|
|
FGMatrix.h FGAtmosphere.h FGState.h FGInitialCondition.h FGFDMExec.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGPosition.h \
|
|
|
|
FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h \
|
|
|
|
FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h \
|
|
|
|
FGForce.h FGTable.h FGNozzle.h FGMassBalance.h FGAerodynamics.h \
|
|
|
|
FGCoefficient.h FGFactorGroup.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGRotation.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGRotor.o: FGRotor.cpp FGRotor.h FGThruster.h FGForce.h FGFDMExec.h \
|
|
|
|
FGModel.h FGDefs.h FGInitialCondition.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGConfigFile.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGRotor.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGState.o: FGState.cpp FGState.h FGDefs.h FGInitialCondition.h \
|
|
|
|
FGFDMExec.h FGModel.h FGAtmosphere.h FGMatrix.h FGFCS.h \
|
|
|
|
filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h filtersjb/../FGFCS.h \
|
|
|
|
FGLGear.h FGConfigFile.h FGAircraft.h FGPropulsion.h FGRocket.h \
|
|
|
|
FGEngine.h FGTranslation.h FGRotation.h FGPosition.h FGAuxiliary.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGState.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGTable.o: FGTable.cpp FGTable.h FGConfigFile.h FGDefs.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTable.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGTank.o: FGTank.cpp FGDefs.h FGTank.h FGConfigFile.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTank.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGThruster.o: FGThruster.cpp FGThruster.h FGForce.h FGFDMExec.h \
|
|
|
|
FGModel.h FGDefs.h FGInitialCondition.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGConfigFile.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGThruster.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGTranslation.o: FGTranslation.cpp FGTranslation.h FGModel.h FGDefs.h \
|
|
|
|
FGMatrix.h FGRotation.h FGAtmosphere.h FGState.h FGInitialCondition.h \
|
|
|
|
FGFDMExec.h FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGPosition.h FGAuxiliary.h \
|
|
|
|
FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGNozzle.h FGMassBalance.h FGAerodynamics.h FGCoefficient.h \
|
|
|
|
FGFactorGroup.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTranslation.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGTrim.o: FGTrim.cpp FGFDMExec.h FGModel.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGAtmosphere.h FGMatrix.h FGTrim.h FGRotation.h \
|
|
|
|
FGState.h FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGPosition.h \
|
|
|
|
FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h \
|
|
|
|
FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h \
|
|
|
|
FGForce.h FGTable.h FGNozzle.h FGMassBalance.h FGAerodynamics.h \
|
|
|
|
FGCoefficient.h FGFactorGroup.h FGTrimAxis.h
|
2000-10-02 23:07:30 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTrim.cpp
|
2001-07-26 17:17:11 +00:00
|
|
|
|
|
|
|
FGTrimAxis.o: FGTrimAxis.cpp FGFDMExec.h FGModel.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGAtmosphere.h FGMatrix.h FGTrimAxis.h \
|
|
|
|
FGRotation.h FGState.h FGFCS.h filtersjb/FGFCSComponent.h \
|
|
|
|
filtersjb/../FGDefs.h filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h \
|
|
|
|
FGAircraft.h FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h \
|
|
|
|
FGPosition.h FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGTable.h FGNozzle.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h
|
2000-10-02 23:07:30 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTrimAxis.cpp
|
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGTurboJet.o: FGTurboJet.cpp FGTurboJet.h FGEngine.h FGState.h \
|
|
|
|
FGDefs.h FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h \
|
|
|
|
FGMatrix.h FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGPiston.h FGTurboShaft.h FGTurboProp.h \
|
|
|
|
FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGTranslation.h FGNozzle.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTurboJet.cpp
|
|
|
|
|
|
|
|
FGTurboProp.o: FGTurboProp.cpp FGTurboProp.h FGEngine.h FGState.h \
|
|
|
|
FGDefs.h FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h \
|
|
|
|
FGMatrix.h FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGPiston.h FGTurboShaft.h FGTurboJet.h \
|
|
|
|
FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGTranslation.h FGNozzle.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTurboProp.cpp
|
|
|
|
|
|
|
|
FGTurboShaft.o: FGTurboShaft.cpp FGTurboShaft.h FGEngine.h FGState.h \
|
|
|
|
FGDefs.h FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h \
|
|
|
|
FGMatrix.h FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGPiston.h FGTurboJet.h FGTurboProp.h \
|
|
|
|
FGTank.h FGPropeller.h FGThruster.h FGForce.h FGTable.h \
|
|
|
|
FGTranslation.h FGNozzle.h FGPosition.h FGRotation.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h FGOutput.h \
|
|
|
|
FGfdmSocket.h FGAuxiliary.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGTurboShaft.cpp
|
|
|
|
|
|
|
|
FGUtility.o: FGUtility.cpp FGUtility.h FGState.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGFDMExec.h FGModel.h FGAtmosphere.h FGMatrix.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGRotation.h \
|
|
|
|
FGPosition.h FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h \
|
|
|
|
FGTurboShaft.h FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h \
|
|
|
|
FGThruster.h FGForce.h FGTable.h FGNozzle.h FGMassBalance.h \
|
|
|
|
FGAerodynamics.h FGCoefficient.h FGFactorGroup.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGUtility.cpp
|
2000-04-24 23:49:06 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
FGfdmSocket.o: FGfdmSocket.cpp FGfdmSocket.h
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c FGfdmSocket.cpp
|
|
|
|
|
|
|
|
JSBSim.o: JSBSim.cpp FGFDMExec.h FGModel.h FGDefs.h \
|
|
|
|
FGInitialCondition.h FGAtmosphere.h FGMatrix.h FGRotation.h FGState.h \
|
|
|
|
FGFCS.h filtersjb/FGFCSComponent.h filtersjb/../FGDefs.h \
|
|
|
|
filtersjb/../FGFCS.h FGLGear.h FGConfigFile.h FGAircraft.h \
|
|
|
|
FGPropulsion.h FGRocket.h FGEngine.h FGTranslation.h FGPosition.h \
|
|
|
|
FGAuxiliary.h FGOutput.h FGfdmSocket.h FGPiston.h FGTurboShaft.h \
|
|
|
|
FGTurboJet.h FGTurboProp.h FGTank.h FGPropeller.h FGThruster.h \
|
|
|
|
FGForce.h FGTable.h FGNozzle.h FGMassBalance.h FGAerodynamics.h \
|
|
|
|
FGCoefficient.h FGFactorGroup.h
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c JSBSim.cpp
|
1999-08-17 21:20:38 +00:00
|
|
|
|
2001-07-26 17:17:11 +00:00
|
|
|
|
|
|
|
x15trim.o:x15trim.cpp
|
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) -c x15trim.cpp
|
|
|
|
|
|
|
|
x15trim:$(JSBSim_objects) x15trim.o libFCSComponents.a
|
2000-10-02 23:07:30 +00:00
|
|
|
$(CC) $(INCLUDES) $(CCOPTS) $(LINKDIR) $(JSBSim_objects) x15trim.o -ox15trim -lm -lFCSComponents
|
|
|
|
|
1999-08-17 21:20:38 +00:00
|
|
|
clean:
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
-mv *.*~ backup
|
|
|
|
-rm *.o
|
1999-08-17 21:20:38 +00:00
|
|
|
|
|
|
|
all:
|
|
|
|
touch *.cpp
|
2001-07-26 17:17:11 +00:00
|
|
|
cd filtersjb; make all -fMakefile.solo; cd ..
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
make JSBSim -fMakefile.solo
|
1999-08-17 21:20:38 +00:00
|
|
|
|
|
|
|
debug:
|
Updates from the Jon and Tony show.
Tony submitted:
JSBsim:
Added trimming routine, it is longitudinal & in-air only at this point
Added support for taking wind & weather data from external source
Added support for flaps.
Added independently settable pitch trim
Added alphamin and max to config file, stall modeling and warning to
follow
c172.cfg:
Flaps!
Adjusted Cmo, model should be speed stable now
FG:
Hooked up Christian's weather code, should be using it soon.
Hooked up the trimming routine. Note that the X-15 will not trim.
This is not a model or trimming routine deficiency, just the
nature of the X-15
The trimming routine sets the pitch trim and and throttle at startup.
The throttle is set using Norman's code for the autothrottle so the
autothrottle is on by default. --notrim will turn it off.
Added --vc, --mach, and --notrim switches
(vc is airspeed in knots)
uBody, vBody, and wBody are still supported, last one entered
on the command line counts, i.e. you can set vc or mach or u,v,
and w but any combination will be ignored.
2000-05-16 21:35:11 +00:00
|
|
|
touch *.cpp
|
|
|
|
touch filtersjb/*.cpp
|
|
|
|
cd filtersjb; make debug CCOPTS=-g -fMakefile.solo; cd ..
|
|
|
|
make JSBSim CCOPTS=-g -fMakefile.solo
|