qpc/doxygen/snippets/qf_qmactive.c
Quantum Leaps b265179a77 5.4.0a
2015-05-01 08:40:16 -04:00

7 lines
184 B
C

typedef struct {
QMActive super; /* inherits QMActive */
QTimeEvt timeEvt; /* to timeout thining or eating */
uint8_t num; /* this philosopher's number */
} Philo;