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

Method Disable

src/input_output/FGInputSocket.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
119
120void FGInputSocket::Disable()
121{
122 FGInputType::Disable();
123 socket.reset();
124}
125
126//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
127

Callers

nothing calls this directly

Calls 2

DisableFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected