COSA
An Object-Oriented Platform for Arduino Programming
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sample_request_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 pins_name 0
26
#define period_name 0
27
#else
28
static
const
char
descr_name[]
__PROGMEM
=
"Ciao::Fai::sample_request_t"
;
29
static
const
char
pins_name[]
__PROGMEM
=
"pins"
;
30
static
const
char
period_name[]
__PROGMEM
=
"period"
;
31
#endif
32
static
const
Ciao::Descriptor::member_t
descr_members[]
__PROGMEM
= {
33
{
34
Ciao::UINT32_TYPE
,
35
1,
36
pins_name,
37
0
38
},
39
{
40
Ciao::UINT16_TYPE
,
41
1,
42
period_name,
43
0
44
}
45
};
46
const
Ciao::Descriptor::user_t
Fai::Descriptor::sample_request_t
__PROGMEM
= {
47
Fai::Descriptor::SAMPLE_REQUEST_ID
,
48
descr_name,
49
descr_members,
50
membersof
(descr_members)
51
};
52
Ciao::Descriptor::member_t
Definition:
Ciao.hh:103
__PROGMEM
static const char descr_name[] __PROGMEM
Definition:
sample_request_t.cpp:28
Ciao::Descriptor::user_t
Definition:
Ciao.hh:109
Fai.hh
Fai::Descriptor::sample_request_t
static const Ciao::Descriptor::user_t sample_request_t
Definition:
Fai.hh:53
membersof
#define membersof(x)
Definition:
Types.h:165
Fai::Descriptor::SAMPLE_REQUEST_ID
Definition:
Fai.hh:46
Ciao::UINT32_TYPE
Definition:
Ciao.hh:71
Ciao::UINT16_TYPE
Definition:
Ciao.hh:70
libraries
Fai
sample_request_t.cpp
Generated on Thu Aug 31 2017 17:02:03 for COSA by
1.8.11