#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 <stdexcept>
#include "md49_serialport/md49_serialport.h"
Go to the source code of this file.
Macros | |
#define | CEREAL_EXCEPT(except, msg, ...) |
Macro for throwing an exception with a message, passing args. More... | |
#define CEREAL_EXCEPT | ( | except, | |
msg, | |||
... | |||
) |
Macro for throwing an exception with a message, passing args.
Definition at line 16 of file md49_serialport.cpp.