All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules
Macros
Assert.hh File Reference
#include <boost/assert.hpp>
Include dependency graph for Assert.hh:

Go to the source code of this file.

Macros

#define SDF_ASSERT(_expr, _msg)   BOOST_ASSERT_MSG(_expr, _msg)
 This macro define the standard way of launching an exception inside gazebo. More...
 

Macro Definition Documentation

#define SDF_ASSERT (   _expr,
  _msg 
)    BOOST_ASSERT_MSG(_expr, _msg)

This macro define the standard way of launching an exception inside gazebo.