#include "sick_scan/sick_scan_base.h"
Go to the source code of this file.
Macros | |
#define | ROS_COMPILE_ASSERT(cond) BOOST_STATIC_ASSERT(cond) |
Compile-time assert. More... | |
#define | ROS_STATIC_ASSERT(cond) BOOST_STATIC_ASSERT(cond) |
Compile-time assert. More... | |
#define | ROSCONSOLE_STATIC_ASSERT_H |
#define ROS_COMPILE_ASSERT | ( | cond | ) | BOOST_STATIC_ASSERT(cond) |
Compile-time assert.
Only works with compile time statements, ie:
struct A { uint32_t a; }; ROS_COMPILE_ASSERT(sizeof(A) == 4);
Definition at line 53 of file static_assert.h.
#define ROS_STATIC_ASSERT | ( | cond | ) | BOOST_STATIC_ASSERT(cond) |
Compile-time assert.
Only works with compile time statements, ie:
struct A { uint32_t a; }; ROS_STATIC_ASSERT(sizeof(A) == 4);
Definition at line 68 of file static_assert.h.
#define ROSCONSOLE_STATIC_ASSERT_H |
Definition at line 34 of file static_assert.h.