|
direcs
2012-09-30
|
#include <errno.h>#include <fcntl.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <termios.h>#include <unistd.h>#include <sys/types.h>#include <sys/ioctl.h>#include <sys/stat.h>#include <sys/time.h>#include <QtGlobal>#include <QString>#include <QDebug>

Go to the source code of this file.
Classes | |
| class | DirecsSerial |
| Class to read data from and write data to the serial port. More... | |
Macros | |
| #define | _POSIX |
| #define | READ_TIMEOUT 250000 |
| #define | READ_TIMEOUT_ATMEL 250000 |
| #define _POSIX |
Definition at line 52 of file direcsSerial.h.
| #define READ_TIMEOUT 250000 |
Definition at line 50 of file direcsSerial.h.
| #define READ_TIMEOUT_ATMEL 250000 |
Definition at line 51 of file direcsSerial.h.