rclcpp_action  master
C++ ROS Action Client Library
Public Attributes | List of all members
rclcpp_action::ClientGoalHandle< ActionT >::Result Struct Reference

#include <client_goal_handle.hpp>

Collaboration diagram for rclcpp_action::ClientGoalHandle< ActionT >::Result:
Collaboration graph
[legend]

Public Attributes

GoalID goal_id
 The unique identifier of the goal. More...
 
ResultCode code
 A status to indicate if the goal was canceled, aborted, or suceeded. More...
 
ActionT::Result::SharedPtr response
 User defined fields sent back with an action. More...
 

Member Data Documentation

◆ goal_id

template<typename ActionT>
GoalID rclcpp_action::ClientGoalHandle< ActionT >::Result::goal_id

The unique identifier of the goal.

◆ code

template<typename ActionT>
ResultCode rclcpp_action::ClientGoalHandle< ActionT >::Result::code

A status to indicate if the goal was canceled, aborted, or suceeded.

◆ response

template<typename ActionT>
ActionT::Result::SharedPtr rclcpp_action::ClientGoalHandle< ActionT >::Result::response

User defined fields sent back with an action.


The documentation for this struct was generated from the following file: