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

Method InitModel

src/input_output/FGInputSocket.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
85
86bool FGInputSocket::InitModel(void)
87{
88 if (!FGInputType::InitModel())
89 return false;
90
91 if (enabled)
92 return CreateSocket();
93
94 return true;
95}
96
97//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected