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.
Fork of rosserial_mbed_lib by
Diff: dianostic_msgs/SelfTest.h
- Revision:
- 4:684f39d0c346
- Parent:
- 3:1cf99502f396
diff -r 1cf99502f396 -r 684f39d0c346 dianostic_msgs/SelfTest.h
--- a/dianostic_msgs/SelfTest.h Sat Nov 12 23:54:45 2011 +0000
+++ b/dianostic_msgs/SelfTest.h Wed Feb 29 23:00:21 2012 +0000
@@ -28,8 +28,8 @@
return offset;
}
- virtual const char * getType(){ return SELFTEST; };
- virtual const char * getMD5(){ return "d41d8cd98f00b204e9800998ecf8427e"; };
+ const char * getType(){ return SELFTEST; };
+ const char * getMD5(){ return "d41d8cd98f00b204e9800998ecf8427e"; };
};
@@ -85,8 +85,8 @@
return offset;
}
- virtual const char * getType(){ return SELFTEST; };
- virtual const char * getMD5(){ return "74c9372c870a76da4fc2b3973978b898"; };
+ const char * getType(){ return SELFTEST; };
+ const char * getMD5(){ return "74c9372c870a76da4fc2b3973978b898"; };
};
