Attachment 'adcm_ev_impl.h'
Download 1 #ifndef _ADCM_EV_IMPL_H
2 #define _ADCM_EV_IMPL_H 1
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include "adcm16.h"
9 #include "adcm_chbuf_impl.h"
10
11 enum {ADCM_EV_MAX_CH = 16};
12
13 struct adcm_ev_t {
14 unsigned int flags;
15 unsigned int ec;
16 unsigned int bc;
17 unsigned int ts;
18 unsigned short ncb; // number of used channel buffers
19 short bn[ADCM_N_CH]; // chbuf index for channel []
20 struct adcm_chbuf_t cb[ADCM_EV_MAX_CH];
21 // struct adcm_chbuf_t ch[ADCM_N_CH];
22 };
23
24 #ifdef __cplusplus
25 }
26 #endif
27
28 #endif /* _ADCM_EV_IMPL_H */
29
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.