Defines
dxlassert.h File Reference
#include <ros/ros.h>
Include dependency graph for dxlassert.h:

Go to the source code of this file.

Defines

#define DXL_SAFE_CALL(call)

Define Documentation

#define DXL_SAFE_CALL (   call)
Value:
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.



threemxl
Author(s):
autogenerated on Fri Aug 28 2015 13:21:08