mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-02-04 07:13:16 +08:00
9 lines
224 B
C
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 */
|
|
. . .
|
|
}
|