MyApp-TODO.c 779 Bytes
/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.MyApp on 2014-05-12T21:25:14T ****/
/**** protocolLevel = 12, toolsVersion = 12.0.0.201211010336 ****/

#include "MyApp.h"

#ifdef Em_MyApp_TODO  /* enables optional inclusion of empty functions */

/* Copy the function skeletons below into your own MyApp.c source file */

void MyApp_connectHandler(void) {
    /* TODO: application is now connected */
}

void MyApp_disconnectHandler(void) {
    /* TODO: application is now disconnected */
}

void MyApp_someRes_fetch(MyApp_someRes_t* const output) {
    /* TODO: write resource 'someRes' into 'output' */
}

void MyApp_someRes_store(MyApp_someRes_t* const input) {
    /* TODO: read resource 'someRes' from 'input' */
}

#endif  /* dummy file */