Functions | |
| def | addtoh |
| def | addtoc |
Variables | |
| list | output_file_name = sys.argv[1] |
| tuple | definition = __import__(output_file_name) |
| list | header_file = [] |
| list | c_file = [] |
| list | common_events |
| int | fsm_num = 0 |
| string | fsm_enum = "int" |
| string | fsm_enum = "enum fsm_events_%s" |
| int | event_num = 100 |
| string | event = "__%(fsm)s_%(ev)s = %(num)d," |
| string | event = "__%(fsm)s_COMMON_%(ev)s = __COMMON_%(ev)s," |
| tuple | f = open(output_file_name+".h", "w") |
| tuple | f = open(output_file_name+".c", "w") |
list eventgen::common_events [static] |
Initial value:
[
#"EV_NOEVENT",
"EV_INIT",
"EV_EXIT",
"EV_STATE_ENTERED",
"EV_RETURN",
"EV_TIMEOUT",
"EV_TIMER"
]
Definition at line 23 of file eventgen.py.
1.5.3