DUREX-STUBS.c
1.32 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.DUREX on 2014-08-07T19:28:56T ****/
/**** protocolLevel = 13, toolsVersion = 13.4.1.201311121909 ****/
#include "DUREX.h"
#ifdef DUREX_STUBS_ /* enables optional inclusion of application stubs */
/* Copy the function skeletons below into your own application source file */
void DUREX_connectHandler(void) {
/* TODO: application is now connected */
}
void DUREX_disconnectHandler(void) {
/* TODO: application is now disconnected */
}
void DUREX_numBytes_fetch(DUREX_numBytes_t* output) {
/* TODO: read resource 'numBytes' into 'output' */
}
void DUREX_numBytes_store(DUREX_numBytes_t* input) {
/* TODO: write resource 'numBytes' from 'input' */
}
void DUREX_data_fetch(DUREX_data_t output) {
/* TODO: read resource 'data' into 'output' */
}
void DUREX_data_store(DUREX_data_t input) {
/* TODO: write resource 'data' from 'input' */
}
void DUREX_numPackets_fetch(DUREX_numPackets_t* output) {
/* TODO: read resource 'numPackets' into 'output' */
}
void DUREX_numPackets_store(DUREX_numPackets_t* input) {
/* TODO: write resource 'numPackets' from 'input' */
}
void DUREX_messageAvailable_fetch(DUREX_messageAvailable_t* output) {
/* TODO: read resource 'messageAvailable' into 'output' */
}
#endif /* application stubs */