/home/laradmin/lar/utils/cereal_port/src/CerealPort.cpp File Reference

#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 "cereal_port/CerealPort.h"
#include <string>
#include <vector>
#include <stdint.h>
#include <boost/function.hpp>
#include <boost/thread/thread.hpp>
Include dependency graph for CerealPort.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define CEREAL_EXCEPT(except, msg,...)
 Macro for throwing an exception with a message, passing args.

Define Documentation

#define CEREAL_EXCEPT ( except,
msg,
...   ) 
Value:
{ \
    char buf[1000]; \
    snprintf(buf, 1000, msg " (in cereal::CerealPort::%s)" , ##__VA_ARGS__, __FUNCTION__); \
    throw except(buf); \
}

Macro for throwing an exception with a message, passing args.

Definition at line 52 of file CerealPort.cpp.

 All Classes Namespaces Files Functions Variables Defines


cereal_port
Author(s): $author
autogenerated on Wed Jul 23 04:33:36 2014