RequestOdometryCovariances.h
Go to the documentation of this file.
1 #ifndef _ROS_SERVICE_RequestOdometryCovariances_h
2 #define _ROS_SERVICE_RequestOdometryCovariances_h
3 #include <stdint.h>
4 #include <string.h>
5 #include <stdlib.h>
6 #include "ros/msg.h"
7 #include "std_msgs/Empty.h"
9 
10 namespace rosabridge_msgs
11 {
12 
13 static const char REQUESTODOMETRYCOVARIANCES[] = "rosabridge_msgs/RequestOdometryCovariances";
14 
16  {
17  public:
18  std_msgs::Empty empty;
19 
20  virtual int serialize(unsigned char *outbuffer) const
21  {
22  int offset = 0;
23  offset += this->empty.serialize(outbuffer + offset);
24  return offset;
25  }
26 
27  virtual int deserialize(unsigned char *inbuffer)
28  {
29  int offset = 0;
30  offset += this->empty.deserialize(inbuffer + offset);
31  return offset;
32  }
33 
34  const char * getType(){ return REQUESTODOMETRYCOVARIANCES; };
35  const char * getMD5(){ return "6aac6c697d5414bc0fcede8c33981d0e"; };
36 
37  };
38 
40  {
41  public:
43 
44  virtual int serialize(unsigned char *outbuffer) const
45  {
46  int offset = 0;
47  offset += this->odometry_covariances.serialize(outbuffer + offset);
48  return offset;
49  }
50 
51  virtual int deserialize(unsigned char *inbuffer)
52  {
53  int offset = 0;
54  offset += this->odometry_covariances.deserialize(inbuffer + offset);
55  return offset;
56  }
57 
58  const char * getType(){ return REQUESTODOMETRYCOVARIANCES; };
59  const char * getMD5(){ return "560766e7723436a6430cd33a6d8796bb"; };
60 
61  };
62 
64  public:
67  };
68 
69 }
70 #endif
virtual int serialize(unsigned char *outbuffer) const
virtual int deserialize(unsigned char *inbuffer)
virtual int serialize(unsigned char *outbuffer) const
virtual int serialize(unsigned char *outbuffer) const
static const char REQUESTODOMETRYCOVARIANCES[]


rosabridge_arduino
Author(s): Chad Attermann
autogenerated on Sat Apr 10 2021 02:37:49