documentation/graphs/fsm_slave_conf.dot
changeset 879 9b395c5646ab
parent 814 a51f857b1b2d
child 887 f9a576cb3bb8
equal deleted inserted replaced
878:40c379697ebf 879:9b395c5646ab
     7 	ratio=fill
     7 	ratio=fill
     8 
     8 
     9     enter_mbox_sync [shape=point,label=""]
     9     enter_mbox_sync [shape=point,label=""]
    10     enter_fmmu [shape=point,label=""]
    10     enter_fmmu [shape=point,label=""]
    11     enter_sdo_conf [shape=point,label=""]
    11     enter_sdo_conf [shape=point,label=""]
    12     enter_mapping [shape=point,label=""]
    12     enter_pdo_assign [shape=point,label=""]
    13     enter_pdo_sync [shape=point,label=""]
    13     enter_pdo_sync [shape=point,label=""]
    14     enter_safeop [shape=point,label=""]
    14     enter_safeop [shape=point,label=""]
    15 
    15 
    16     start -> init [weight=10]
    16     start -> init [weight=10]
    17     init -> init
    17     init -> init
    30     preop -> preop
    30     preop -> preop
    31     preop -> error
    31     preop -> error
    32     preop -> end [label="PREOP req."]
    32     preop -> end [label="PREOP req."]
    33     preop -> enter_sdo_conf [weight=10]
    33     preop -> enter_sdo_conf [weight=10]
    34     enter_sdo_conf -> enter_safeop [label="No configuration"]
    34     enter_sdo_conf -> enter_safeop [label="No configuration"]
    35     enter_sdo_conf -> enter_mapping [label="No Sdo configs"]
    35     enter_sdo_conf -> enter_pdo_assign [label="No Sdo configs"]
    36     enter_sdo_conf -> sdo_conf [label="Sdo configs", weight=10]
    36     enter_sdo_conf -> sdo_conf [label="Sdo configs", weight=10]
    37     sdo_conf -> sdo_conf
    37     sdo_conf -> sdo_conf
    38     sdo_conf -> error
    38     sdo_conf -> error
    39     sdo_conf -> enter_mapping [weight=10]
    39     sdo_conf -> enter_pdo_assign [weight=10]
    40     enter_mapping -> mapping [weight=10]
    40     enter_pdo_assign -> pdo_assign [weight=10]
    41     mapping -> mapping
    41     pdo_assign -> pdo_assign
    42     mapping -> error
    42     pdo_assign -> error
    43     mapping -> pdo_conf [weight=10]
    43     pdo_assign -> pdo_mapping [weight=10]
    44     pdo_conf -> pdo_conf
    44     pdo_mapping -> pdo_mapping
    45     pdo_conf -> error
    45     pdo_mapping -> error
    46     pdo_conf -> enter_pdo_sync [weight=10]
    46     pdo_mapping -> enter_pdo_sync [weight=10]
    47     enter_pdo_sync -> pdo_sync [label="Pdo SMs", weight=10]
    47     enter_pdo_sync -> pdo_sync [label="Pdo SMs", weight=10]
    48     enter_pdo_sync -> enter_fmmu
    48     enter_pdo_sync -> enter_fmmu
    49     pdo_sync -> pdo_sync
    49     pdo_sync -> pdo_sync
    50     pdo_sync -> error
    50     pdo_sync -> error
    51     pdo_sync -> enter_fmmu [weight=10]
    51     pdo_sync -> enter_fmmu [weight=10]