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

Method LoadScript

src/FGFDMExec.cpp:730–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
729
730bool FGFDMExec::LoadScript(const SGPath& script, double deltaT,
731 const SGPath& initfile)
732{
733 Script = std::make_shared<FGScript>(this);
734 return Script->LoadScript(GetFullPath(script), deltaT, initfile);
735}
736
737//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
738

Callers 3

mainFunction · 0.45
real_mainFunction · 0.45
OpenScriptMethod · 0.45

Calls 1

GetFullPathFunction · 0.85

Tested by

no test coverage detected