summaryrefslogtreecommitdiff
path: root/tools/dfagen/examples/tpl/template_table.h
blob: 817197fad4f0ed71256e6ea043171c992fa5207d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * THIS IS AN AUTOMATICALLY GENERATED FILE, DO NOT EDIT!
 *
 * %(name)s
 *
%(*comments)s */

/* %(name)s transition table. */
static const %(prefix)s_transition_t
%(prefix)s_transition_table[%(PREFIX)s_STATE_NB][%(PREFIX)s_EVENT_NB] = {
%(transition_table)s};