documentation/graphs/fsm_slave_conf.dot
changeset 621 4bd4df131ea8
parent 616 b777e26367c5
child 622 63bcbb274b2f
equal deleted inserted replaced
620:4f76acbf54a0 621:4bd4df131ea8
     6     enter_sync [shape=point,label=""]
     6     enter_sync [shape=point,label=""]
     7     enter_fmmu [shape=point,label=""]
     7     enter_fmmu [shape=point,label=""]
     8     enter_sdoconf [shape=point,label=""]
     8     enter_sdoconf [shape=point,label=""]
     9     enter_mapconf [shape=point,label=""]
     9     enter_mapconf [shape=point,label=""]
    10 
    10 
    11     start -> init
    11     start -> init [weight=10]
    12     init -> init
    12     init -> init
       
    13     init -> error
    13     init -> enter_sync
    14     init -> enter_sync
    14     init -> clear_fmmus [label="has FMMUs"]
    15     init -> clear_fmmus [label="has FMMUs", weight=10]
    15     clear_fmmus -> clear_fmmus
    16     clear_fmmus -> clear_fmmus
    16     clear_fmmus -> error
    17     clear_fmmus -> error
    17     clear_fmmus -> enter_sync
    18     clear_fmmus -> enter_sync [weight=10]
    18     enter_sync -> end [label="INIT req."]
    19     enter_sync -> end [label="INIT req."]
    19     enter_sync -> preop
    20     enter_sync -> preop
    20     enter_sync -> sync [label="SMs to configure"]
    21     enter_sync -> sync [label="SMs to configure", weight=10]
    21     sync -> sync
    22     sync -> sync
    22     sync -> error
    23     sync -> error
    23     sync -> preop
    24     sync -> preop [weight=10]
    24     preop -> preop
    25     preop -> preop
    25     preop -> error
    26     preop -> error
    26     preop -> end [label="PREOP req."]
    27     preop -> end [label="PREOP req."]
    27     preop -> enter_fmmu
    28     preop -> enter_fmmu
    28     preop -> sync2 [label="more SMs"]
    29     preop -> sync2 [label="more SMs", weight=10]
    29     sync2 -> sync2
    30     sync2 -> sync2
    30     sync2 -> error
    31     sync2 -> error
    31     sync2 -> enter_fmmu
    32     sync2 -> enter_fmmu [weight=10]
    32     enter_fmmu -> enter_sdoconf
    33     enter_fmmu -> enter_sdoconf
    33     enter_fmmu -> fmmu [label="FMMUs to configure"]
    34     enter_fmmu -> fmmu [label="FMMUs to configure", weight=10]
    34     fmmu -> fmmu
    35     fmmu -> fmmu
    35     fmmu -> error
    36     fmmu -> error
    36     fmmu -> enter_sdoconf
    37     fmmu -> enter_sdoconf [weight=10]
    37     enter_sdoconf -> enter_mapconf
    38     enter_sdoconf -> enter_mapconf
    38     enter_sdoconf -> sdoconf [label="SDOs to configure"]
    39     enter_sdoconf -> sdoconf [label="SDOs to configure", weight=10]
    39     sdoconf -> sdoconf
    40     sdoconf -> sdoconf
    40     sdoconf -> error
    41     sdoconf -> error
    41     sdoconf -> enter_mapconf
    42     sdoconf -> enter_mapconf [weight=10]
    42     enter_mapconf -> mapconf [label="alternative PDO mapping"]
    43     enter_mapconf -> mapconf [label="alternative PDO mapping", weight=10]
    43     enter_mapconf -> saveop
    44     enter_mapconf -> saveop
    44     mapconf -> mapconf
    45     mapconf -> mapconf
    45     mapconf -> error
    46     mapconf -> error
    46     mapconf -> saveop
    47     mapconf -> saveop [weight=10]
    47     saveop -> saveop
    48     saveop -> saveop
    48     saveop -> error
    49     saveop -> error
    49     saveop -> end [label="SAVEOP req."]
    50     saveop -> end [label="SAVEOP req."]
    50     saveop -> op
    51     saveop -> op [weight=10]
    51     op -> op
    52     op -> op
    52     op -> error
    53     op -> error
    53     op -> end
    54     op -> end [weight=10]
    54 }
    55 }