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.
Endpoint Class Reference
#include <ConnectorEndpoint.h>
Public Member Functions | |
| Endpoint (const Logger *logger, const Options *ob) | |
| Default Constructor. | |
| Endpoint (const Endpoint &ep) | |
| Copy Constructor. | |
| virtual | ~Endpoint () |
| Destructor. | |
| void | build_endpoint () |
| Build out the endpoint. | |
Static Public Member Functions | |
| static void | plumbNetwork (void *device_manager=NULL, bool canActAsRouterNode=false) |
| Plumb the lower RF network stack. | |
| static void | start () |
| Initialize the endpoint's configuration and begin the endpoint's main even loop. | |
Detailed Description
Endpoint class.
Definition at line 45 of file ConnectorEndpoint.h.
Constructor & Destructor Documentation
Default Constructor.
Definition at line 86 of file ConnectorEndpoint.cpp.
Copy Constructor.
- Parameters:
-
ob input endpoint instance to deep copy
Definition at line 96 of file ConnectorEndpoint.cpp.
| ~Endpoint | ( | ) | [virtual] |
Destructor.
Definition at line 110 of file ConnectorEndpoint.cpp.
Member Function Documentation
| void build_endpoint | ( | ) |
Build out the endpoint.
Definition at line 318 of file ConnectorEndpoint.cpp.
| void plumbNetwork | ( | void * | device_manager = NULL, |
| bool | canActAsRouterNode = false |
||
| ) | [static] |
Plumb the lower RF network stack.
- Parameters:
-
device_manager input optional device manager (DeviceManager type) canActAsRouterNode input boolean indicating whether this node can act as a router node or not.
Definition at line 46 of file ConnectorEndpoint.cpp.
| void start | ( | ) | [static] |
Initialize the endpoint's configuration and begin the endpoint's main even loop.
Definition at line 74 of file ConnectorEndpoint.cpp.
Generated on Wed Jul 13 2022 21:59:32 by
1.7.2