5 #ifndef SENSOR_MSGS_MESSAGE_NAVSATSTATUS_H 6 #define SENSOR_MSGS_MESSAGE_NAVSATSTATUS_H 21 template <
class ContainerAllocator>
60 typedef ::sensor_msgs::NavSatStatus_<std::allocator<void> >
NavSatStatus;
85 template<
typename ContainerAllocator>
86 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::NavSatStatus_<ContainerAllocator> &
v)
96 namespace message_traits
109 template <
class ContainerAllocator>
114 template <
class ContainerAllocator>
119 template <
class ContainerAllocator>
124 template <
class ContainerAllocator>
129 template <
class ContainerAllocator>
134 template <
class ContainerAllocator>
140 template<
class ContainerAllocator>
145 return "331cdbddfa4bc96ffc3b9ad98900a54c";
148 static const char*
value(const ::sensor_msgs::NavSatStatus_<ContainerAllocator>&) {
return value(); }
149 static const uint64_t static_value1 = 0x331cdbddfa4bc96fULL;
150 static const uint64_t static_value2 = 0xfc3b9ad98900a54cULL;
153 template<
class ContainerAllocator>
158 return "sensor_msgs/NavSatStatus";
161 static const char*
value(const ::sensor_msgs::NavSatStatus_<ContainerAllocator>&) {
return value(); }
164 template<
class ContainerAllocator>
169 return "# Navigation Satellite fix status for any Global Navigation Satellite System\n\ 171 # Whether to output an augmented fix is determined by both the fix\n\ 172 # type and the last time differential corrections were received. A\n\ 173 # fix is valid when status >= STATUS_FIX.\n\ 175 int8 STATUS_NO_FIX = -1 # unable to fix position\n\ 176 int8 STATUS_FIX = 0 # unaugmented fix\n\ 177 int8 STATUS_SBAS_FIX = 1 # with satellite-based augmentation\n\ 178 int8 STATUS_GBAS_FIX = 2 # with ground-based augmentation\n\ 182 # Bits defining which Global Navigation Satellite System signals were\n\ 183 # used by the receiver.\n\ 185 uint16 SERVICE_GPS = 1\n\ 186 uint16 SERVICE_GLONASS = 2\n\ 187 uint16 SERVICE_COMPASS = 4 # includes BeiDou.\n\ 188 uint16 SERVICE_GALILEO = 8\n\ 194 static const char*
value(const ::sensor_msgs::NavSatStatus_<ContainerAllocator>&) {
return value(); }
202 namespace serialization
209 stream.next(m.status);
210 stream.next(m.service);
221 namespace message_operations
224 template<
class ContainerAllocator>
227 template<
typename Stream>
static void stream(Stream&
s,
const std::string& indent, const ::sensor_msgs::NavSatStatus_<ContainerAllocator>&
v)
229 s << indent <<
"status: ";
231 s << indent <<
"service: ";
239 #endif // SENSOR_MSGS_MESSAGE_NAVSATSTATUS_H
static const char * value(const ::sensor_msgs::NavSatStatus_< ContainerAllocator > &)
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()
Specialize to provide the md5sum for a message.
static const char * value(const ::sensor_msgs::NavSatStatus_< ContainerAllocator > &)
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
GLsizei const GLchar *const * string
boost::shared_ptr< ::sensor_msgs::NavSatStatus_< ContainerAllocator > > Ptr
Specialize to provide the datatype for a message.
boost::shared_ptr< ::sensor_msgs::NavSatStatus const > NavSatStatusConstPtr
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
NavSatStatus_(const ContainerAllocator &_alloc)
Stream base-class, provides common functionality for IStream and OStream.
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::NavSatStatus_< ContainerAllocator > &v)
static const char * value(const ::sensor_msgs::NavSatStatus_< ContainerAllocator > &)
Tools for manipulating sensor_msgs.
#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.
boost::shared_ptr< ::sensor_msgs::NavSatStatus > NavSatStatusPtr
static void allInOne(Stream &stream, T m)
static const char * value()
boost::shared_ptr< ::sensor_msgs::NavSatStatus_< ContainerAllocator > const > ConstPtr
::sensor_msgs::NavSatStatus_< std::allocator< void > > NavSatStatus
NavSatStatus_< ContainerAllocator > Type
Templated serialization class. Default implementation provides backwards compatibility with old messa...
static const char * value()