Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCTIMESYNCSRVREQUEST_H
7 #define SICK_SCAN_MESSAGE_SICKLOCTIMESYNCSRVREQUEST_H
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
22 template <
class ContainerAllocator>
44 typedef std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator> >
Ptr;
45 typedef std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator>
const>
ConstPtr;
58 template<
typename ContainerAllocator>
59 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator> & v)
66 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
67 bool operator==(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator2> & rhs)
69 return lhs.timestamp_lidar_ms == rhs.timestamp_lidar_ms;
72 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
73 bool operator!=(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator2> & rhs)
83 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 "e3f76cba46368467cfda2028d43e8ed9";
129 static const char*
value(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator>&) {
return value(); }
130 static const uint64_t static_value1 = 0xe3f76cba46368467ULL;
131 static const uint64_t static_value2 = 0xcfda2028d43e8ed9ULL;
134 template<
class ContainerAllocator>
139 return "sick_scan/SickLocTimeSyncSrvRequest";
142 static const char*
value(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator>&) {
return value(); }
145 template<
class ContainerAllocator>
150 return "# Definition of ROS service SickLocTimeSync for sick localization.\n"
152 "# ROS service SickLocTimeSync returns the system time of a vehicle pose from lidar ticks in ms.\n"
153 "# SickLocTimeSync uses a software pll to calculate the system time from ticks. Therefore at least\n"
154 "# 7 LocRequestTimestamp measurements are required before time sync becomes valid (default fifo\n"
155 "# size of the software pll is 7 measurements). Depending on time_sync_rate configured in the\n"
156 "# launch-file, this initial phase can take several seconds (up to 70 seconds).\n"
159 "# Request (input): Timestamp in ticks\n"
162 "uint32 timestamp_lidar_ms # Lidar timestamp in milliseconds from LocRequestTimestamp response\n"
167 static const char*
value(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator>&) {
return value(); }
175 namespace serialization
180 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
182 stream.next(m.timestamp_lidar_ms);
193 namespace message_operations
196 template<
class ContainerAllocator>
199 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLocTimeSyncSrvRequest_<ContainerAllocator>& v)
201 s <<
indent <<
"timestamp_lidar_ms: ";
209 #endif // SICK_SCAN_MESSAGE_SICKLOCTIMESYNCSRVREQUEST_H
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
std::ostream & operator<<(std::ostream &s, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator > &v)
bool operator!=(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
Templated serialization class. Default implementation provides backwards compatibility with old messa...
SickLocTimeSyncSrvRequest_(const ContainerAllocator &_alloc)
SickLocTimeSyncSrvRequest_< ContainerAllocator > Type
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocTimeSyncSrvRequest_< ContainerAllocator > &v)
static void stream(Stream &s, const std::string &indent, const M &value)
static const char * value(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_< ContainerAllocator > &)
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvRequest_< ContainerAllocator > const > ConstPtr
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvRequest_< ContainerAllocator > > Ptr
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_< ContainerAllocator > &)
::sick_scan_xd::SickLocTimeSyncSrvRequest_< std::allocator< void > > SickLocTimeSyncSrvRequest
static const char * value(const ::sick_scan_xd::SickLocTimeSyncSrvRequest_< ContainerAllocator > &)
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvRequest const > SickLocTimeSyncSrvRequestConstPtr
static void allInOne(Stream &stream, T m)
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvRequest > SickLocTimeSyncSrvRequestPtr
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 const char * value()
static const char * value()
bool operator==(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
static const char * value()
Stream base-class, provides common functionality for IStream and OStream.
SickLocTimeSyncSrvRequest_()
_timestamp_lidar_ms_type timestamp_lidar_ms
uint32_t _timestamp_lidar_ms_type
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:12