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.
Dependents: NerfUS-Coord NerfUSTarget
Fork of APP3_xbee by
Diff: include/RealXbeeReceiver.hpp
- Revision:
- 15:ab3e0d32e578
- Child:
- 16:f4df01448b59
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/include/RealXbeeReceiver.hpp Wed Mar 29 17:00:14 2017 +0000
@@ -0,0 +1,18 @@
+#ifndef REAL_XBEE_RECEIVER_HPP
+#define REAL_XBEE_RECEIVER_HPP
+
+#include <xbee.h>
+#include <XbeeReceiverInterface.hpp>
+
+class RealXbeeReceiver : public XbeeReceiverInterface
+{
+ public:
+ RealXbeeReceiver();
+ virtual void start();
+
+ private:
+ const static Thread message_reader_thread;
+ const static Thread message_handler_thread;
+};
+
+#endif
\ No newline at end of file
