#include <MultiGoalActionServer.h>
Public Member Functions | |
GoalQueueItem (GoalHandle g) | |
~GoalQueueItem () | |
Public Attributes | |
GoalHandle | goal |
bool | isPreemptReq |
boost::thread * | thread |
Definition at line 69 of file MultiGoalActionServer.h.
actionlib::MGActionServer< ActionSpec >::GoalQueueItem::GoalQueueItem | ( | GoalHandle | g | ) | [inline] |
Definition at line 74 of file MultiGoalActionServer.h.
actionlib::MGActionServer< ActionSpec >::GoalQueueItem::~GoalQueueItem | ( | ) | [inline] |
Definition at line 76 of file MultiGoalActionServer.h.
GoalHandle actionlib::MGActionServer< ActionSpec >::GoalQueueItem::goal |
Definition at line 71 of file MultiGoalActionServer.h.
bool actionlib::MGActionServer< ActionSpec >::GoalQueueItem::isPreemptReq |
Definition at line 72 of file MultiGoalActionServer.h.
boost::thread* actionlib::MGActionServer< ActionSpec >::GoalQueueItem::thread |
Definition at line 73 of file MultiGoalActionServer.h.