command_types_typedef.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019 Pilz GmbH & Co. KG
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 #ifndef COMMAND_TYPES_TYPEDEF_H
18 #define COMMAND_TYPES_TYPEDEF_H
19 
20 #include <boost/variant.hpp>
21 
22 #include "ptp.h"
23 #include "lin.h"
24 #include "circ.h"
25 #include "gripper.h"
26 #include "jointconfiguration.h"
27 #include "cartesianconfiguration.h"
28 #include "circ_auxiliary_types.h"
29 
31 {
32 
36 
40 
43 
46 
47 typedef boost::variant<
53 
54 }
55 
56 #endif // COMMAND_TYPES_TYPEDEF_H
Lin< CartesianConfiguration, CartesianConfiguration > LinCart
Circ< CartesianConfiguration, CartesianCenter, CartesianConfiguration > CircCenterCart
Data class storing all information regarding a Circ command.
Definition: circ.h:32
boost::variant< PtpJoint, PtpJointCart, PtpCart, LinJoint, LinCart, CircCenterCart, CircInterimCart, CircJointCenterCart, CircJointInterimCart, Gripper > CmdVariant
Circ< JointConfiguration, CartesianCenter, JointConfiguration > CircJointCenterCart
Data class storing all information regarding a linear command.
Definition: lin.h:31
Circ< CartesianConfiguration, CartesianInterim, CartesianConfiguration > CircInterimCart
Ptp< CartesianConfiguration, CartesianConfiguration > PtpCart
Circ< JointConfiguration, CartesianInterim, JointConfiguration > CircJointInterimCart
Lin< JointConfiguration, JointConfiguration > LinJoint
Ptp< JointConfiguration, JointConfiguration > PtpJoint
Lin< JointConfiguration, CartesianConfiguration > LinJointCart
Ptp< JointConfiguration, CartesianConfiguration > PtpJointCart


pilz_industrial_motion_testutils
Author(s):
autogenerated on Mon Apr 6 2020 03:17:28