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
RealXbeeReceiver.hpp
00001 #ifndef REAL_XBEE_RECEIVER_HPP 00002 #define REAL_XBEE_RECEIVER_HPP 00003 00004 #include "xbee.h" 00005 #include "XbeeReceiverInterface.hpp" 00006 00007 class RealXbeeReceiver : public XbeeReceiverInterface 00008 { 00009 public: 00010 RealXbeeReceiver(); 00011 virtual void start(void (*callback)(vector<uint8_t>, int*)); 00012 00013 private: 00014 Thread message_handler_thread; 00015 Thread message_reader_thread; 00016 }; 00017 00018 #endif
Generated on Thu Jul 14 2022 15:12:33 by
1.7.2
