Main Page
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
g
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
s
t
u
v
w
Typedefs
Files
File List
File Members
All
a
b
c
e
k
l
m
n
p
r
s
t
u
Functions
Variables
Typedefs
Macros
scripts
base_controller
lib
ros_lib
diffbot_msgs
WheelsCmd.h
Go to the documentation of this file.
1
#ifndef _ROS_diffbot_msgs_WheelsCmd_h
2
#define _ROS_diffbot_msgs_WheelsCmd_h
3
4
#include <stdint.h>
5
#include <string.h>
6
#include <stdlib.h>
7
#include "
ros/msg.h
"
8
#include "
diffbot_msgs/AngularVelocities.h
"
9
10
namespace
diffbot_msgs
11
{
12
13
class
WheelsCmd
:
public
ros::Msg
14
{
15
public
:
16
typedef
diffbot_msgs::AngularVelocities
_angular_velocities_type
;
17
_angular_velocities_type
angular_velocities
;
18
19
WheelsCmd
():
20
angular_velocities
()
21
{
22
}
23
24
virtual
int
serialize
(
unsigned
char
*outbuffer)
const override
25
{
26
int
offset = 0;
27
offset += this->angular_velocities.
serialize
(outbuffer + offset);
28
return
offset;
29
}
30
31
virtual
int
deserialize
(
unsigned
char
*inbuffer)
override
32
{
33
int
offset = 0;
34
offset += this->angular_velocities.
deserialize
(inbuffer + offset);
35
return
offset;
36
}
37
38
virtual
const
char
*
getType
()
override
{
return
"diffbot_msgs/WheelsCmd"
; };
39
virtual
const
char
*
getMD5
()
override
{
return
"85d3efcbf77039b4c3993e4dcc872362"
; };
40
41
};
42
43
}
44
#endif
diffbot_msgs::WheelsCmd::serialize
virtual int serialize(unsigned char *outbuffer) const override
Definition:
WheelsCmd.h:24
diffbot_msgs::WheelsCmd::_angular_velocities_type
diffbot_msgs::AngularVelocities _angular_velocities_type
Definition:
WheelsCmd.h:16
diffbot_msgs::WheelsCmd::angular_velocities
_angular_velocities_type angular_velocities
Definition:
WheelsCmd.h:17
ros::Msg
diffbot_msgs::WheelsCmd::getMD5
virtual const char * getMD5() override
Definition:
WheelsCmd.h:39
diffbot_msgs::WheelsCmd::deserialize
virtual int deserialize(unsigned char *inbuffer) override
Definition:
WheelsCmd.h:31
diffbot_msgs::AngularVelocities::serialize
virtual int serialize(unsigned char *outbuffer) const override
Definition:
AngularVelocities.h:25
AngularVelocities.h
diffbot_msgs
Definition:
AngularVelocities.h:9
diffbot_msgs::WheelsCmd::WheelsCmd
WheelsCmd()
Definition:
WheelsCmd.h:19
msg.h
diffbot_msgs::AngularVelocities
Definition:
AngularVelocities.h:12
diffbot_msgs::AngularVelocities::deserialize
virtual int deserialize(unsigned char *inbuffer) override
Definition:
AngularVelocities.h:48
diffbot_msgs::WheelsCmd::getType
virtual const char * getType() override
Definition:
WheelsCmd.h:38
diffbot_msgs::WheelsCmd
Definition:
WheelsCmd.h:13
diffbot_base
Author(s):
autogenerated on Thu Sep 7 2023 02:35:23