Blame view

BlinkerSchema/out/Blinker-TODO.c 1.21 KB
Imanol-Mikel Barba Sabariego authored
1
/**** DO NOT EDIT -- this file has been automatically generated from @emmoco.com.Blinker on 2014-05-10T00:12:31T ****/
Imanol-Mikel Barba Sabariego authored
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
/**** protocolLevel = 12, toolsVersion = 12.0.0.201211010336 ****/

#include "Blinker.h"

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

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

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

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

void Blinker_cmd_store(Blinker_cmd_t* const input) {
    /* TODO: read resource 'cmd' from 'input' */
}

void Blinker_count_fetch(Blinker_count_t* const output) {
    /* TODO: write resource 'count' into 'output' */
}

void Blinker_count_store(Blinker_count_t* const input) {
    /* TODO: read resource 'count' from 'input' */
}

void Blinker_delay_fetch(Blinker_delay_t* const output) {
    /* TODO: write resource 'delay' into 'output' */
}

void Blinker_delay_store(Blinker_delay_t* const input) {
    /* TODO: read resource 'delay' from 'input' */
}

void Blinker_ledState_fetch(Blinker_ledState_t* const output) {
    /* TODO: write resource 'ledState' into 'output' */
}

#endif  /* dummy file */