45 : outcome_(255), cancel_(false), name_(name)
57 ROS_WARN_STREAM(
"Try to stop the plugin \"" <<
name_ <<
"\" rigorously by interrupting the thread!");
69 boost::unique_lock<boost::mutex> lock(mutex);
boost::condition_variable condition_
condition variable to wake up control thread
std::string name_
the plugin name; not the plugin type!
boost::cv_status waitForStateUpdate(boost::chrono::microseconds const &duration)
std::string getMessage()
Gets the current plugin execution message.
std::string getName()
Returns the name of the corresponding plugin.
std::string message_
the last received plugin execution message
uint32_t outcome_
the last received plugin execution outcome
AbstractExecutionBase(std::string name)
boost::thread thread_
the controlling thread object
#define ROS_WARN_STREAM(args)
uint32_t getOutcome()
Gets the current plugin execution outcome.