platform_specific_components/linux/libuavcan/apps/debug.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Pavel Kirienko <pavel.kirienko@gmail.com>
3  */
4 
5 #pragma once
6 
7 #include <stdexcept>
8 
9 #ifndef STRINGIZE
10 # define STRINGIZE2(x) #x
11 # define STRINGIZE(x) STRINGIZE2(x)
12 #endif
13 #define ENFORCE(x) if (!(x)) { throw std::runtime_error(__FILE__ ":" STRINGIZE(__LINE__) ": " #x); }
14 


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:02