JointCapability.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-groovy-nasa_r2_common/doc_stacks/2014-10-06_02-39-31.575241/nasa_r2_common/nasa_r2_common_msgs/msg/JointCapability.msg */
00002 #ifndef NASA_R2_COMMON_MSGS_MESSAGE_JOINTCAPABILITY_H
00003 #define NASA_R2_COMMON_MSGS_MESSAGE_JOINTCAPABILITY_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 
00018 namespace nasa_r2_common_msgs
00019 {
00020 template <class ContainerAllocator>
00021 struct JointCapability_ {
00022   typedef JointCapability_<ContainerAllocator> Type;
00023 
00024   JointCapability_()
00025   : name()
00026   , positionLimitMax()
00027   , positionLimitMin()
00028   , torqueLimit()
00029   {
00030   }
00031 
00032   JointCapability_(const ContainerAllocator& _alloc)
00033   : name(_alloc)
00034   , positionLimitMax(_alloc)
00035   , positionLimitMin(_alloc)
00036   , torqueLimit(_alloc)
00037   {
00038   }
00039 
00040   typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other >  _name_type;
00041   std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other >  name;
00042 
00043   typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other >  _positionLimitMax_type;
00044   std::vector<double, typename ContainerAllocator::template rebind<double>::other >  positionLimitMax;
00045 
00046   typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other >  _positionLimitMin_type;
00047   std::vector<double, typename ContainerAllocator::template rebind<double>::other >  positionLimitMin;
00048 
00049   typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other >  _torqueLimit_type;
00050   std::vector<double, typename ContainerAllocator::template rebind<double>::other >  torqueLimit;
00051 
00052 
00053   typedef boost::shared_ptr< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> > Ptr;
00054   typedef boost::shared_ptr< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator>  const> ConstPtr;
00055   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00056 }; // struct JointCapability
00057 typedef  ::nasa_r2_common_msgs::JointCapability_<std::allocator<void> > JointCapability;
00058 
00059 typedef boost::shared_ptr< ::nasa_r2_common_msgs::JointCapability> JointCapabilityPtr;
00060 typedef boost::shared_ptr< ::nasa_r2_common_msgs::JointCapability const> JointCapabilityConstPtr;
00061 
00062 
00063 template<typename ContainerAllocator>
00064 std::ostream& operator<<(std::ostream& s, const  ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> & v)
00065 {
00066   ros::message_operations::Printer< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> >::stream(s, "", v);
00067   return s;}
00068 
00069 } // namespace nasa_r2_common_msgs
00070 
00071 namespace ros
00072 {
00073 namespace message_traits
00074 {
00075 template<class ContainerAllocator> struct IsMessage< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> > : public TrueType {};
00076 template<class ContainerAllocator> struct IsMessage< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator>  const> : public TrueType {};
00077 template<class ContainerAllocator>
00078 struct MD5Sum< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> > {
00079   static const char* value() 
00080   {
00081     return "40d391c05ffb602d44b6aec475271b97";
00082   }
00083 
00084   static const char* value(const  ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> &) { return value(); } 
00085   static const uint64_t static_value1 = 0x40d391c05ffb602dULL;
00086   static const uint64_t static_value2 = 0x44b6aec475271b97ULL;
00087 };
00088 
00089 template<class ContainerAllocator>
00090 struct DataType< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> > {
00091   static const char* value() 
00092   {
00093     return "nasa_r2_common_msgs/JointCapability";
00094   }
00095 
00096   static const char* value(const  ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> &) { return value(); } 
00097 };
00098 
00099 template<class ContainerAllocator>
00100 struct Definition< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> > {
00101   static const char* value() 
00102   {
00103     return "string[] name\n\
00104 float64[] positionLimitMax\n\
00105 float64[] positionLimitMin\n\
00106 float64[] torqueLimit\n\
00107 ";
00108   }
00109 
00110   static const char* value(const  ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> &) { return value(); } 
00111 };
00112 
00113 } // namespace message_traits
00114 } // namespace ros
00115 
00116 namespace ros
00117 {
00118 namespace serialization
00119 {
00120 
00121 template<class ContainerAllocator> struct Serializer< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> >
00122 {
00123   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00124   {
00125     stream.next(m.name);
00126     stream.next(m.positionLimitMax);
00127     stream.next(m.positionLimitMin);
00128     stream.next(m.torqueLimit);
00129   }
00130 
00131   ROS_DECLARE_ALLINONE_SERIALIZER;
00132 }; // struct JointCapability_
00133 } // namespace serialization
00134 } // namespace ros
00135 
00136 namespace ros
00137 {
00138 namespace message_operations
00139 {
00140 
00141 template<class ContainerAllocator>
00142 struct Printer< ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> >
00143 {
00144   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::nasa_r2_common_msgs::JointCapability_<ContainerAllocator> & v) 
00145   {
00146     s << indent << "name[]" << std::endl;
00147     for (size_t i = 0; i < v.name.size(); ++i)
00148     {
00149       s << indent << "  name[" << i << "]: ";
00150       Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.name[i]);
00151     }
00152     s << indent << "positionLimitMax[]" << std::endl;
00153     for (size_t i = 0; i < v.positionLimitMax.size(); ++i)
00154     {
00155       s << indent << "  positionLimitMax[" << i << "]: ";
00156       Printer<double>::stream(s, indent + "  ", v.positionLimitMax[i]);
00157     }
00158     s << indent << "positionLimitMin[]" << std::endl;
00159     for (size_t i = 0; i < v.positionLimitMin.size(); ++i)
00160     {
00161       s << indent << "  positionLimitMin[" << i << "]: ";
00162       Printer<double>::stream(s, indent + "  ", v.positionLimitMin[i]);
00163     }
00164     s << indent << "torqueLimit[]" << std::endl;
00165     for (size_t i = 0; i < v.torqueLimit.size(); ++i)
00166     {
00167       s << indent << "  torqueLimit[" << i << "]: ";
00168       Printer<double>::stream(s, indent + "  ", v.torqueLimit[i]);
00169     }
00170   }
00171 };
00172 
00173 
00174 } // namespace message_operations
00175 } // namespace ros
00176 
00177 #endif // NASA_R2_COMMON_MSGS_MESSAGE_JOINTCAPABILITY_H
00178 


nasa_r2_common_msgs
Author(s): Paul Dinh. Maintained by Jennifer Turner
autogenerated on Mon Oct 6 2014 02:42:34