Go to the documentation of this file.
6 #ifndef SICK_SCAN_MESSAGE_SICKLOCTIMESYNCSRVRESPONSE_H
7 #define SICK_SCAN_MESSAGE_SICKLOCTIMESYNCSRVRESPONSE_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>
54 typedef std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator> >
Ptr;
55 typedef std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator>
const>
ConstPtr;
68 template<
typename ContainerAllocator>
69 std::ostream&
operator<<(std::ostream& s, const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator> & v)
76 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
77 bool operator==(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator2> & rhs)
79 return lhs.vehicle_time_valid == rhs.vehicle_time_valid &&
80 lhs.vehicle_time_sec == rhs.vehicle_time_sec &&
81 lhs.vehicle_time_nsec == rhs.vehicle_time_nsec;
84 template<
typename ContainerAllocator1,
typename ContainerAllocator2>
85 bool operator!=(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator1> & lhs, const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator2> & rhs)
95 namespace message_traits
102 template <
class ContainerAllocator>
107 template <
class ContainerAllocator>
112 template <
class ContainerAllocator>
117 template <
class ContainerAllocator>
122 template <
class ContainerAllocator>
127 template <
class ContainerAllocator>
133 template<
class ContainerAllocator>
138 return "cf6450e0c6b2fb33be19dfbfcc6f9815";
141 static const char*
value(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator>&) {
return value(); }
142 static const uint64_t static_value1 = 0xcf6450e0c6b2fb33ULL;
143 static const uint64_t static_value2 = 0xbe19dfbfcc6f9815ULL;
146 template<
class ContainerAllocator>
151 return "sick_scan/SickLocTimeSyncSrvResponse";
154 static const char*
value(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator>&) {
return value(); }
157 template<
class ContainerAllocator>
164 "# Response (output): System time calculated by software pll\n"
167 "bool vehicle_time_valid # true: vehicle_time_sec and vehicle_time_nsec valid, false: software pll still in initial phase\n"
168 "uint32 vehicle_time_sec # Time of vehicles pose calculated by software pll (seconds part of the system time)\n"
169 "uint32 vehicle_time_nsec # Time of vehicles pose calculated by software pll (nano seconds part of the system time)\n"
174 static const char*
value(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator>&) {
return value(); }
182 namespace serialization
187 template<
typename Stream,
typename T>
inline static void allInOne(
Stream& stream, T m)
189 stream.next(m.vehicle_time_valid);
190 stream.next(m.vehicle_time_sec);
191 stream.next(m.vehicle_time_nsec);
202 namespace message_operations
205 template<
class ContainerAllocator>
208 template<
typename Stream>
static void stream(Stream& s,
const std::string&
indent, const ::sick_scan_xd::SickLocTimeSyncSrvResponse_<ContainerAllocator>& v)
210 s <<
indent <<
"vehicle_time_valid: ";
212 s <<
indent <<
"vehicle_time_sec: ";
214 s <<
indent <<
"vehicle_time_nsec: ";
222 #endif // SICK_SCAN_MESSAGE_SICKLOCTIMESYNCSRVRESPONSE_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)
_vehicle_time_sec_type vehicle_time_sec
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...
uint32_t _vehicle_time_nsec_type
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvResponse_< ContainerAllocator > > Ptr
_vehicle_time_valid_type vehicle_time_valid
uint8_t _vehicle_time_valid_type
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvResponse_< ContainerAllocator > const > ConstPtr
static const char * value()
static void stream(Stream &s, const std::string &indent, const M &value)
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
Specialize to provide the datatype for a message.
Specialize to provide the definition for a message.
static const char * value(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_< ContainerAllocator > &)
SickLocTimeSyncSrvResponse_()
static const char * value()
::sick_scan_xd::SickLocTimeSyncSrvResponse_< std::allocator< void > > SickLocTimeSyncSrvResponse
static void stream(Stream &s, const std::string &indent, const ::sick_scan_xd::SickLocTimeSyncSrvResponse_< ContainerAllocator > &v)
SickLocTimeSyncSrvResponse_< ContainerAllocator > Type
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Specialize to provide the md5sum for a message.
uint32_t _vehicle_time_sec_type
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvResponse const > SickLocTimeSyncSrvResponseConstPtr
bool operator==(const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator1 > &lhs, const ::sick_scan_xd::ColaMsgSrvRequest_< ContainerAllocator2 > &rhs)
std::shared_ptr< ::sick_scan_xd::SickLocTimeSyncSrvResponse > SickLocTimeSyncSrvResponsePtr
Stream base-class, provides common functionality for IStream and OStream.
_vehicle_time_nsec_type vehicle_time_nsec
static const char * value(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_< ContainerAllocator > &)
static const char * value(const ::sick_scan_xd::SickLocTimeSyncSrvResponse_< ContainerAllocator > &)
static void allInOne(Stream &stream, T m)
static const char * value()
SickLocTimeSyncSrvResponse_(const ContainerAllocator &_alloc)
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:12