rcl_action  master
C API providing common functionality for ROS actions.
rcl_action.h
Go to the documentation of this file.
1 // Copyright 2018 Open Source Robotics Foundation, Inc.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 
42 #ifndef RCL_ACTION__RCL_ACTION_H_
43 #define RCL_ACTION__RCL_ACTION_H_
44 
45 #ifdef __cplusplus
46 extern "C"
47 {
48 #endif
49 
52 #include "rcl_action/default_qos.h"
53 #include "rcl_action/goal_handle.h"
55 #include "rcl_action/graph.h"
56 #include "rcl_action/types.h"
57 #include "rcl_action/wait.h"
58 
59 #ifdef __cplusplus
60 }
61 #endif
62 
63 #endif // RCL_ACTION__RCL_ACTION_H_