Blame view

MyAppSchema/out/MyApp-TODO.c 779 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.MyApp on 2014-05-09T14:33:36T ****/
/**** 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 */