qpc/doxygen/snippets/qf_ctor.c

5 lines
153 B
C
Raw Normal View History

2013-09-23 14:34:35 -04:00
void Philo_ctor(Philo * const me) {
QActive_ctor(&me->super, Q_STATE_CAST(&Philo_initial));
QTimeEvt_ctorX(&me->timeEvt, me, TIMEOUT_SIG, 0U);
2012-08-14 18:07:04 -04:00
}