Empty.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 std_msgs/Empty.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef STD_MSGS_MESSAGE_EMPTY_H
7 #define STD_MSGS_MESSAGE_EMPTY_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 std_msgs
21 {
22 template <class ContainerAllocator>
23 struct Empty_
24 {
26 
28  {
29  }
30  Empty_(const ContainerAllocator& _alloc)
31  {
32  (void)_alloc;
33  }
34 
35 
36 
37 
38 
39 
40  typedef std::shared_ptr< ::std_msgs::Empty_<ContainerAllocator> > Ptr;
41  typedef std::shared_ptr< ::std_msgs::Empty_<ContainerAllocator> const> ConstPtr;
42 
43 }; // struct Empty_
44 
45 typedef ::std_msgs::Empty_<std::allocator<void> > Empty;
46 
47 typedef std::shared_ptr< ::std_msgs::Empty > EmptyPtr;
48 typedef std::shared_ptr< ::std_msgs::Empty const> EmptyConstPtr;
49 
50 // constants requiring out of line definition
51 
52 
53 
54 template<typename ContainerAllocator>
55 std::ostream& operator<<(std::ostream& s, const ::std_msgs::Empty_<ContainerAllocator> & v)
56 {
58 return s;
59 }
60 
61 } // namespace std_msgs
62 
63 namespace roswrap
64 {
65 namespace message_traits
66 {
67 
68 
69 
70 // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False}
71 // {'std_msgs': ['/tmp/binarydeb/ros-kinetic-std-msgs-0.5.11/msg']}
72 
73 // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
74 
75 
76 
77 
78 template <class ContainerAllocator>
79 struct IsFixedSize< ::std_msgs::Empty_<ContainerAllocator> >
80  : TrueType
81  { };
82 
83 template <class ContainerAllocator>
84 struct IsFixedSize< ::std_msgs::Empty_<ContainerAllocator> const>
85  : TrueType
86  { };
87 
88 template <class ContainerAllocator>
89 struct IsMessage< ::std_msgs::Empty_<ContainerAllocator> >
90  : TrueType
91  { };
92 
93 template <class ContainerAllocator>
94 struct IsMessage< ::std_msgs::Empty_<ContainerAllocator> const>
95  : TrueType
96  { };
97 
98 template <class ContainerAllocator>
99 struct HasHeader< ::std_msgs::Empty_<ContainerAllocator> >
100  : FalseType
101  { };
102 
103 template <class ContainerAllocator>
104 struct HasHeader< ::std_msgs::Empty_<ContainerAllocator> const>
105  : FalseType
106  { };
107 
108 
109 template<class ContainerAllocator>
110 struct MD5Sum< ::std_msgs::Empty_<ContainerAllocator> >
111 {
112  static const char* value()
113  {
114  return "d41d8cd98f00b204e9800998ecf8427e";
115  }
116 
117  static const char* value(const ::std_msgs::Empty_<ContainerAllocator>&) { return value(); }
118  static const uint64_t static_value1 = 0xd41d8cd98f00b204ULL;
119  static const uint64_t static_value2 = 0xe9800998ecf8427eULL;
120 };
121 
122 template<class ContainerAllocator>
123 struct DataType< ::std_msgs::Empty_<ContainerAllocator> >
124 {
125  static const char* value()
126  {
127  return "std_msgs/Empty";
128  }
129 
130  static const char* value(const ::std_msgs::Empty_<ContainerAllocator>&) { return value(); }
131 };
132 
133 template<class ContainerAllocator>
134 struct Definition< ::std_msgs::Empty_<ContainerAllocator> >
135 {
136  static const char* value()
137  {
138  return "\n\
139 ";
140  }
141 
142  static const char* value(const ::std_msgs::Empty_<ContainerAllocator>&) { return value(); }
143 };
144 
145 } // namespace message_traits
146 } // namespace roswrap
147 
148 namespace roswrap
149 {
150 namespace serialization
151 {
152 
153  template<class ContainerAllocator> struct Serializer< ::std_msgs::Empty_<ContainerAllocator> >
154  {
155  template<typename Stream, typename T> inline static void allInOne(Stream&, T)
156  {}
157 
159  }; // struct Empty_
160 
161 } // namespace serialization
162 } // namespace roswrap
163 
164 namespace roswrap
165 {
166 namespace message_operations
167 {
168 
169 template<class ContainerAllocator>
170 struct Printer< ::std_msgs::Empty_<ContainerAllocator> >
171 {
172  template<typename Stream> static void stream(Stream&, const std::string&, const ::std_msgs::Empty_<ContainerAllocator>&)
173  {}
174 };
175 
176 } // namespace message_operations
177 } // namespace roswrap
178 
179 #endif // STD_MSGS_MESSAGE_EMPTY_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
roswrap::message_traits::Definition< ::std_msgs::Empty_< ContainerAllocator > >::value
static const char * value()
Definition: Empty.h:136
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
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
roswrap::message_traits::Definition< ::std_msgs::Empty_< ContainerAllocator > >::value
static const char * value(const ::std_msgs::Empty_< ContainerAllocator > &)
Definition: Empty.h:142
std_msgs::Empty_::Type
Empty_< ContainerAllocator > Type
Definition: Empty.h:25
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
ros::message_operations::Printer
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
roswrap::message_operations::Printer< ::std_msgs::Empty_< ContainerAllocator > >::stream
static void stream(Stream &, const std::string &, const ::std_msgs::Empty_< ContainerAllocator > &)
Definition: Empty.h:172
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
std_msgs::Empty_::Ptr
std::shared_ptr< ::std_msgs::Empty_< ContainerAllocator > > Ptr
Definition: Empty.h:40
std_msgs::Empty_
Definition: Empty.h:23
roswrap::message_traits::DataType< ::std_msgs::Empty_< ContainerAllocator > >::value
static const char * value()
Definition: Empty.h:125
std_msgs
roswrap::serialization::Serializer< ::std_msgs::Empty_< ContainerAllocator > >::allInOne
static void allInOne(Stream &, T)
Definition: Empty.h:155
std_msgs::Empty
::std_msgs::Empty_< std::allocator< void > > Empty
Definition: Empty.h:45
roswrap
Definition: param_modi.cpp:41
roswrap::message_operations::Printer
Definition: message_operations.h:40
roswrap::message_traits::MD5Sum< ::std_msgs::Empty_< ContainerAllocator > >::value
static const char * value()
Definition: Empty.h:112
std_msgs::Empty_::Empty_
Empty_()
Definition: Empty.h:27
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
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
std_msgs::Empty_::Empty_
Empty_(const ContainerAllocator &_alloc)
Definition: Empty.h:30
std_msgs::Empty_::ConstPtr
std::shared_ptr< ::std_msgs::Empty_< ContainerAllocator > const > ConstPtr
Definition: Empty.h:41
std_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::std_msgs::Bool_< ContainerAllocator > &v)
Definition: Bool.h:58
std_msgs::EmptyConstPtr
std::shared_ptr< ::std_msgs::Empty const > EmptyConstPtr
Definition: Empty.h:48
std_msgs::EmptyPtr
std::shared_ptr< ::std_msgs::Empty > EmptyPtr
Definition: Empty.h:47
roswrap::message_traits::DataType< ::std_msgs::Empty_< ContainerAllocator > >::value
static const char * value(const ::std_msgs::Empty_< ContainerAllocator > &)
Definition: Empty.h:130
roswrap::message_traits::MD5Sum< ::std_msgs::Empty_< ContainerAllocator > >::value
static const char * value(const ::std_msgs::Empty_< ContainerAllocator > &)
Definition: Empty.h:117


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