make changes on buffer serial
dynamic_reconfigure/SensorLevels.h@0:04ac6be8229a, 2019-11-08 (annotated)
- Committer:
- Gary Servin
- Date:
- Fri Nov 08 14:38:09 2019 -0300
- Revision:
- 0:04ac6be8229a
Initial commit, generated based on a clean melodic-desktop-full
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Gary Servin |
0:04ac6be8229a | 1 | #ifndef _ROS_dynamic_reconfigure_SensorLevels_h |
Gary Servin |
0:04ac6be8229a | 2 | #define _ROS_dynamic_reconfigure_SensorLevels_h |
Gary Servin |
0:04ac6be8229a | 3 | |
Gary Servin |
0:04ac6be8229a | 4 | #include <stdint.h> |
Gary Servin |
0:04ac6be8229a | 5 | #include <string.h> |
Gary Servin |
0:04ac6be8229a | 6 | #include <stdlib.h> |
Gary Servin |
0:04ac6be8229a | 7 | #include "ros/msg.h" |
Gary Servin |
0:04ac6be8229a | 8 | |
Gary Servin |
0:04ac6be8229a | 9 | namespace dynamic_reconfigure |
Gary Servin |
0:04ac6be8229a | 10 | { |
Gary Servin |
0:04ac6be8229a | 11 | |
Gary Servin |
0:04ac6be8229a | 12 | class SensorLevels : public ros::Msg |
Gary Servin |
0:04ac6be8229a | 13 | { |
Gary Servin |
0:04ac6be8229a | 14 | public: |
Gary Servin |
0:04ac6be8229a | 15 | enum { RECONFIGURE_CLOSE = 3 }; |
Gary Servin |
0:04ac6be8229a | 16 | enum { RECONFIGURE_STOP = 1 }; |
Gary Servin |
0:04ac6be8229a | 17 | enum { RECONFIGURE_RUNNING = 0 }; |
Gary Servin |
0:04ac6be8229a | 18 | |
Gary Servin |
0:04ac6be8229a | 19 | SensorLevels() |
Gary Servin |
0:04ac6be8229a | 20 | { |
Gary Servin |
0:04ac6be8229a | 21 | } |
Gary Servin |
0:04ac6be8229a | 22 | |
Gary Servin |
0:04ac6be8229a | 23 | virtual int serialize(unsigned char *outbuffer) const |
Gary Servin |
0:04ac6be8229a | 24 | { |
Gary Servin |
0:04ac6be8229a | 25 | int offset = 0; |
Gary Servin |
0:04ac6be8229a | 26 | return offset; |
Gary Servin |
0:04ac6be8229a | 27 | } |
Gary Servin |
0:04ac6be8229a | 28 | |
Gary Servin |
0:04ac6be8229a | 29 | virtual int deserialize(unsigned char *inbuffer) |
Gary Servin |
0:04ac6be8229a | 30 | { |
Gary Servin |
0:04ac6be8229a | 31 | int offset = 0; |
Gary Servin |
0:04ac6be8229a | 32 | return offset; |
Gary Servin |
0:04ac6be8229a | 33 | } |
Gary Servin |
0:04ac6be8229a | 34 | |
Gary Servin |
0:04ac6be8229a | 35 | const char * getType(){ return "dynamic_reconfigure/SensorLevels"; }; |
Gary Servin |
0:04ac6be8229a | 36 | const char * getMD5(){ return "6322637bee96d5489db6e2127c47602c"; }; |
Gary Servin |
0:04ac6be8229a | 37 | |
Gary Servin |
0:04ac6be8229a | 38 | }; |
Gary Servin |
0:04ac6be8229a | 39 | |
Gary Servin |
0:04ac6be8229a | 40 | } |
Gary Servin |
0:04ac6be8229a | 41 | #endif |