#include <ros/ros.h>
Go to the source code of this file.
Defines | |
#define | DXL_SAFE_CALL(call) |
#define DXL_SAFE_CALL | ( | call | ) |
do { \ int ret = call; \ if (ret != DXL_SUCCESS) { \ ROS_FATAL("DXL CALL FAILED\n\tfile = %s\n\tline = %d\n\tcall = %s\n\tmessage = %s", __FILE__, __LINE__, #call, CDxlCom::translateErrorCode(ret)); \ ROS_ISSUE_BREAK(); \ } \ } while (0)
Definition at line 6 of file dxlassert.h.