#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <poll.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>
#include <fstream>
#include <iostream>
#include <stdexcept>
#include <string>
#include "kvh/serial_port.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... | |
#define SERIAL_EXCEPT | ( | except, | |
msg, | |||
... | |||
) |
Macro for throwing an exception with a message, passing args.
Definition at line 55 of file serial_port.cpp.