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

Method GetInput

src/FGFDMExec.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
282
283std::shared_ptr<FGInput> FGFDMExec::GetInput(void) const
284{
285 return static_pointer_cast<FGInput>(Models[eInput]);
286}
287
288//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
289

Callers 1

LoadScriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected