documentation/graphs/fsm_slave_conf.dot
changeset 814 a51f857b1b2d
parent 813 bfc3f1ab52de
child 879 9b395c5646ab
equal deleted inserted replaced
813:bfc3f1ab52de 814:a51f857b1b2d
    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_mapping [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_mapping [weight=10]
    40     enter_mapping -> mapping [weight=10]
    40     enter_mapping -> mapping [weight=10]
    41     mapping -> mapping
    41     mapping -> mapping
    42     mapping -> error
    42     mapping -> error
    43     mapping -> pdo_conf [weight=10]
    43     mapping -> pdo_conf [weight=10]
    44     pdo_conf -> pdo_conf
    44     pdo_conf -> pdo_conf
    45     pdo_conf -> error
    45     pdo_conf -> error
    46     pdo_conf -> enter_pdo_sync [weight=10]
    46     pdo_conf -> 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]
    52     enter_fmmu -> enter_safeop
    52     enter_fmmu -> enter_safeop