MCPcopy Create free account
hub / github.com/cvut/qtrvsim / waitForReadyRead

Method waitForReadyRead

src/cli/chariohandler.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool CharIOHandler::waitForReadyRead(int msecs) {
115 return iodev->waitForReadyRead(msecs);
116}
117
118bool CharIOHandler::waitForBytesWritten(int msecs) {
119 return iodev->waitForBytesWritten(msecs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected