Implementation.h
Go to the documentation of this file.
00001 /* Auto-generated by genmsg_cpp for file /home/rosbuild/hudson/workspace/doc-fuerte-rocon_msgs/doc_stacks/2013-01-15_17-40-23.156253/rocon_msgs/concert_msgs/msg/Implementation.msg */
00002 #ifndef CONCERT_MSGS_MESSAGE_IMPLEMENTATION_H
00003 #define CONCERT_MSGS_MESSAGE_IMPLEMENTATION_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 "concert_msgs/LinkGraph.h"
00018 
00019 namespace concert_msgs
00020 {
00021 template <class ContainerAllocator>
00022 struct Implementation_ {
00023   typedef Implementation_<ContainerAllocator> Type;
00024 
00025   Implementation_()
00026   : name()
00027   , link_graph()
00028   , dot_graph()
00029   {
00030   }
00031 
00032   Implementation_(const ContainerAllocator& _alloc)
00033   : name(_alloc)
00034   , link_graph(_alloc)
00035   , dot_graph(_alloc)
00036   {
00037   }
00038 
00039   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _name_type;
00040   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  name;
00041 
00042   typedef  ::concert_msgs::LinkGraph_<ContainerAllocator>  _link_graph_type;
00043    ::concert_msgs::LinkGraph_<ContainerAllocator>  link_graph;
00044 
00045   typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  _dot_graph_type;
00046   std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other >  dot_graph;
00047 
00048 
00049   typedef boost::shared_ptr< ::concert_msgs::Implementation_<ContainerAllocator> > Ptr;
00050   typedef boost::shared_ptr< ::concert_msgs::Implementation_<ContainerAllocator>  const> ConstPtr;
00051   boost::shared_ptr<std::map<std::string, std::string> > __connection_header;
00052 }; // struct Implementation
00053 typedef  ::concert_msgs::Implementation_<std::allocator<void> > Implementation;
00054 
00055 typedef boost::shared_ptr< ::concert_msgs::Implementation> ImplementationPtr;
00056 typedef boost::shared_ptr< ::concert_msgs::Implementation const> ImplementationConstPtr;
00057 
00058 
00059 template<typename ContainerAllocator>
00060 std::ostream& operator<<(std::ostream& s, const  ::concert_msgs::Implementation_<ContainerAllocator> & v)
00061 {
00062   ros::message_operations::Printer< ::concert_msgs::Implementation_<ContainerAllocator> >::stream(s, "", v);
00063   return s;}
00064 
00065 } // namespace concert_msgs
00066 
00067 namespace ros
00068 {
00069 namespace message_traits
00070 {
00071 template<class ContainerAllocator> struct IsMessage< ::concert_msgs::Implementation_<ContainerAllocator> > : public TrueType {};
00072 template<class ContainerAllocator> struct IsMessage< ::concert_msgs::Implementation_<ContainerAllocator>  const> : public TrueType {};
00073 template<class ContainerAllocator>
00074 struct MD5Sum< ::concert_msgs::Implementation_<ContainerAllocator> > {
00075   static const char* value() 
00076   {
00077     return "b164073c64b5bc2bd5e660391a1bf0f8";
00078   }
00079 
00080   static const char* value(const  ::concert_msgs::Implementation_<ContainerAllocator> &) { return value(); } 
00081   static const uint64_t static_value1 = 0xb164073c64b5bc2bULL;
00082   static const uint64_t static_value2 = 0xd5e660391a1bf0f8ULL;
00083 };
00084 
00085 template<class ContainerAllocator>
00086 struct DataType< ::concert_msgs::Implementation_<ContainerAllocator> > {
00087   static const char* value() 
00088   {
00089     return "concert_msgs/Implementation";
00090   }
00091 
00092   static const char* value(const  ::concert_msgs::Implementation_<ContainerAllocator> &) { return value(); } 
00093 };
00094 
00095 template<class ContainerAllocator>
00096 struct Definition< ::concert_msgs::Implementation_<ContainerAllocator> > {
00097   static const char* value() 
00098   {
00099     return "string name\n\
00100 LinkGraph link_graph\n\
00101 string dot_graph\n\
00102 \n\
00103 ================================================================================\n\
00104 MSG: concert_msgs/LinkGraph\n\
00105 # A list of 'named' nodes, e.g. linux.ros.robosem.rocon_teleop\n\
00106 \n\
00107 LinkNode[] nodes\n\
00108 LinkConnection[] topics\n\
00109 LinkConnection[] actions\n\
00110 LinkEdge[] edges\n\
00111 \n\
00112 ================================================================================\n\
00113 MSG: concert_msgs/LinkNode\n\
00114 # Representation of a concert client node in the \n\
00115 # implementation graph\n\
00116 \n\
00117 # unique identifier\n\
00118 string id\n\
00119 # tuple representing the client node - platform.system.robot.app, e.g. linux.ros.turtlebot.turtle_stroll\n\
00120 string tuple\n\
00121 \n\
00122 ================================================================================\n\
00123 MSG: concert_msgs/LinkConnection\n\
00124 # Representation of a topic/action node in the \n\
00125 # implementation graph\n\
00126 \n\
00127 # unique identifier\n\
00128 string id\n\
00129 # type of the topic, e.g. std_msgs/String\n\
00130 string type\n\
00131 \n\
00132 ================================================================================\n\
00133 MSG: concert_msgs/LinkEdge\n\
00134 # Edge of the implementation graph. Client-Topic, or \n\
00135 # Topic-Client or Client-Action or Action-Client\n\
00136 \n\
00137 string start\n\
00138 string finish\n\
00139 string remap_from\n\
00140 string remap_to\n\
00141 ";
00142   }
00143 
00144   static const char* value(const  ::concert_msgs::Implementation_<ContainerAllocator> &) { return value(); } 
00145 };
00146 
00147 } // namespace message_traits
00148 } // namespace ros
00149 
00150 namespace ros
00151 {
00152 namespace serialization
00153 {
00154 
00155 template<class ContainerAllocator> struct Serializer< ::concert_msgs::Implementation_<ContainerAllocator> >
00156 {
00157   template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
00158   {
00159     stream.next(m.name);
00160     stream.next(m.link_graph);
00161     stream.next(m.dot_graph);
00162   }
00163 
00164   ROS_DECLARE_ALLINONE_SERIALIZER;
00165 }; // struct Implementation_
00166 } // namespace serialization
00167 } // namespace ros
00168 
00169 namespace ros
00170 {
00171 namespace message_operations
00172 {
00173 
00174 template<class ContainerAllocator>
00175 struct Printer< ::concert_msgs::Implementation_<ContainerAllocator> >
00176 {
00177   template<typename Stream> static void stream(Stream& s, const std::string& indent, const  ::concert_msgs::Implementation_<ContainerAllocator> & v) 
00178   {
00179     s << indent << "name: ";
00180     Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.name);
00181     s << indent << "link_graph: ";
00182 s << std::endl;
00183     Printer< ::concert_msgs::LinkGraph_<ContainerAllocator> >::stream(s, indent + "  ", v.link_graph);
00184     s << indent << "dot_graph: ";
00185     Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + "  ", v.dot_graph);
00186   }
00187 };
00188 
00189 
00190 } // namespace message_operations
00191 } // namespace ros
00192 
00193 #endif // CONCERT_MSGS_MESSAGE_IMPLEMENTATION_H
00194 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


concert_msgs
Author(s): Daniel Stonier
autogenerated on Tue Jan 15 2013 17:43:37