a wrapper around moveit_msgs::MoveItErrorCodes to make it easier to return an error code message from a function
More...
#include <moveit_error_code.h>
a wrapper around moveit_msgs::MoveItErrorCodes to make it easier to return an error code message from a function
Definition at line 47 of file moveit_error_code.h.
◆ MoveItErrorCode() [1/2]
moveit::core::MoveItErrorCode::MoveItErrorCode |
( |
const int |
code = moveit_msgs::msg::MoveItErrorCodes::UNDEFINED , |
|
|
const std::string & |
error_message = "" , |
|
|
const std::string & |
error_source = "" |
|
) |
| |
|
inline |
◆ MoveItErrorCode() [2/2]
moveit::core::MoveItErrorCode::MoveItErrorCode |
( |
const moveit_msgs::msg::MoveItErrorCodes & |
code | ) |
|
|
inline |
◆ operator bool()
moveit::core::MoveItErrorCode::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator!=()
bool moveit::core::MoveItErrorCode::operator!= |
( |
const int |
c | ) |
const |
|
inline |
◆ operator==()
bool moveit::core::MoveItErrorCode::operator== |
( |
const int |
c | ) |
const |
|
inline |
The documentation for this class was generated from the following file: