Assert.hh File Reference
#include <boost/assert.hpp>

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ GZ_ASSERT

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

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

Referenced by TopicManager::Advertise(), and DARTTypes::InvertThreadPitch().