gz_debug.hh File Reference

Gazebo debug utilities. More...

Go to the source code of this file.

Macros

#define NULL_CHECK(_expr, _msg)
 Returns if expression evaluates to false. More...
 

Detailed Description

Gazebo debug utilities.

Warning
Should only be included in Gazebo plugins!
Author
João Borrego : jsbruglie

Macro Definition Documentation

#define NULL_CHECK (   _expr,
  _msg 
)
Value:
if (!_expr) \
{ \
gzdbg << _msg << std::endl; \
return; \
}

Returns if expression evaluates to false.