6 #ifndef VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H
7 #define VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
22 template <
class ContainerAllocator>
51 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_title_type;
54 typedef std::basic_string<char, std::char_traits<char>,
typename ContainerAllocator::template rebind<char>::other >
_command_type;
63 #if defined(_WIN32) && defined(FEEDBACK)
66 #if defined(_WIN32) && defined(ROSRUN)
69 #if defined(_WIN32) && defined(ROSLAUNCH)
80 typedef std::shared_ptr< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
Ptr;
81 typedef std::shared_ptr< ::visualization_msgs::MenuEntry_<ContainerAllocator>
const>
ConstPtr;
85 typedef ::visualization_msgs::MenuEntry_<std::allocator<void> >
MenuEntry;
87 typedef std::shared_ptr< ::visualization_msgs::MenuEntry >
MenuEntryPtr;
100 template<
typename ContainerAllocator>
101 std::ostream&
operator<<(std::ostream& s, const ::visualization_msgs::MenuEntry_<ContainerAllocator> & v)
108 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
109 bool operator==(const ::visualization_msgs::MenuEntry_<ContainerAllocator1> & lhs, const ::visualization_msgs::MenuEntry_<ContainerAllocator2> & rhs)
111 return lhs.id == rhs.id &&
112 lhs.parent_id == rhs.parent_id &&
113 lhs.title == rhs.title &&
114 lhs.command == rhs.command &&
115 lhs.command_type == rhs.command_type;
118 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
119 bool operator!=(const ::visualization_msgs::MenuEntry_<ContainerAllocator1> & lhs, const ::visualization_msgs::MenuEntry_<ContainerAllocator2> & rhs)
121 return !(lhs == rhs);
129 namespace message_traits
136 template <
class ContainerAllocator>
141 template <
class ContainerAllocator>
146 template <
class ContainerAllocator>
151 template <
class ContainerAllocator>
156 template <
class ContainerAllocator>
161 template <
class ContainerAllocator>
167 template<
class ContainerAllocator>
172 return "b90ec63024573de83b57aa93eb39be2d";
175 static const char*
value(const ::visualization_msgs::MenuEntry_<ContainerAllocator>&) {
return value(); }
176 static const uint64_t static_value1 = 0xb90ec63024573de8ULL;
177 static const uint64_t static_value2 = 0x3b57aa93eb39be2dULL;
180 template<
class ContainerAllocator>
185 return "visualization_msgs/MenuEntry";
188 static const char*
value(const ::visualization_msgs::MenuEntry_<ContainerAllocator>&) {
return value(); }
191 template<
class ContainerAllocator>
196 return "# MenuEntry message.\n"
198 "# Each InteractiveMarker message has an array of MenuEntry messages.\n"
199 "# A collection of MenuEntries together describe a\n"
200 "# menu/submenu/subsubmenu/etc tree, though they are stored in a flat\n"
201 "# array. The tree structure is represented by giving each menu entry\n"
202 "# an ID number and a \"parent_id\" field. Top-level entries are the\n"
203 "# ones with parent_id = 0. Menu entries are ordered within their\n"
204 "# level the same way they are ordered in the containing array. Parent\n"
205 "# entries must appear before their children.\n"
210 "# title = \"fun\"\n"
213 "# title = \"robot\"\n"
216 "# title = \"pr2\"\n"
219 "# title = \"turtle\"\n"
221 "# Gives a menu tree like this:\n"
227 "# ID is a number for each menu entry. Must be unique within the\n"
228 "# control, and should never be 0.\n"
231 "# ID of the parent of this menu entry, if it is a submenu. If this\n"
232 "# menu entry is a top-level entry, set parent_id to 0.\n"
235 "# menu / entry title\n"
238 "# Arguments to command indicated by command_type (below)\n"
241 "# Command_type stores the type of response desired when this menu\n"
242 "# entry is clicked.\n"
243 "# FEEDBACK: send an InteractiveMarkerFeedback message with menu_entry_id set to this entry's id.\n"
244 "# ROSRUN: execute \"rosrun\" with arguments given in the command field (above).\n"
245 "# ROSLAUNCH: execute \"roslaunch\" with arguments given in the command field (above).\n"
248 "uint8 ROSLAUNCH=2\n"
249 "uint8 command_type\n"
253 static const char*
value(const ::visualization_msgs::MenuEntry_<ContainerAllocator>&) {
return value(); }
261 namespace serialization
266 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
269 stream.next(m.parent_id);
270 stream.next(m.title);
271 stream.next(m.command);
272 stream.next(m.command_type);
283 namespace message_operations
286 template<
class ContainerAllocator>
289 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::visualization_msgs::MenuEntry_<ContainerAllocator>& v)
299 s <<
indent <<
"command_type: ";
307 #endif // VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H