5 #ifndef GEOMETRY_MSGS_MESSAGE_VECTOR3_H 6 #define GEOMETRY_MSGS_MESSAGE_VECTOR3_H 21 template <
class ContainerAllocator>
52 typedef std::shared_ptr< ::geometry_msgs::Vector3_<ContainerAllocator> >
Ptr;
53 typedef std::shared_ptr< ::geometry_msgs::Vector3_<ContainerAllocator>
const>
ConstPtr;
57 typedef ::geometry_msgs::Vector3_<std::allocator<void> >
Vector3;
59 typedef std::shared_ptr< ::geometry_msgs::Vector3 >
Vector3Ptr;
66 template<
typename ContainerAllocator>
67 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::Vector3_<ContainerAllocator> &
v)
77 namespace message_traits
90 template <
class ContainerAllocator>
95 template <
class ContainerAllocator>
100 template <
class ContainerAllocator>
105 template <
class ContainerAllocator>
110 template <
class ContainerAllocator>
115 template <
class ContainerAllocator>
121 template<
class ContainerAllocator>
126 return "4a842b65f413084dc2b10fb484ea7f17";
129 static const char*
value(const ::geometry_msgs::Vector3_<ContainerAllocator>&) {
return value(); }
130 static const uint64_t static_value1 = 0x4a842b65f413084dULL;
131 static const uint64_t static_value2 = 0xc2b10fb484ea7f17ULL;
134 template<
class ContainerAllocator>
139 return "geometry_msgs/Vector3";
142 static const char*
value(const ::geometry_msgs::Vector3_<ContainerAllocator>&) {
return value(); }
145 template<
class ContainerAllocator>
150 return "# This represents a vector in free space. \n\ 151 # It is only meant to represent a direction. Therefore, it does not\n\ 152 # make sense to apply a translation to it (e.g., when applying a \n\ 153 # generic rigid transformation to a Vector3, tf2 will only apply the\n\ 154 # rotation). If you want your data to be translatable too, use the\n\ 155 # geometry_msgs/Point message instead.\n\ 163 static const char*
value(const ::geometry_msgs::Vector3_<ContainerAllocator>&) {
return value(); }
171 namespace serialization
191 namespace message_operations
194 template<
class ContainerAllocator>
197 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::Vector3_<ContainerAllocator>&
v)
199 s << indent <<
"x: ";
201 s << indent <<
"y: ";
203 s << indent <<
"z: ";
211 #endif // GEOMETRY_MSGS_MESSAGE_VECTOR3_H
std::shared_ptr< ::geometry_msgs::Vector3 > Vector3Ptr
static const char * value()
Vector3_(const ContainerAllocator &_alloc)
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::Vector3_< ContainerAllocator > &v)
static const char * value(const ::geometry_msgs::Vector3_< ContainerAllocator > &)
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.
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
static void allInOne(Stream &stream, T m)
Stream base-class, provides common functionality for IStream and OStream.
std::shared_ptr< ::geometry_msgs::Vector3 const > Vector3ConstPtr
std::shared_ptr< ::geometry_msgs::Vector3_< ContainerAllocator > > Ptr
static const char * value(const ::geometry_msgs::Vector3_< ContainerAllocator > &)
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
static const char * value()
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
Vector3_< ContainerAllocator > Type
static const char * value(const ::geometry_msgs::Vector3_< ContainerAllocator > &)
static const char * value()
std::shared_ptr< ::geometry_msgs::Vector3_< ContainerAllocator > const > ConstPtr
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::Vector3_< std::allocator< void > > Vector3