MenuEntry.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 // Generated by gencpp from file visualization_msgs/MenuEntry.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H
7 #define VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H
8 
9 
10 #include <string>
11 #include <vector>
12 #include <map>
13 
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
18 
19 
20 namespace visualization_msgs
21 {
22 template <class ContainerAllocator>
23 struct MenuEntry_
24 {
26 
28  : id(0)
29  , parent_id(0)
30  , title()
31  , command()
32  , command_type(0) {
33  }
34  MenuEntry_(const ContainerAllocator& _alloc)
35  : id(0)
36  , parent_id(0)
37  , title(_alloc)
38  , command(_alloc)
39  , command_type(0) {
40  (void)_alloc;
41  }
42 
43 
44 
45  typedef uint32_t _id_type;
47 
48  typedef uint32_t _parent_id_type;
50 
51  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _title_type;
53 
54  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _command_type;
56 
57  typedef uint8_t _command_type_type;
59 
60 
61 
62 // reducing the odds to have name collisions with Windows.h
63 #if defined(_WIN32) && defined(FEEDBACK)
64  #undef FEEDBACK
65 #endif
66 #if defined(_WIN32) && defined(ROSRUN)
67  #undef ROSRUN
68 #endif
69 #if defined(_WIN32) && defined(ROSLAUNCH)
70  #undef ROSLAUNCH
71 #endif
72 
73  enum {
74  FEEDBACK = 0u,
75  ROSRUN = 1u,
76  ROSLAUNCH = 2u,
77  };
78 
79 
80  typedef std::shared_ptr< ::visualization_msgs::MenuEntry_<ContainerAllocator> > Ptr;
81  typedef std::shared_ptr< ::visualization_msgs::MenuEntry_<ContainerAllocator> const> ConstPtr;
82 
83 }; // struct MenuEntry_
84 
85 typedef ::visualization_msgs::MenuEntry_<std::allocator<void> > MenuEntry;
86 
87 typedef std::shared_ptr< ::visualization_msgs::MenuEntry > MenuEntryPtr;
88 typedef std::shared_ptr< ::visualization_msgs::MenuEntry const> MenuEntryConstPtr;
89 
90 // constants requiring out of line definition
91 
92 
93 
94 
95 
96 
97 
98 
99 
100 template<typename ContainerAllocator>
101 std::ostream& operator<<(std::ostream& s, const ::visualization_msgs::MenuEntry_<ContainerAllocator> & v)
102 {
104 return s;
105 }
106 
107 
108 template<typename ContainerAllocator1, typename ContainerAllocator2>
109 bool operator==(const ::visualization_msgs::MenuEntry_<ContainerAllocator1> & lhs, const ::visualization_msgs::MenuEntry_<ContainerAllocator2> & rhs)
110 {
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;
116 }
117 
118 template<typename ContainerAllocator1, typename ContainerAllocator2>
119 bool operator!=(const ::visualization_msgs::MenuEntry_<ContainerAllocator1> & lhs, const ::visualization_msgs::MenuEntry_<ContainerAllocator2> & rhs)
120 {
121  return !(lhs == rhs);
122 }
123 
124 
125 } // namespace visualization_msgs
126 
127 namespace roswrap
128 {
129 namespace message_traits
130 {
131 
132 
133 
134 
135 
136 template <class ContainerAllocator>
137 struct IsFixedSize< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
138  : FalseType
139  { };
140 
141 template <class ContainerAllocator>
142 struct IsFixedSize< ::visualization_msgs::MenuEntry_<ContainerAllocator> const>
143  : FalseType
144  { };
145 
146 template <class ContainerAllocator>
147 struct IsMessage< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
148  : TrueType
149  { };
150 
151 template <class ContainerAllocator>
152 struct IsMessage< ::visualization_msgs::MenuEntry_<ContainerAllocator> const>
153  : TrueType
154  { };
155 
156 template <class ContainerAllocator>
157 struct HasHeader< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
158  : FalseType
159  { };
160 
161 template <class ContainerAllocator>
162 struct HasHeader< ::visualization_msgs::MenuEntry_<ContainerAllocator> const>
163  : FalseType
164  { };
165 
166 
167 template<class ContainerAllocator>
168 struct MD5Sum< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
169 {
170  static const char* value()
171  {
172  return "b90ec63024573de83b57aa93eb39be2d";
173  }
174 
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;
178 };
179 
180 template<class ContainerAllocator>
181 struct DataType< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
182 {
183  static const char* value()
184  {
185  return "visualization_msgs/MenuEntry";
186  }
187 
188  static const char* value(const ::visualization_msgs::MenuEntry_<ContainerAllocator>&) { return value(); }
189 };
190 
191 template<class ContainerAllocator>
192 struct Definition< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
193 {
194  static const char* value()
195  {
196  return "# MenuEntry message.\n"
197 "\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"
206 "\n"
207 "# Example:\n"
208 "# - id = 3\n"
209 "# parent_id = 0\n"
210 "# title = \"fun\"\n"
211 "# - id = 2\n"
212 "# parent_id = 0\n"
213 "# title = \"robot\"\n"
214 "# - id = 4\n"
215 "# parent_id = 2\n"
216 "# title = \"pr2\"\n"
217 "# - id = 5\n"
218 "# parent_id = 2\n"
219 "# title = \"turtle\"\n"
220 "#\n"
221 "# Gives a menu tree like this:\n"
222 "# - fun\n"
223 "# - robot\n"
224 "# - pr2\n"
225 "# - turtle\n"
226 "\n"
227 "# ID is a number for each menu entry. Must be unique within the\n"
228 "# control, and should never be 0.\n"
229 "uint32 id\n"
230 "\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"
233 "uint32 parent_id\n"
234 "\n"
235 "# menu / entry title\n"
236 "string title\n"
237 "\n"
238 "# Arguments to command indicated by command_type (below)\n"
239 "string command\n"
240 "\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"
246 "uint8 FEEDBACK=0\n"
247 "uint8 ROSRUN=1\n"
248 "uint8 ROSLAUNCH=2\n"
249 "uint8 command_type\n"
250 ;
251  }
252 
253  static const char* value(const ::visualization_msgs::MenuEntry_<ContainerAllocator>&) { return value(); }
254 };
255 
256 } // namespace message_traits
257 } // namespace roswrap
258 
259 namespace roswrap
260 {
261 namespace serialization
262 {
263 
264  template<class ContainerAllocator> struct Serializer< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
265  {
266  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
267  {
268  stream.next(m.id);
269  stream.next(m.parent_id);
270  stream.next(m.title);
271  stream.next(m.command);
272  stream.next(m.command_type);
273  }
274 
276  }; // struct MenuEntry_
277 
278 } // namespace serialization
279 } // namespace roswrap
280 
281 namespace roswrap
282 {
283 namespace message_operations
284 {
285 
286 template<class ContainerAllocator>
287 struct Printer< ::visualization_msgs::MenuEntry_<ContainerAllocator> >
288 {
289  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::visualization_msgs::MenuEntry_<ContainerAllocator>& v)
290  {
291  s << indent << "id: ";
292  Printer<uint32_t>::stream(s, indent + " ", v.id);
293  s << indent << "parent_id: ";
294  Printer<uint32_t>::stream(s, indent + " ", v.parent_id);
295  s << indent << "title: ";
296  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.title);
297  s << indent << "command: ";
298  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.command);
299  s << indent << "command_type: ";
300  Printer<uint8_t>::stream(s, indent + " ", v.command_type);
301  }
302 };
303 
304 } // namespace message_operations
305 } // namespace roswrap
306 
307 #endif // VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H
roswrap::message_traits::FalseType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:89
visualization_msgs::operator!=
bool operator!=(const ::visualization_msgs::ImageMarker_< ContainerAllocator1 > &lhs, const ::visualization_msgs::ImageMarker_< ContainerAllocator2 > &rhs)
Definition: ImageMarker.h:197
visualization_msgs::MenuEntry_::ROSLAUNCH
@ ROSLAUNCH
Definition: MenuEntry.h:76
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
roswrap::message_traits::HasHeader
HasHeader informs whether or not there is a header that gets serialized as the first thing in the mes...
Definition: message_traits.h:107
roswrap::message_traits::Definition< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::value
static const char * value()
Definition: MenuEntry.h:194
visualization_msgs::MenuEntryConstPtr
std::shared_ptr< ::visualization_msgs::MenuEntry const > MenuEntryConstPtr
Definition: MenuEntry.h:88
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
roswrap::message_operations::Printer::stream
static void stream(Stream &s, const std::string &indent, const M &value)
Definition: message_operations.h:43
roswrap::message_traits::IsFixedSize
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Definition: message_traits.h:103
visualization_msgs::MenuEntry_::_command_type_type
uint8_t _command_type_type
Definition: MenuEntry.h:57
visualization_msgs::MenuEntry_::_command_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _command_type
Definition: MenuEntry.h:54
visualization_msgs::MenuEntry_::ROSRUN
@ ROSRUN
Definition: MenuEntry.h:75
ros::message_operations::Printer
visualization_msgs::MenuEntry_
Definition: MenuEntry.h:23
ROS_DECLARE_ALLINONE_SERIALIZER
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
Definition: serialization.h:74
visualization_msgs::operator==
bool operator==(const ::visualization_msgs::ImageMarker_< ContainerAllocator1 > &lhs, const ::visualization_msgs::ImageMarker_< ContainerAllocator2 > &rhs)
Definition: ImageMarker.h:179
roswrap::message_operations::Printer< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::visualization_msgs::MenuEntry_< ContainerAllocator > &v)
Definition: MenuEntry.h:289
visualization_msgs::MenuEntry_::_parent_id_type
uint32_t _parent_id_type
Definition: MenuEntry.h:48
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
visualization_msgs::MenuEntry_::id
_id_type id
Definition: MenuEntry.h:46
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
visualization_msgs::MenuEntry_::_title_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _title_type
Definition: MenuEntry.h:51
visualization_msgs::MenuEntry_::command_type
_command_type_type command_type
Definition: MenuEntry.h:58
visualization_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::visualization_msgs::ImageMarker_< ContainerAllocator > &v)
Definition: ImageMarker.h:171
roswrap::message_traits::MD5Sum< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::value
static const char * value(const ::visualization_msgs::MenuEntry_< ContainerAllocator > &)
Definition: MenuEntry.h:175
visualization_msgs::MenuEntry_::FEEDBACK
@ FEEDBACK
Definition: MenuEntry.h:74
visualization_msgs::MenuEntry_::_id_type
uint32_t _id_type
Definition: MenuEntry.h:45
roswrap::message_traits::DataType< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::value
static const char * value()
Definition: MenuEntry.h:183
roswrap::message_traits::DataType< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::value
static const char * value(const ::visualization_msgs::MenuEntry_< ContainerAllocator > &)
Definition: MenuEntry.h:188
roswrap
Definition: param_modi.cpp:41
roswrap::serialization::Serializer< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: MenuEntry.h:266
visualization_msgs::MenuEntry_::parent_id
_parent_id_type parent_id
Definition: MenuEntry.h:49
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_traits::Definition< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::value
static const char * value(const ::visualization_msgs::MenuEntry_< ContainerAllocator > &)
Definition: MenuEntry.h:253
visualization_msgs::MenuEntry_::Type
MenuEntry_< ContainerAllocator > Type
Definition: MenuEntry.h:25
roswrap::message_traits::MD5Sum< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::value
static const char * value()
Definition: MenuEntry.h:170
roswrap::message_traits::TrueType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:79
roswrap::message_traits::MD5Sum
Specialize to provide the md5sum for a message.
Definition: message_traits.h:118
visualization_msgs
Definition: ImageMarker.h:26
visualization_msgs::MenuEntry
::visualization_msgs::MenuEntry_< std::allocator< void > > MenuEntry
Definition: MenuEntry.h:85
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
visualization_msgs::MenuEntry_::command
_command_type command
Definition: MenuEntry.h:55
visualization_msgs::MenuEntry_::MenuEntry_
MenuEntry_(const ContainerAllocator &_alloc)
Definition: MenuEntry.h:34
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
visualization_msgs::MenuEntryPtr
std::shared_ptr< ::visualization_msgs::MenuEntry > MenuEntryPtr
Definition: MenuEntry.h:87
visualization_msgs::MenuEntry_::ConstPtr
std::shared_ptr< ::visualization_msgs::MenuEntry_< ContainerAllocator > const > ConstPtr
Definition: MenuEntry.h:81
visualization_msgs::MenuEntry_::Ptr
std::shared_ptr< ::visualization_msgs::MenuEntry_< ContainerAllocator > > Ptr
Definition: MenuEntry.h:80
visualization_msgs::MenuEntry_::title
_title_type title
Definition: MenuEntry.h:52
visualization_msgs::MenuEntry_::MenuEntry_
MenuEntry_()
Definition: MenuEntry.h:27


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:09