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: DigiLogger
Dependents: WaterLogger XbeeGateway XBee_Cooker ProjetReceiver ... more
Diff: RemoteXBee/RemoteXBee.h
- Revision:
- 4:629712865107
- Parent:
- 3:8662ebe83570
- Child:
- 6:06522f3a6642
--- a/RemoteXBee/RemoteXBee.h Mon May 18 13:16:55 2015 +0200
+++ b/RemoteXBee/RemoteXBee.h Mon Jun 01 18:59:43 2015 +0200
@@ -16,7 +16,7 @@
#include "XBee/Addresses.h"
namespace XBeeLib {
-
+
/** Class for Remote XBee modules. Not to be used directly. */
class RemoteXBee
{
@@ -80,7 +80,7 @@
/** Remote Device 64 bit address */
uint64_t _dev_addr64;
- /** Remote Device 16 bit address */
+ /** Remote Device 16 bit address */
uint16_t _dev_addr16;
};
@@ -98,7 +98,7 @@
* @param remote64 the 64-bit address (ATSH and ATSL parameters) of the remote XBee module
*/
RemoteXBee802(uint64_t remote64);
-
+
/** Class constructor for a 802.15.4 remote device (connected wirelessly) using 16bit addressing
* @param remote16 the 16-bit address (ATMY parameter) of the remote XBee module
*/
@@ -144,7 +144,7 @@
* @param remote16 the 16-bit address (ATMY parameter) of the remote XBee module
*/
RemoteXBeeZB(uint64_t remote64, uint16_t remote16);
-
+
/** Class destructor */
~RemoteXBeeZB();