This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | SPL |
Classes | |
| struct | SPL::SerialParams |
| struct | SPL::SerialPort |
Functions | |
| void | SPL::initSerialParams (SerialParams *params) |
| int | SPL::openSerialPort (SerialPort *port, SerialParams *params) |
| int | SPL::closeSerialPort (SerialPort *port) |
| int | SPL::setRTSSerialPort (SerialPort *port, int level) |
| int | SPL::waitforoneSerialPort (SerialPort *port, long time) |
| int | SPL::waitforallSerialPorts (SerialPort **ports, int count, int *setofports, long time) |
| int | SPL::readfromSerialPort (SerialPort *port, char *buf, int count) |
| int | SPL::writetoSerialPort (SerialPort *port, char *buf, int count) |
| int | SPL::sendBreakSerialPort (SerialPort *port) |
1.4.6