implementation of the methods for RS232 serial communication More...
#include <stdio.h>#include <string.h>#include <errno.h>#include <termios.h>#include <math.h>#include <poll.h>#include <signal.h>#include <fcntl.h>#include <iostream>#include <fstream>#include "serialcom/SerialCom.h"
Go to the source code of this file.
Macros | |
| #define | SERIAL_EXCEPT(except, msg,...) |
| Macro for throwing an exception with a message, passing args. More... | |
implementation of the methods for RS232 serial communication
Definition in file SerialCom.cpp.
| #define SERIAL_EXCEPT | ( | except, | |
| msg, | |||
| ... | |||
| ) |
Macro for throwing an exception with a message, passing args.
Definition at line 59 of file SerialCom.cpp.