$search
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-electric-ros_applications/doc_stacks/2013-03-03_11-59-00.069858/ros_applications/application_msgs/msg/RunApplicationGoal.msg */ 00002 #ifndef APPLICATION_MSGS_MESSAGE_RUNAPPLICATIONGOAL_H 00003 #define APPLICATION_MSGS_MESSAGE_RUNAPPLICATIONGOAL_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 application_msgs 00019 { 00020 template <class ContainerAllocator> 00021 struct RunApplicationGoal_ { 00022 typedef RunApplicationGoal_<ContainerAllocator> Type; 00023 00024 RunApplicationGoal_() 00025 : application_name() 00026 , daemonize(false) 00027 { 00028 } 00029 00030 RunApplicationGoal_(const ContainerAllocator& _alloc) 00031 : application_name(_alloc) 00032 , daemonize(false) 00033 { 00034 } 00035 00036 typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _application_name_type; 00037 std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > application_name; 00038 00039 typedef uint8_t _daemonize_type; 00040 uint8_t daemonize; 00041 00042 00043 private: 00044 static const char* __s_getDataType_() { return "application_msgs/RunApplicationGoal"; } 00045 public: 00046 ROS_DEPRECATED static const std::string __s_getDataType() { return __s_getDataType_(); } 00047 00048 ROS_DEPRECATED const std::string __getDataType() const { return __s_getDataType_(); } 00049 00050 private: 00051 static const char* __s_getMD5Sum_() { return "2a3bd45d72e7cbf4661f8bdf19811d55"; } 00052 public: 00053 ROS_DEPRECATED static const std::string __s_getMD5Sum() { return __s_getMD5Sum_(); } 00054 00055 ROS_DEPRECATED const std::string __getMD5Sum() const { return __s_getMD5Sum_(); } 00056 00057 private: 00058 static const char* __s_getMessageDefinition_() { return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00059 string application_name\n\ 00060 bool daemonize\n\ 00061 \n\ 00062 "; } 00063 public: 00064 ROS_DEPRECATED static const std::string __s_getMessageDefinition() { return __s_getMessageDefinition_(); } 00065 00066 ROS_DEPRECATED const std::string __getMessageDefinition() const { return __s_getMessageDefinition_(); } 00067 00068 ROS_DEPRECATED virtual uint8_t *serialize(uint8_t *write_ptr, uint32_t seq) const 00069 { 00070 ros::serialization::OStream stream(write_ptr, 1000000000); 00071 ros::serialization::serialize(stream, application_name); 00072 ros::serialization::serialize(stream, daemonize); 00073 return stream.getData(); 00074 } 00075 00076 ROS_DEPRECATED virtual uint8_t *deserialize(uint8_t *read_ptr) 00077 { 00078 ros::serialization::IStream stream(read_ptr, 1000000000); 00079 ros::serialization::deserialize(stream, application_name); 00080 ros::serialization::deserialize(stream, daemonize); 00081 return stream.getData(); 00082 } 00083 00084 ROS_DEPRECATED virtual uint32_t serializationLength() const 00085 { 00086 uint32_t size = 0; 00087 size += ros::serialization::serializationLength(application_name); 00088 size += ros::serialization::serializationLength(daemonize); 00089 return size; 00090 } 00091 00092 typedef boost::shared_ptr< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > Ptr; 00093 typedef boost::shared_ptr< ::application_msgs::RunApplicationGoal_<ContainerAllocator> const> ConstPtr; 00094 boost::shared_ptr<std::map<std::string, std::string> > __connection_header; 00095 }; // struct RunApplicationGoal 00096 typedef ::application_msgs::RunApplicationGoal_<std::allocator<void> > RunApplicationGoal; 00097 00098 typedef boost::shared_ptr< ::application_msgs::RunApplicationGoal> RunApplicationGoalPtr; 00099 typedef boost::shared_ptr< ::application_msgs::RunApplicationGoal const> RunApplicationGoalConstPtr; 00100 00101 00102 template<typename ContainerAllocator> 00103 std::ostream& operator<<(std::ostream& s, const ::application_msgs::RunApplicationGoal_<ContainerAllocator> & v) 00104 { 00105 ros::message_operations::Printer< ::application_msgs::RunApplicationGoal_<ContainerAllocator> >::stream(s, "", v); 00106 return s;} 00107 00108 } // namespace application_msgs 00109 00110 namespace ros 00111 { 00112 namespace message_traits 00113 { 00114 template<class ContainerAllocator> struct IsMessage< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > : public TrueType {}; 00115 template<class ContainerAllocator> struct IsMessage< ::application_msgs::RunApplicationGoal_<ContainerAllocator> const> : public TrueType {}; 00116 template<class ContainerAllocator> 00117 struct MD5Sum< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > { 00118 static const char* value() 00119 { 00120 return "2a3bd45d72e7cbf4661f8bdf19811d55"; 00121 } 00122 00123 static const char* value(const ::application_msgs::RunApplicationGoal_<ContainerAllocator> &) { return value(); } 00124 static const uint64_t static_value1 = 0x2a3bd45d72e7cbf4ULL; 00125 static const uint64_t static_value2 = 0x661f8bdf19811d55ULL; 00126 }; 00127 00128 template<class ContainerAllocator> 00129 struct DataType< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > { 00130 static const char* value() 00131 { 00132 return "application_msgs/RunApplicationGoal"; 00133 } 00134 00135 static const char* value(const ::application_msgs::RunApplicationGoal_<ContainerAllocator> &) { return value(); } 00136 }; 00137 00138 template<class ContainerAllocator> 00139 struct Definition< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > { 00140 static const char* value() 00141 { 00142 return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\ 00143 string application_name\n\ 00144 bool daemonize\n\ 00145 \n\ 00146 "; 00147 } 00148 00149 static const char* value(const ::application_msgs::RunApplicationGoal_<ContainerAllocator> &) { return value(); } 00150 }; 00151 00152 } // namespace message_traits 00153 } // namespace ros 00154 00155 namespace ros 00156 { 00157 namespace serialization 00158 { 00159 00160 template<class ContainerAllocator> struct Serializer< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > 00161 { 00162 template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) 00163 { 00164 stream.next(m.application_name); 00165 stream.next(m.daemonize); 00166 } 00167 00168 ROS_DECLARE_ALLINONE_SERIALIZER; 00169 }; // struct RunApplicationGoal_ 00170 } // namespace serialization 00171 } // namespace ros 00172 00173 namespace ros 00174 { 00175 namespace message_operations 00176 { 00177 00178 template<class ContainerAllocator> 00179 struct Printer< ::application_msgs::RunApplicationGoal_<ContainerAllocator> > 00180 { 00181 template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::application_msgs::RunApplicationGoal_<ContainerAllocator> & v) 00182 { 00183 s << indent << "application_name: "; 00184 Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.application_name); 00185 s << indent << "daemonize: "; 00186 Printer<uint8_t>::stream(s, indent + " ", v.daemonize); 00187 } 00188 }; 00189 00190 00191 } // namespace message_operations 00192 } // namespace ros 00193 00194 #endif // APPLICATION_MSGS_MESSAGE_RUNAPPLICATIONGOAL_H 00195