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

Method Load

src/math/FGModelFunctions.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60
61bool FGModelFunctions::Load(Element* el, FGFDMExec* fdmex, string prefix)
62{
63 LocalProperties.Load(el, fdmex->GetPropertyManager().get(), false);
64 PreLoad(el, fdmex, prefix);
65
66 return true; // TODO: Need to make this value mean something.
67}
68
69//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
70

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected