COSA
An Object-Oriented Platform for Arduino Programming
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
event_t.cpp
Go to the documentation of this file.
1
21
#include "
Fai.hh
"
22
23
#if defined(NREFLECTION)
24
#define descr_name 0
25
#define type_name 0
26
#define target_name 0
27
#define value_name 0
28
#else
29
static
const
char
descr_name[]
__PROGMEM
=
"Cosa::Event"
;
30
static
const
char
type_name[]
__PROGMEM
=
"type"
;
31
static
const
char
target_name[]
__PROGMEM
=
"target"
;
32
static
const
char
value_name[]
__PROGMEM
=
"value"
;
33
#endif
34
static
const
Ciao::Descriptor::member_t
descr_members[]
__PROGMEM
= {
35
{
36
Ciao::UINT8_TYPE
,
37
1,
38
type_name,
39
0
40
},
41
{
42
Ciao::UINT16_TYPE
,
43
1,
44
target_name,
45
0
46
},
47
{
48
Ciao::UINT16_TYPE
,
49
1,
50
value_name,
51
0
52
}
53
};
54
const
Ciao::Descriptor::user_t
Fai::Descriptor::event_t
__PROGMEM
= {
55
Fai::Descriptor::EVENT_ID
,
56
descr_name,
57
descr_members,
58
membersof
(descr_members)
59
};
60
Ciao::Descriptor::member_t
Definition:
Ciao.hh:103
Fai::Descriptor::EVENT_ID
Definition:
Fai.hh:45
Ciao::Descriptor::user_t
Definition:
Ciao.hh:109
Fai::Descriptor::event_t
static const Ciao::Descriptor::user_t event_t
Definition:
Fai.hh:52
Fai.hh
Ciao::UINT8_TYPE
Definition:
Ciao.hh:69
membersof
#define membersof(x)
Definition:
Types.h:165
__PROGMEM
static const char descr_name[] __PROGMEM
Definition:
event_t.cpp:29
Ciao::UINT16_TYPE
Definition:
Ciao.hh:70
libraries
Fai
event_t.cpp
Generated on Thu Aug 31 2017 17:02:03 for COSA by
1.8.11