Updated master fsm graph.

This commit is contained in:
Florian Pose 2011-08-09 01:33:22 +02:00
parent 6171cc6e3b
commit 38743a41bd
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* $Id: fsm_master.dot,v df2b21f15939 2010/05/02 06:03:05 fp $ */
digraph master {
size="7,9"
@ -51,6 +51,12 @@ digraph master {
scan_slave -> write_system_times
write_system_times -> start
write_system_times -> dc_read_offset
dc_read_offset -> write_system_times
dc_read_offset -> dc_write_offset
dc_write_offset -> write_system_times
configure_slave -> action_next_slave_state