#include <cstdlib>
#include <cstring>
#include <unistd.h>
#include <termios.h>
#include <fcntl.h>
#include <errno.h>
#include "Exceptions.h"
#include "ComPort.h"
Макросы | |
| #define | CMSPAR 010000000000 |
| #define | CHECK_SPEED(var, speed) |
| #define CHECK_SPEED | ( | var, | |||
| speed | ) |
Макроопределение:
if( var == __STRING(speed) ) \ return ComPort::ComSpeed##speed;
1.5.9