| 54 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ |
| 55 | |
| 56 | FGInputSocket::FGInputSocket(FGFDMExec* fdmex, bool isEnabled) : |
| 57 | FGInputType(fdmex, isEnabled), SockProtocol(FGfdmSocket::ptTCP), |
| 58 | BlockingInput(false) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected