$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-pr2_simulator/doc_stacks/2013-03-02_13-03-19.343096/pr2_simulator/pr2_gazebo_plugins/msg/PlugCommand.msg */ 00002 #ifndef PR2_GAZEBO_PLUGINS_MESSAGE_PLUGCOMMAND_H 00003 #define PR2_GAZEBO_PLUGINS_MESSAGE_PLUGCOMMAND_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 pr2_gazebo_plugins 00019 { 00020 template <class ContainerAllocator> 00021 struct PlugCommand_ { 00022 typedef PlugCommand_<ContainerAllocator> Type; 00023 00024 PlugCommand_() 00025 : ac_present(false) 00026 , charge_rate(0.0) 00027 , discharge_rate(0.0) 00028 , charge(0.0) 00029 { 00030 } 00031 00032 PlugCommand_(const ContainerAllocator& _alloc) 00033 : ac_present(false) 00034 , charge_rate(0.0) 00035 , discharge_rate(0.0) 00036 , charge(0.0) 00037 { 00038 } 00039 00040 typedef uint8_t _ac_present_type; 00041 uint8_t ac_present; 00042 00043 typedef double _charge_rate_type; 00044 double charge_rate; 00045 00046 typedef double _discharge_rate_type; 00047 double discharge_rate; 00048 00049 typedef double _charge_type; 00050 double charge; 00051 00052 00053 private: 00054 static const char* __s_getDataType_() { return "pr2_gazebo_plugins/PlugCommand"; } 00055 public: 00056 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00057 00058 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00059 00060 private: 00061 static const char* __s_getMD5Sum_() { return "852b7035ee3e7fa6390824cf7b7e6dd1"; } 00062 public: 00063 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00064 00065 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00066 00067 private: 00068 static const char* __s_getMessageDefinition_() { return "bool ac_present\n\ 00069 float64 charge_rate\n\ 00070 float64 discharge_rate\n\ 00071 float64 charge\n\ 00072 \n\ 00073 "; } 00074 public: 00075 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00076 00077 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00078 00079 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00080 { 00081 ros::serialization::OStream stream(write_ptr, 1000000000); 00082 ros::serialization::serialize(stream, ac_present); 00083 ros::serialization::serialize(stream, charge_rate); 00084 ros::serialization::serialize(stream, discharge_rate); 00085 ros::serialization::serialize(stream, charge); 00086 return stream.getData(); 00087 } 00088 00089 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00090 { 00091 ros::serialization::IStream stream(read_ptr, 1000000000); 00092 ros::serialization::deserialize(stream, ac_present); 00093 ros::serialization::deserialize(stream, charge_rate); 00094 ros::serialization::deserialize(stream, discharge_rate); 00095 ros::serialization::deserialize(stream, charge); 00096 return stream.getData(); 00097 } 00098 00099 ROS_DEPRECATED virtual uint32_t serializationLength() const 00100 { 00101 uint32_t size = 0; 00102 size += ros::serialization::serializationLength(ac_present); 00103 size += ros::serialization::serializationLength(charge_rate); 00104 size += ros::serialization::serializationLength(discharge_rate); 00105 size += ros::serialization::serializationLength(charge); 00106 return size; 00107 } 00108 00109 typedef boost::shared_ptr< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > Ptr; 00110 typedef boost::shared_ptr< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> const> ConstPtr; 00111 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00112 }; // struct PlugCommand 00113 typedef ::pr2_gazebo_plugins::PlugCommand_<std::allocator<void> > PlugCommand; 00114 00115 typedef boost::shared_ptr< ::pr2_gazebo_plugins::PlugCommand> PlugCommandPtr; 00116 typedef boost::shared_ptr< ::pr2_gazebo_plugins::PlugCommand const> PlugCommandConstPtr; 00117 00118 00119 template<typename ContainerAllocator> 00120 std::ostream& operator<<(std::ostream& s, const ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> & v) 00121 { 00122 ros::message_operations::Printer< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> >::stream(s, "", v); 00123 return s;} 00124 00125 } // namespace pr2_gazebo_plugins 00126 00127 namespace ros 00128 { 00129 namespace message_traits 00130 { 00131 template<class ContainerAllocator> struct IsMessage< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > : public TrueType {}; 00132 template<class ContainerAllocator> struct IsMessage< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> const> : public TrueType {}; 00133 template<class ContainerAllocator> 00134 struct MD5Sum< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > { 00135 static const char* value() 00136 { 00137 return "852b7035ee3e7fa6390824cf7b7e6dd1"; 00138 } 00139 00140 static const char* value(const ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> &) { return value(); } 00141 static const uint64_t static_value1 = 0x852b7035ee3e7fa6ULL; 00142 static const uint64_t static_value2 = 0x390824cf7b7e6dd1ULL; 00143 }; 00144 00145 template<class ContainerAllocator> 00146 struct DataType< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > { 00147 static const char* value() 00148 { 00149 return "pr2_gazebo_plugins/PlugCommand"; 00150 } 00151 00152 static const char* value(const ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> &) { return value(); } 00153 }; 00154 00155 template<class ContainerAllocator> 00156 struct Definition< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > { 00157 static const char* value() 00158 { 00159 return "bool ac_present\n\ 00160 float64 charge_rate\n\ 00161 float64 discharge_rate\n\ 00162 float64 charge\n\ 00163 \n\ 00164 "; 00165 } 00166 00167 static const char* value(const ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> &) { return value(); } 00168 }; 00169 00170 template<class ContainerAllocator> struct IsFixedSize< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > : public TrueType {}; 00171 } // namespace message_traits 00172 } // namespace ros 00173 00174 namespace ros 00175 { 00176 namespace serialization 00177 { 00178 00179 template<class ContainerAllocator> struct Serializer< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > 00180 { 00181 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00182 { 00183 stream.next(m.ac_present); 00184 stream.next(m.charge_rate); 00185 stream.next(m.discharge_rate); 00186 stream.next(m.charge); 00187 } 00188 00189 ROS_DECLARE_ALLINONE_SERIALIZER; 00190 }; // struct PlugCommand_ 00191 } // namespace serialization 00192 } // namespace ros 00193 00194 namespace ros 00195 { 00196 namespace message_operations 00197 { 00198 00199 template<class ContainerAllocator> 00200 struct Printer< ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> > 00201 { 00202 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::pr2_gazebo_plugins::PlugCommand_<ContainerAllocator> & v) 00203 { 00204 s << indent << "ac_present: "; 00205 Printer<uint8_t>::stream(s, indent + " ", v.ac_present); 00206 s << indent << "charge_rate: "; 00207 Printer<double>::stream(s, indent + " ", v.charge_rate); 00208 s << indent << "discharge_rate: "; 00209 Printer<double>::stream(s, indent + " ", v.discharge_rate); 00210 s << indent << "charge: "; 00211 Printer<double>::stream(s, indent + " ", v.charge); 00212 } 00213 }; 00214 00215 00216 } // namespace message_operations 00217 } // namespace ros 00218 00219 #endif // PR2_GAZEBO_PLUGINS_MESSAGE_PLUGCOMMAND_H 00220