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

Method FGOutputSocket

src/input_output/FGOutputSocket.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
68
69FGOutputSocket::FGOutputSocket(FGFDMExec* fdmex) :
70 FGOutputType(fdmex),
71 socket(0)
72{
73}
74
75//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected