#include <socketcan_interface/FastDelegate.h>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/make_shared.hpp>
#include <boost/function.hpp>
#include <typeinfo>
#include <vector>
#include "exceptions.h"
Go to the source code of this file.
#define THROW_WITH_KEY | ( | e, | |
k | |||
) | BOOST_THROW_EXCEPTION(boost::enable_error_info(e) << ObjectDict::key_info(k)) |