#include "SPLserialcomm.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <strings.h>
#include <termios.h>
#include <unistd.h>
Include dependency graph for SPLserialcomm.cxx:

Defines | |
| #define | DEBUGING 1 |
| #define | DEBUG(msg) printf("%s\n", (msg)); |
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