qpc/doxygen/snippets/qs_objDic.c
2020-03-17 21:33:20 -04:00

9 lines
224 B
C

static Table l_table;
/* top-most initial transition */
static QState Table_initial(Table * const me, QEvt const * const e) {
. . .
QS_OBJ_DICTIONARY(&l_table); /* provide object dictionary for table */
. . .
}