5 #ifndef GEOMETRY_MSGS_MESSAGE_ACCELSTAMPED_H 6 #define GEOMETRY_MSGS_MESSAGE_ACCELSTAMPED_H 23 template <
class ContainerAllocator>
43 typedef ::geometry_msgs::Accel_<ContainerAllocator>
_accel_type;
49 typedef std::shared_ptr< ::geometry_msgs::AccelStamped_<ContainerAllocator> >
Ptr;
50 typedef std::shared_ptr< ::geometry_msgs::AccelStamped_<ContainerAllocator>
const>
ConstPtr;
54 typedef ::geometry_msgs::AccelStamped_<std::allocator<void> >
AccelStamped;
63 template<
typename ContainerAllocator>
64 std::ostream& operator<<(std::ostream& s, const ::geometry_msgs::AccelStamped_<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 "d8a98a5d81351b6eb0578c78557e7659";
126 static const char*
value(const ::geometry_msgs::AccelStamped_<ContainerAllocator>&) {
return value(); }
127 static const uint64_t static_value1 = 0xd8a98a5d81351b6eULL;
128 static const uint64_t static_value2 = 0xb0578c78557e7659ULL;
131 template<
class ContainerAllocator>
136 return "geometry_msgs/AccelStamped";
139 static const char*
value(const ::geometry_msgs::AccelStamped_<ContainerAllocator>&) {
return value(); }
142 template<
class ContainerAllocator>
147 return "# An accel 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/Accel\n\ 171 # This expresses acceleration in free space broken into its linear and angular parts.\n\ 175 ================================================================================\n\ 176 MSG: geometry_msgs/Vector3\n\ 177 # This represents a vector in free space. \n\ 178 # It is only meant to represent a direction. Therefore, it does not\n\ 179 # make sense to apply a translation to it (e.g., when applying a \n\ 180 # generic rigid transformation to a Vector3, tf2 will only apply the\n\ 181 # rotation). If you want your data to be translatable too, use the\n\ 182 # geometry_msgs/Point message instead.\n\ 190 static const char*
value(const ::geometry_msgs::AccelStamped_<ContainerAllocator>&) {
return value(); }
198 namespace serialization
205 stream.next(m.header);
206 stream.next(m.accel);
217 namespace message_operations
220 template<
class ContainerAllocator>
223 template<
typename Stream>
static void stream(Stream&
s,
const std::string&
indent, const ::geometry_msgs::AccelStamped_<ContainerAllocator>&
v)
225 s << indent <<
"header: ";
228 s << indent <<
"accel: ";
237 #endif // GEOMETRY_MSGS_MESSAGE_ACCELSTAMPED_H
static const char * value()
typedef void(APIENTRY *GLDEBUGPROC)(GLenum source
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
::geometry_msgs::AccelStamped_< std::allocator< void > > AccelStamped
Specialize to provide the md5sum for a message.
::std_msgs::Header_< ContainerAllocator > _header_type
def indent(str, line_prefix=' ')
static const char * value(const ::geometry_msgs::AccelStamped_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::shared_ptr< ::geometry_msgs::AccelStamped > AccelStampedPtr
Specialize to provide the datatype for a message.
std::shared_ptr< ::geometry_msgs::AccelStamped_< ContainerAllocator > > Ptr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
::geometry_msgs::Accel_< ContainerAllocator > _accel_type
static void allInOne(Stream &stream, T m)
Stream base-class, provides common functionality for IStream and OStream.
AccelStamped_(const ContainerAllocator &_alloc)
static const char * value()
std::shared_ptr< ::geometry_msgs::AccelStamped_< ContainerAllocator > const > ConstPtr
#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()
static const char * value(const ::geometry_msgs::AccelStamped_< ContainerAllocator > &)
static const char * value(const ::geometry_msgs::AccelStamped_< ContainerAllocator > &)
static void stream(Stream &s, const std::string &indent, const ::geometry_msgs::AccelStamped_< ContainerAllocator > &v)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
std::shared_ptr< ::geometry_msgs::AccelStamped const > AccelStampedConstPtr
AccelStamped_< ContainerAllocator > Type