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

Method FGInputSocket

src/input_output/FGInputSocket.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
55
56FGInputSocket::FGInputSocket(FGFDMExec* fdmex, bool isEnabled) :
57 FGInputType(fdmex, isEnabled), SockProtocol(FGfdmSocket::ptTCP),
58 BlockingInput(false)
59{
60}
61
62//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected