Transform.h
Go to the documentation of this file.
1 // Generated by gencpp from file geometry_msgs/Transform.msg
2 // DO NOT EDIT!
3 
4 
5 #ifndef GEOMETRY_MSGS_MESSAGE_TRANSFORM_H
6 #define GEOMETRY_MSGS_MESSAGE_TRANSFORM_H
7 
8 
9 #include <string>
10 #include <vector>
11 #include <map>
12 
13 #include <ros/types.h>
14 #include <ros/serialization.h>
16 #include <ros/message_operations.h>
17 
18 #include <geometry_msgs/Vector3.h>
20 
21 namespace geometry_msgs
22 {
23 template <class ContainerAllocator>
24 struct Transform_
25 {
27 
29  : translation()
30  , rotation() {
31  }
32  Transform_(const ContainerAllocator& _alloc)
33  : translation(_alloc)
34  , rotation(_alloc) {
35  (void)_alloc;
36  }
37 
38 
39 
40  typedef ::geometry_msgs::Vector3_<ContainerAllocator> _translation_type;
41  _translation_type translation;
42 
43  typedef ::geometry_msgs::Quaternion_<ContainerAllocator> _rotation_type;
44  _rotation_type rotation;
45 
46 
47 
48 
49  typedef std::shared_ptr< ::geometry_msgs::Transform_<ContainerAllocator> > Ptr;
50  typedef std::shared_ptr< ::geometry_msgs::Transform_<ContainerAllocator> const> ConstPtr;
51 
52 }; // struct Transform_
53 
54 typedef ::geometry_msgs::Transform_<std::allocator<void> > Transform;
55 
56 typedef std::shared_ptr< ::geometry_msgs::Transform > TransformPtr;
57 typedef std::shared_ptr< ::geometry_msgs::Transform const> TransformConstPtr;
58 
59 // constants requiring out of line definition
60 
61 
62 
63 template<typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::Transform_<ContainerAllocator> & v)
65 {
67 return s;
68 }
69 
70 } // namespace geometry_msgs
71 
72 namespace rs2rosinternal
73 {
74 namespace message_traits
75 {
76 
77 
78 
79 // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False}
80 // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'geometry_msgs': ['/tmp/binarydeb/ros-kinetic-geometry-msgs-1.12.5/msg']}
81 
82 // !!!!!!!!!!! ['__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']
83 
84 
85 
86 
87 template <class ContainerAllocator>
88 struct IsFixedSize< ::geometry_msgs::Transform_<ContainerAllocator> >
89  : TrueType
90  { };
91 
92 template <class ContainerAllocator>
93 struct IsFixedSize< ::geometry_msgs::Transform_<ContainerAllocator> const>
94  : TrueType
95  { };
96 
97 template <class ContainerAllocator>
98 struct IsMessage< ::geometry_msgs::Transform_<ContainerAllocator> >
99  : TrueType
100  { };
101 
102 template <class ContainerAllocator>
103 struct IsMessage< ::geometry_msgs::Transform_<ContainerAllocator> const>
104  : TrueType
105  { };
106 
107 template <class ContainerAllocator>
108 struct HasHeader< ::geometry_msgs::Transform_<ContainerAllocator> >
109  : FalseType
110  { };
111 
112 template <class ContainerAllocator>
113 struct HasHeader< ::geometry_msgs::Transform_<ContainerAllocator> const>
114  : FalseType
115  { };
116 
117 
118 template<class ContainerAllocator>
119 struct MD5Sum< ::geometry_msgs::Transform_<ContainerAllocator> >
120 {
121  static const char* value()
122  {
123  return "ac9eff44abf714214112b05d54a3cf9b";
124  }
125 
126  static const char* value(const ::geometry_msgs::Transform_<ContainerAllocator>&) { return value(); }
127  static const uint64_t static_value1 = 0xac9eff44abf71421ULL;
128  static const uint64_t static_value2 = 0x4112b05d54a3cf9bULL;
129 };
130 
131 template<class ContainerAllocator>
132 struct DataType< ::geometry_msgs::Transform_<ContainerAllocator> >
133 {
134  static const char* value()
135  {
136  return "geometry_msgs/Transform";
137  }
138 
139  static const char* value(const ::geometry_msgs::Transform_<ContainerAllocator>&) { return value(); }
140 };
141 
142 template<class ContainerAllocator>
143 struct Definition< ::geometry_msgs::Transform_<ContainerAllocator> >
144 {
145  static const char* value()
146  {
147  return "# This represents the transform between two coordinate frames in free space.\n\
148 \n\
149 Vector3 translation\n\
150 Quaternion rotation\n\
151 \n\
152 ================================================================================\n\
153 MSG: geometry_msgs/Vector3\n\
154 # This represents a vector in free space. \n\
155 # It is only meant to represent a direction. Therefore, it does not\n\
156 # make sense to apply a translation to it (e.g., when applying a \n\
157 # generic rigid transformation to a Vector3, tf2 will only apply the\n\
158 # rotation). If you want your data to be translatable too, use the\n\
159 # geometry_msgs/Point message instead.\n\
160 \n\
161 float64 x\n\
162 float64 y\n\
163 float64 z\n\
164 ================================================================================\n\
165 MSG: geometry_msgs/Quaternion\n\
166 # This represents an orientation in free space in quaternion form.\n\
167 \n\
168 float64 x\n\
169 float64 y\n\
170 float64 z\n\
171 float64 w\n\
172 ";
173  }
174 
175  static const char* value(const ::geometry_msgs::Transform_<ContainerAllocator>&) { return value(); }
176 };
177 
178 } // namespace message_traits
179 } // namespace rs2rosinternal
180 
181 namespace rs2rosinternal
182 {
183 namespace serialization
184 {
185 
186  template<class ContainerAllocator> struct Serializer< ::geometry_msgs::Transform_<ContainerAllocator> >
187  {
188  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
189  {
190  stream.next(m.translation);
191  stream.next(m.rotation);
192  }
193 
195  }; // struct Transform_
196 
197 } // namespace serialization
198 } // namespace rs2rosinternal
199 
200 namespace rs2rosinternal
201 {
202 namespace message_operations
203 {
204 
205 template<class ContainerAllocator>
206 struct Printer< ::geometry_msgs::Transform_<ContainerAllocator> >
207 {
208  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::geometry_msgs::Transform_<ContainerAllocator>& v)
209  {
210  s << indent << "translation: ";
211  s << std::endl;
212  Printer< ::geometry_msgs::Vector3_<ContainerAllocator> >::stream(s, indent + " ", v.translation);
213  s << indent << "rotation: ";
214  s << std::endl;
216  }
217 };
218 
219 } // namespace message_operations
220 } // namespace rs2rosinternal
221 
222 #endif // GEOMETRY_MSGS_MESSAGE_TRANSFORM_H
::geometry_msgs::Quaternion_< ContainerAllocator > _rotation_type
Definition: Transform.h:43
static const char * value(const ::geometry_msgs::Transform_< ContainerAllocator > &)
Definition: Transform.h:175
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLdouble s
const GLfloat * m
Definition: glext.h:6814
Specialize to provide the md5sum for a message.
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
HasHeader informs whether or not there is a header that gets serialized as the first thing in the mes...
GLuint GLuint stream
Definition: glext.h:1790
static const char * value(const ::geometry_msgs::Transform_< ContainerAllocator > &)
Definition: Transform.h:139
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Transform_< ContainerAllocator > Type
Definition: Transform.h:26
Stream base-class, provides common functionality for IStream and OStream.
::geometry_msgs::Vector3_< ContainerAllocator > _translation_type
Definition: Transform.h:40
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Definition: stdint.h:90
Specialize to provide the definition for a message.
static const char * value(const ::geometry_msgs::Transform_< ContainerAllocator > &)
Definition: Transform.h:126
_rotation_type rotation
Definition: Transform.h:44
std::shared_ptr< ::geometry_msgs::Transform const > TransformConstPtr
Definition: Transform.h:57
std::shared_ptr< ::geometry_msgs::Transform_< ContainerAllocator > const > ConstPtr
Definition: Transform.h:50
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::Transform_< ContainerAllocator > &v)
Definition: Transform.h:208
std::shared_ptr< ::geometry_msgs::Transform_< ContainerAllocator > > Ptr
Definition: Transform.h:49
_translation_type translation
Definition: Transform.h:41
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::Transform_< std::allocator< void > > Transform
Definition: Transform.h:54
std::shared_ptr< ::geometry_msgs::Transform > TransformPtr
Definition: Transform.h:56
GLdouble v
Transform_(const ContainerAllocator &_alloc)
Definition: Transform.h:32


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:12