ros melodic library with custom message
Dependents: Robot_team1_QEI_Douglas Robot_team1
ros_lib/control_msgs/SingleJointPositionActionFeedback.h@0:020db18a476d, 2019-10-30 (annotated)
- Committer:
- scarter1
- Date:
- Wed Oct 30 14:59:49 2019 +0000
- Revision:
- 0:020db18a476d
melodic library;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
scarter1 | 0:020db18a476d | 1 | #ifndef _ROS_control_msgs_SingleJointPositionActionFeedback_h |
scarter1 | 0:020db18a476d | 2 | #define _ROS_control_msgs_SingleJointPositionActionFeedback_h |
scarter1 | 0:020db18a476d | 3 | |
scarter1 | 0:020db18a476d | 4 | #include <stdint.h> |
scarter1 | 0:020db18a476d | 5 | #include <string.h> |
scarter1 | 0:020db18a476d | 6 | #include <stdlib.h> |
scarter1 | 0:020db18a476d | 7 | #include "ros/msg.h" |
scarter1 | 0:020db18a476d | 8 | #include "std_msgs/Header.h" |
scarter1 | 0:020db18a476d | 9 | #include "actionlib_msgs/GoalStatus.h" |
scarter1 | 0:020db18a476d | 10 | #include "control_msgs/SingleJointPositionFeedback.h" |
scarter1 | 0:020db18a476d | 11 | |
scarter1 | 0:020db18a476d | 12 | namespace control_msgs |
scarter1 | 0:020db18a476d | 13 | { |
scarter1 | 0:020db18a476d | 14 | |
scarter1 | 0:020db18a476d | 15 | class SingleJointPositionActionFeedback : public ros::Msg |
scarter1 | 0:020db18a476d | 16 | { |
scarter1 | 0:020db18a476d | 17 | public: |
scarter1 | 0:020db18a476d | 18 | typedef std_msgs::Header _header_type; |
scarter1 | 0:020db18a476d | 19 | _header_type header; |
scarter1 | 0:020db18a476d | 20 | typedef actionlib_msgs::GoalStatus _status_type; |
scarter1 | 0:020db18a476d | 21 | _status_type status; |
scarter1 | 0:020db18a476d | 22 | typedef control_msgs::SingleJointPositionFeedback _feedback_type; |
scarter1 | 0:020db18a476d | 23 | _feedback_type feedback; |
scarter1 | 0:020db18a476d | 24 | |
scarter1 | 0:020db18a476d | 25 | SingleJointPositionActionFeedback(): |
scarter1 | 0:020db18a476d | 26 | header(), |
scarter1 | 0:020db18a476d | 27 | status(), |
scarter1 | 0:020db18a476d | 28 | feedback() |
scarter1 | 0:020db18a476d | 29 | { |
scarter1 | 0:020db18a476d | 30 | } |
scarter1 | 0:020db18a476d | 31 | |
scarter1 | 0:020db18a476d | 32 | virtual int serialize(unsigned char *outbuffer) const |
scarter1 | 0:020db18a476d | 33 | { |
scarter1 | 0:020db18a476d | 34 | int offset = 0; |
scarter1 | 0:020db18a476d | 35 | offset += this->header.serialize(outbuffer + offset); |
scarter1 | 0:020db18a476d | 36 | offset += this->status.serialize(outbuffer + offset); |
scarter1 | 0:020db18a476d | 37 | offset += this->feedback.serialize(outbuffer + offset); |
scarter1 | 0:020db18a476d | 38 | return offset; |
scarter1 | 0:020db18a476d | 39 | } |
scarter1 | 0:020db18a476d | 40 | |
scarter1 | 0:020db18a476d | 41 | virtual int deserialize(unsigned char *inbuffer) |
scarter1 | 0:020db18a476d | 42 | { |
scarter1 | 0:020db18a476d | 43 | int offset = 0; |
scarter1 | 0:020db18a476d | 44 | offset += this->header.deserialize(inbuffer + offset); |
scarter1 | 0:020db18a476d | 45 | offset += this->status.deserialize(inbuffer + offset); |
scarter1 | 0:020db18a476d | 46 | offset += this->feedback.deserialize(inbuffer + offset); |
scarter1 | 0:020db18a476d | 47 | return offset; |
scarter1 | 0:020db18a476d | 48 | } |
scarter1 | 0:020db18a476d | 49 | |
scarter1 | 0:020db18a476d | 50 | const char * getType(){ return "control_msgs/SingleJointPositionActionFeedback"; }; |
scarter1 | 0:020db18a476d | 51 | const char * getMD5(){ return "3503b7cf8972f90d245850a5d8796cfa"; }; |
scarter1 | 0:020db18a476d | 52 | |
scarter1 | 0:020db18a476d | 53 | }; |
scarter1 | 0:020db18a476d | 54 | |
scarter1 | 0:020db18a476d | 55 | } |
scarter1 | 0:020db18a476d | 56 | #endif |