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

Method bytesAvailable

src/cli/chariohandler.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102qint64 CharIOHandler::bytesAvailable() const {
103 return iodev->bytesAvailable() + Super::bytesAvailable();
104}
105
106qint64 CharIOHandler::bytesToWrite() const {
107 return iodev->bytesToWrite() + Super::bytesToWrite();

Callers 1

configure_serial_portFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected