MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / GetPropulsion

Method GetPropulsion

src/FGFDMExec.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
324
325std::shared_ptr<FGPropulsion> FGFDMExec::GetPropulsion(void) const
326{
327 return static_pointer_cast<FGPropulsion>(Models[ePropulsion]);
328}
329
330//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
331

Callers 15

FGOutputTypeMethod · 0.80
setThrottlesPctMethod · 0.80
constrainMethod · 0.80
printSolutionMethod · 0.80
printStateMethod · 0.80
setThrottlesPctMethod · 0.80
FGTrimAnalysisMethod · 0.80
myCostFunctionFullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected