5 #ifndef GEOMETRY_MSGS_MESSAGE_VECTOR3STAMPED_H 6 #define GEOMETRY_MSGS_MESSAGE_VECTOR3STAMPED_H 23 template <
class ContainerAllocator>
43 typedef ::geometry_msgs::Vector3_<ContainerAllocator>
_vector_type;
49 typedef std::shared_ptr< ::geometry_msgs::Vector3Stamped_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::geometry_msgs::Vector3Stamped_<ContainerAllocator>
const>
ConstPtr;
54 typedef ::geometry_msgs::Vector3Stamped_<std::allocator<void> >
Vector3Stamped;
63 template<
typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::Vector3Stamped_<ContainerAllocator> &
v)
74 namespace message_traits
87 template <
class ContainerAllocator>
92 template <
class ContainerAllocator>
97 template <
class ContainerAllocator>
102 template <
class ContainerAllocator>
107 template <
class ContainerAllocator>
112 template <
class ContainerAllocator>
118 template<
class ContainerAllocator>
123 return "7b324c7325e683bf02a9b14b01090ec7";
126 static const char*
value(const ::geometry_msgs::Vector3Stamped_<ContainerAllocator>&) {
return value(); }
127 static const uint64_t static_value1 = 0x7b324c7325e683bfULL;
128 static const uint64_t static_value2 = 0x02a9b14b01090ec7ULL;
131 template<
class ContainerAllocator>
136 return "geometry_msgs/Vector3Stamped";
139 static const char*
value(const ::geometry_msgs::Vector3Stamped_<ContainerAllocator>&) {
return value(); }
142 template<
class ContainerAllocator>
147 return "# This represents a Vector3 with reference coordinate frame and timestamp\n\ 151 ================================================================================\n\ 152 MSG: std_msgs/Header\n\ 153 # Standard metadata for higher-level stamped data types.\n\ 154 # This is generally used to communicate timestamped data \n\ 155 # in a particular coordinate frame.\n\ 157 # sequence ID: consecutively increasing ID \n\ 159 #Two-integer timestamp that is expressed as:\n\ 160 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\ 161 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\ 162 # time-handling sugar is provided by the client library\n\ 164 #Frame this data is associated with\n\ 169 ================================================================================\n\ 170 MSG: geometry_msgs/Vector3\n\ 171 # This represents a vector in free space. \n\ 172 # It is only meant to represent a direction. Therefore, it does not\n\ 173 # make sense to apply a translation to it (e.g., when applying a \n\ 174 # generic rigid transformation to a Vector3, tf2 will only apply the\n\ 175 # rotation). If you want your data to be translatable too, use the\n\ 176 # geometry_msgs/Point message instead.\n\ 184 static const char*
value(const ::geometry_msgs::Vector3Stamped_<ContainerAllocator>&) {
return value(); }
192 namespace serialization
199 stream.next(m.header);
200 stream.next(m.vector);
211 namespace message_operations
214 template<
class ContainerAllocator>
217 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::Vector3Stamped_<ContainerAllocator>&
v)
219 s << indent <<
"header: ";
222 s << indent <<
"vector: ";
231 #endif // GEOMETRY_MSGS_MESSAGE_VECTOR3STAMPED_H Vector3Stamped_< ContainerAllocator > Type
static const char * value(const ::geometry_msgs::Vector3Stamped_< ContainerAllocator > &)
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
static const char * value(const ::geometry_msgs::Vector3Stamped_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::shared_ptr< ::geometry_msgs::Vector3Stamped_< ContainerAllocator > > Ptr
Specialize to provide the md5sum for a message.
Vector3Stamped_(const ContainerAllocator &_alloc)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
static void allInOne(Stream &stream, T m)
GLsizei const GLchar *const * string
Specialize to provide the datatype for a message.
std::shared_ptr< ::geometry_msgs::Vector3Stamped > Vector3StampedPtr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
static const char * value()
std::shared_ptr< ::geometry_msgs::Vector3Stamped const > Vector3StampedConstPtr
static const char * value()
Stream base-class, provides common functionality for IStream and OStream.
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::Vector3Stamped_< ContainerAllocator > &v)
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
unsigned __int64 uint64_t
Specialize to provide the definition for a message.
::geometry_msgs::Vector3Stamped_< std::allocator< void > > Vector3Stamped
::std_msgs::Header_< ContainerAllocator > _header_type
static const char * value()
static const char * value(const ::geometry_msgs::Vector3Stamped_< ContainerAllocator > &)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::Vector3_< ContainerAllocator > _vector_type
std::shared_ptr< ::geometry_msgs::Vector3Stamped_< ContainerAllocator > const > ConstPtr