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 XBeeLib by
Diff: FrameHandlers/FH_RxPacket802.h
- Revision:
- 4:629712865107
- Parent:
- 3:8662ebe83570
--- a/FrameHandlers/FH_RxPacket802.h Mon May 18 13:16:55 2015 +0200
+++ b/FrameHandlers/FH_RxPacket802.h Mon Jun 01 18:59:43 2015 +0200
@@ -31,14 +31,14 @@
typedef void (*receive_802_cb_t)(const RemoteXBee802& remote, bool broadcast, const uint8_t *const data, uint16_t len);
/**
* @}
- */
+ */
class FH_RxPacket64b802 : public FrameHandler
{
private:
/** Callback function, invoked if registered */
receive_802_cb_t receive_cb;
-
+
public:
/** Class constructor */
FH_RxPacket64b802();
@@ -46,13 +46,10 @@
/** Class destructor */
virtual ~FH_RxPacket64b802();
- /** */
virtual void process_frame_data(const ApiFrame* const frame);
- /** */
virtual void register_receive_cb(receive_802_cb_t function);
- /** */
virtual void unregister_receive_cb();
};
@@ -69,13 +66,10 @@
/** Class destructor */
virtual ~FH_RxPacket16b802();
- /** */
virtual void process_frame_data(const ApiFrame *const frame);
- /** */
virtual void register_receive_cb(receive_802_cb_t function);
- /** */
virtual void unregister_receive_cb();
};
