Doug Anson / mbedConnectorInterface

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Revision:
1:cabdd0350707
Parent:
0:b438482ebbfc
Child:
2:853f9ecc12df
--- a/api/Endpoint.cpp	Tue Jan 27 22:23:51 2015 +0000
+++ b/api/Endpoint.cpp	Tue Jan 27 22:52:25 2015 +0000
@@ -96,8 +96,8 @@
         DBG("NSP_registration() completed\r\n");
     }
      
-    // start the endpoint's main loop
-    void Endpoint::startTasklet() {
+    // Finalize the endpoint's configuration and begin the endpoint's main even loop
+    void Endpoint::start() {
         // mbedEndpointLib tasklet creation...   
         int main_tasklet_id = arm_ns_tasklet_create(&tasklet_main);
         if(main_tasklet_id < 0) {