5 #ifndef GEOMETRY_MSGS_MESSAGE_POINTSTAMPED_H 6 #define GEOMETRY_MSGS_MESSAGE_POINTSTAMPED_H 23 template <
class ContainerAllocator>
43 typedef ::geometry_msgs::Point_<ContainerAllocator>
_point_type;
49 typedef std::shared_ptr< ::geometry_msgs::PointStamped_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::geometry_msgs::PointStamped_<ContainerAllocator>
const>
ConstPtr;
54 typedef ::geometry_msgs::PointStamped_<std::allocator<void> >
PointStamped;
63 template<
typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::PointStamped_<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 "c63aecb41bfdfd6b7e1fac37c7cbe7bf";
126 static const char*
value(const ::geometry_msgs::PointStamped_<ContainerAllocator>&) {
return value(); }
127 static const uint64_t static_value1 = 0xc63aecb41bfdfd6bULL;
128 static const uint64_t static_value2 = 0x7e1fac37c7cbe7bfULL;
131 template<
class ContainerAllocator>
136 return "geometry_msgs/PointStamped";
139 static const char*
value(const ::geometry_msgs::PointStamped_<ContainerAllocator>&) {
return value(); }
142 template<
class ContainerAllocator>
147 return "# This represents a Point 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/Point\n\ 171 # This contains the position of a point in free space\n\ 178 static const char*
value(const ::geometry_msgs::PointStamped_<ContainerAllocator>&) {
return value(); }
186 namespace serialization
193 stream.next(m.header);
194 stream.next(m.point);
205 namespace message_operations
208 template<
class ContainerAllocator>
211 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::geometry_msgs::PointStamped_<ContainerAllocator>&
v)
213 s << indent <<
"header: ";
216 s << indent <<
"point: ";
225 #endif // GEOMETRY_MSGS_MESSAGE_POINTSTAMPED_H PointStamped_(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 ...
static const char * value(const ::geometry_msgs::PointStamped_< ContainerAllocator > &)
Specialize to provide the md5sum for a message.
static const char * value()
PointStamped_< ContainerAllocator > Type
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
std::shared_ptr< ::geometry_msgs::PointStamped_< ContainerAllocator > const > ConstPtr
Specialize to provide the datatype for a message.
::geometry_msgs::PointStamped_< std::allocator< void > > PointStamped
std::shared_ptr< ::geometry_msgs::PointStamped_< ContainerAllocator > > Ptr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
::std_msgs::Header_< ContainerAllocator > _header_type
Stream base-class, provides common functionality for IStream and OStream.
static const char * value(const ::geometry_msgs::PointStamped_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::PointStamped_< 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.
static const char * value()
std::shared_ptr< ::geometry_msgs::PointStamped const > PointStampedConstPtr
static const char * value(const ::geometry_msgs::PointStamped_< ContainerAllocator > &)
static const char * value()
static void allInOne(Stream &stream, T m)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
::geometry_msgs::Point_< ContainerAllocator > _point_type
std::shared_ptr< ::geometry_msgs::PointStamped > PointStampedPtr