documentation/graphs/fsm_master.dot
changeset 2589 2b9c78543663
parent 2098 0ce254664c81
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    31     action_idle -> start
    31     action_idle -> start
    32 
    32 
    33     action_next_slave_state [shape=point,label=""]
    33     action_next_slave_state [shape=point,label=""]
    34     action_next_slave_state -> read_state
    34     action_next_slave_state -> read_state
    35     action_next_slave_state -> action_idle [weight=10]
    35     action_next_slave_state -> action_idle [weight=10]
    36     
    36 
    37     action_configure [shape=point,label=""]
    37     action_configure [shape=point,label=""]
    38     action_configure -> configure_slave [weight=10]
    38     action_configure -> configure_slave [weight=10]
    39     action_configure -> action_next_slave_state
    39     action_configure -> action_next_slave_state
    40     action_configure -> write_system_times
    40     action_configure -> write_system_times
    41 
    41