qpc/doxygen/snippets/qf_qactive.c
Quantum Leaps 0e95d49224 5.1.0
2013-09-23 14:34:35 -04:00

7 lines
201 B
C

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