ListApplicationsResult.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-ros_applications/doc_stacks/2013-12-02_11-58-21.281393/ros_applications/application_msgs/msg/ListApplicationsResult.msg */
00002 #ifndef APPLICATION_MSGS_MESSAGE_LISTAPPLICATIONSRESULT_H
00003 #define APPLICATION_MSGS_MESSAGE_LISTAPPLICATIONSRESULT_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 ListApplicationsResult_ {
00022   typedef ListApplicationsResult_<ContainerAllocator> Type;
00023 
00024   ListApplicationsResult_()
00025   : application_name()
00026   , application_status()
00027   , daemonize()
00028   {
00029   }
00030 
00031   ListApplicationsResult_(const ContainerAllocator& _alloc)
00032   : application_name(_alloc)
00033   , application_status(_alloc)
00034   , daemonize(_alloc)
00035   {
00036   }
00037 
00038   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 >  _application_name_type;
00039   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 >  application_name;
00040 
00041   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 >  _application_status_type;
00042   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 >  application_status;
00043 
00044   typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other >  _daemonize_type;
00045   std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other >  daemonize;
00046 
00047 
00048   typedef boost::shared_ptr< ::application_msgs::ListApplicationsResult_<ContainerAllocator> > Ptr;
00049   typedef boost::shared_ptr< ::application_msgs::ListApplicationsResult_<ContainerAllocator>  const> ConstPtr;
00050   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00051 }; // struct ListApplicationsResult
00052 typedef  ::application_msgs::ListApplicationsResult_<std::allocator<void> > ListApplicationsResult;
00053 
00054 typedef boost::shared_ptr< ::application_msgs::ListApplicationsResult> ListApplicationsResultPtr;
00055 typedef boost::shared_ptr< ::application_msgs::ListApplicationsResult const> ListApplicationsResultConstPtr;
00056 
00057 
00058 template<typename ContainerAllocator>
00059 std::ostream& operator<<(std::ostream& s, const  ::application_msgs::ListApplicationsResult_<ContainerAllocator> & v)
00060 {
00061   ros::message_operations::Printer< ::application_msgs::ListApplicationsResult_<ContainerAllocator> >::stream(s, "", v);
00062   return s;}
00063 
00064 } // namespace application_msgs
00065 
00066 namespace ros
00067 {
00068 namespace message_traits
00069 {
00070 template<class ContainerAllocator> struct IsMessage< ::application_msgs::ListApplicationsResult_<ContainerAllocator> > : public TrueType {};
00071 template<class ContainerAllocator> struct IsMessage< ::application_msgs::ListApplicationsResult_<ContainerAllocator>  const> : public TrueType {};
00072 template<class ContainerAllocator>
00073 struct MD5Sum< ::application_msgs::ListApplicationsResult_<ContainerAllocator> > {
00074   static const char* value() 
00075   {
00076     return "529b1334801bfd8ac373e2c8fd509c92";
00077   }
00078 
00079   static const char* value(const  ::application_msgs::ListApplicationsResult_<ContainerAllocator> &) { return value(); } 
00080   static const uint64_t static_value1 = 0x529b1334801bfd8aULL;
00081   static const uint64_t static_value2 = 0xc373e2c8fd509c92ULL;
00082 };
00083 
00084 template<class ContainerAllocator>
00085 struct DataType< ::application_msgs::ListApplicationsResult_<ContainerAllocator> > {
00086   static const char* value() 
00087   {
00088     return "application_msgs/ListApplicationsResult";
00089   }
00090 
00091   static const char* value(const  ::application_msgs::ListApplicationsResult_<ContainerAllocator> &) { return value(); } 
00092 };
00093 
00094 template<class ContainerAllocator>
00095 struct Definition< ::application_msgs::ListApplicationsResult_<ContainerAllocator> > {
00096   static const char* value() 
00097   {
00098     return "# ====== DO NOT MODIFY! AUTOGENERATED FROM AN ACTION DEFINITION ======\n\
00099 string[] application_name\n\
00100 string[] application_status\n\
00101 bool[] daemonize\n\
00102 \n\
00103 ";
00104   }
00105 
00106   static const char* value(const  ::application_msgs::ListApplicationsResult_<ContainerAllocator> &) { return value(); } 
00107 };
00108 
00109 } // namespace message_traits
00110 } // namespace ros
00111 
00112 namespace ros
00113 {
00114 namespace serialization
00115 {
00116 
00117 template<class ContainerAllocator> struct Serializer< ::application_msgs::ListApplicationsResult_<ContainerAllocator> >
00118 {
00119   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00120   {
00121     stream.next(m.application_name);
00122     stream.next(m.application_status);
00123     stream.next(m.daemonize);
00124   }
00125 
00126   ROS_DECLARE_ALLINONE_SERIALIZER;
00127 }; // struct ListApplicationsResult_
00128 } // namespace serialization
00129 } // namespace ros
00130 
00131 namespace ros
00132 {
00133 namespace message_operations
00134 {
00135 
00136 template<class ContainerAllocator>
00137 struct Printer< ::application_msgs::ListApplicationsResult_<ContainerAllocator> >
00138 {
00139   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::application_msgs::ListApplicationsResult_<ContainerAllocator> & v) 
00140   {
00141     s << indent << "application_name[]" << std::endl;
00142     for (size_t i = 0; i < v.application_name.size(); ++i)
00143     {
00144       s << indent << "  application_name[" << i << "]: ";
00145       Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.application_name[i]);
00146     }
00147     s << indent << "application_status[]" << std::endl;
00148     for (size_t i = 0; i < v.application_status.size(); ++i)
00149     {
00150       s << indent << "  application_status[" << i << "]: ";
00151       Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.application_status[i]);
00152     }
00153     s << indent << "daemonize[]" << std::endl;
00154     for (size_t i = 0; i < v.daemonize.size(); ++i)
00155     {
00156       s << indent << "  daemonize[" << i << "]: ";
00157       Printer<uint8_t>::stream(s, indent + "  ", v.daemonize[i]);
00158     }
00159   }
00160 };
00161 
00162 
00163 } // namespace message_operations
00164 } // namespace ros
00165 
00166 #endif // APPLICATION_MSGS_MESSAGE_LISTAPPLICATIONSRESULT_H
00167 


application_msgs
Author(s):
autogenerated on Mon Dec 2 2013 12:00:38