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.
Sync Class Reference
Synchronizes a shared set of variables between multiple nodes. More...
#include <Sync.h>
Public Member Functions | |
| Sync (RF24Network &_network) | |
| Constructor. | |
| void | begin (uint16_t _to_node) |
| Begin the object. | |
| template<class T > | |
| void | register_me (T &_data) |
| Declare the shared data set. | |
| void | reset (void) |
| Reset the internal copy of the shared data set. | |
| void | update (void) |
| Update the network and the shared data set. | |
Detailed Description
Synchronizes a shared set of variables between multiple nodes.
Definition at line 27 of file Sync.h.
Constructor & Destructor Documentation
| Sync | ( | RF24Network & | _network ) |
Member Function Documentation
| void begin | ( | uint16_t | _to_node ) |
| void register_me | ( | T & | _data ) |
| void reset | ( | void | ) |
Generated on Mon Jul 25 2022 18:46:42 by
1.7.2