Go to the documentation of this file.00001
00002 #ifndef PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERGRABRESULT_H
00003 #define PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERGRABRESULT_H
00004 #include <string>
00005 #include <vector>
00006 #include <map>
00007 #include <ostream>
00008 #include "ros/serialization.h"
00009 #include "ros/builtin_message_traits.h"
00010 #include "ros/message_operations.h"
00011 #include "ros/time.h"
00012
00013 #include "ros/macros.h"
00014
00015 #include "ros/assert.h"
00016
00017 #include "pr2_gripper_sensor_msgs/PR2GripperGrabData.h"
00018
00019 namespace pr2_gripper_sensor_msgs
00020 {
00021 template <class ContainerAllocator>
00022 struct PR2GripperGrabResult_ {
00023 typedef PR2GripperGrabResult_<ContainerAllocator> Type;
00024
00025 PR2GripperGrabResult_()
00026 : data()
00027 {
00028 }
00029
00030 PR2GripperGrabResult_(const ContainerAllocator& _alloc)
00031 : data(_alloc)
00032 {
00033 }
00034
00035 typedef ::pr2_gripper_sensor_msgs::PR2GripperGrabData_<ContainerAllocator> _data_type;
00036 ::pr2_gripper_sensor_msgs::PR2GripperGrabData_<ContainerAllocator> data;
00037
00038
00039 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> > Ptr;
00040 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> const> ConstPtr;
00041 boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00042 };
00043 typedef ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<std::allocator<void> > PR2GripperGrabResult;
00044
00045 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult> PR2GripperGrabResultPtr;
00046 typedef boost::shared_ptr< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult const> PR2GripperGrabResultConstPtr;
00047
00048
00049 template<typename ContainerAllocator>
00050 std::ostream& operator<<(std::ostream& s, const ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> & v)
00051 {
00052 ros::message_operations::Printer< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> >::stream(s, "", v);
00053 return s;}
00054
00055 }
00056
00057 namespace ros
00058 {
00059 namespace message_traits
00060 {
00061 template<class ContainerAllocator> struct IsMessage< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> > : public TrueType {};
00062 template<class ContainerAllocator> struct IsMessage< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> const> : public TrueType {};
00063 template<class ContainerAllocator>
00064 struct MD5Sum< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> > {
00065 static const char* value()
00066 {
00067 return "b4b68d48ac7d07bdb11b7f3badfa9266";
00068 }
00069
00070 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> &) { return value(); }
00071 static const uint64_t static_value1 = 0xb4b68d48ac7d07bdULL;
00072 static const uint64_t static_value2 = 0xb11b7f3badfa9266ULL;
00073 };
00074
00075 template<class ContainerAllocator>
00076 struct DataType< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> > {
00077 static const char* value()
00078 {
00079 return "pr2_gripper_sensor_msgs/PR2GripperGrabResult";
00080 }
00081
00082 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> &) { return value(); }
00083 };
00084
00085 template<class ContainerAllocator>
00086 struct Definition< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> > {
00087 static const char* value()
00088 {
00089 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00090 #result\n\
00091 PR2GripperGrabData data\n\
00092 \n\
00093 ================================================================================\n\
00094 MSG: pr2_gripper_sensor_msgs/PR2GripperGrabData\n\
00095 # the control state of our realtime controller\n\
00096 PR2GripperSensorRTState rtstate\n\
00097 ================================================================================\n\
00098 MSG: pr2_gripper_sensor_msgs/PR2GripperSensorRTState\n\
00099 # the control state of our realtime controller\n\
00100 int8 realtime_controller_state\n\
00101 \n\
00102 # predefined values to indicate our realtime_controller_state\n\
00103 int8 DISABLED = 0\n\
00104 int8 POSITION_SERVO = 3\n\
00105 int8 FORCE_SERVO = 4\n\
00106 int8 FIND_CONTACT = 5\n\
00107 int8 SLIP_SERVO = 6\n\
00108 ";
00109 }
00110
00111 static const char* value(const ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> &) { return value(); }
00112 };
00113
00114 template<class ContainerAllocator> struct IsFixedSize< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> > : public TrueType {};
00115 }
00116 }
00117
00118 namespace ros
00119 {
00120 namespace serialization
00121 {
00122
00123 template<class ContainerAllocator> struct Serializer< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> >
00124 {
00125 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00126 {
00127 stream.next(m.data);
00128 }
00129
00130 ROS_DECLARE_ALLINONE_SERIALIZER;
00131 };
00132 }
00133 }
00134
00135 namespace ros
00136 {
00137 namespace message_operations
00138 {
00139
00140 template<class ContainerAllocator>
00141 struct Printer< ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> >
00142 {
00143 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_gripper_sensor_msgs::PR2GripperGrabResult_<ContainerAllocator> & v)
00144 {
00145 s << indent << "data: ";
00146 s << std::endl;
00147 Printer< ::pr2_gripper_sensor_msgs::PR2GripperGrabData_<ContainerAllocator> >::stream(s, indent + " ", v.data);
00148 }
00149 };
00150
00151
00152 }
00153 }
00154
00155 #endif // PR2_GRIPPER_SENSOR_MSGS_MESSAGE_PR2GRIPPERGRABRESULT_H
00156