documentation/graphs/fsm_master.dot
branchstable-1.5
changeset 2100 da4640f9776d
parent 2096 5a55bc623d79
child 2421 bc2d4bf9cbe5
equal deleted inserted replaced
2099:e485694c6427 2100:da4640f9776d
    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 
    41 
    41     read_state -> acknowledge [weight=10]
    42     read_state -> acknowledge [weight=10]
    42     read_state -> action_configure
    43     read_state -> action_configure
    43     read_state -> action_next_slave_state
    44     read_state -> action_next_slave_state
    44 
    45