Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: rosserial_mbed_lib mbed Servo
Diff: geometry_msgs/PointStamped.h
- Revision:
- 3:dff241b66f84
- Parent:
- 1:098e75fd5ad2
diff -r 094e5153a559 -r dff241b66f84 geometry_msgs/PointStamped.h
--- a/geometry_msgs/PointStamped.h	Sun Oct 16 09:33:53 2011 +0000
+++ b/geometry_msgs/PointStamped.h	Sat Nov 12 23:53:04 2011 +0000
@@ -1,10 +1,10 @@
-#ifndef ros_geometry_msgs_PointStamped_h
-#define ros_geometry_msgs_PointStamped_h
+#ifndef _ROS_geometry_msgs_PointStamped_h
+#define _ROS_geometry_msgs_PointStamped_h
 
 #include <stdint.h>
 #include <string.h>
 #include <stdlib.h>
-#include "../ros/msg.h"
+#include "ros/msg.h"
 #include "std_msgs/Header.h"
 #include "geometry_msgs/Point.h"
 
@@ -17,7 +17,7 @@
       std_msgs::Header header;
       geometry_msgs::Point point;
 
-    virtual int serialize(unsigned char *outbuffer)
+    virtual int serialize(unsigned char *outbuffer) const
     {
       int offset = 0;
       offset += this->header.serialize(outbuffer + offset);
@@ -34,6 +34,7 @@
     }
 
     virtual const char * getType(){ return "geometry_msgs/PointStamped"; };
+    virtual const char * getMD5(){ return "c63aecb41bfdfd6b7e1fac37c7cbe7bf"; };
 
   };