documentation/graphs/fsm_slave_conf.dot
changeset 799 068a58b96965
parent 795 c695e53940d4
child 803 c9e147567924
equal deleted inserted replaced
798:5a58606726f3 799:068a58b96965
    32     enter_sdo_conf -> enter_mapping [label="No SDO configs"]
    32     enter_sdo_conf -> enter_mapping [label="No SDO configs"]
    33     enter_sdo_conf -> sdo_conf [label="SDO configs", weight=10]
    33     enter_sdo_conf -> sdo_conf [label="SDO configs", weight=10]
    34     sdo_conf -> sdo_conf
    34     sdo_conf -> sdo_conf
    35     sdo_conf -> error
    35     sdo_conf -> error
    36     sdo_conf -> enter_mapping [weight=10]
    36     sdo_conf -> enter_mapping [weight=10]
    37     enter_mapping -> mapping [label="CoE supported", weight=10]
    37     enter_mapping -> mapping [weight=10]
    38     enter_mapping -> enter_pdo_sync
       
    39     mapping -> mapping
    38     mapping -> mapping
    40     mapping -> error
    39     mapping -> error
    41     mapping -> enter_pdo_sync [weight=10]
    40     mapping -> pdo_conf [weight=10]
       
    41     pdo_conf -> pdo_conf
       
    42     pdo_conf -> error
       
    43     pdo_conf -> enter_pdo_sync [weight=10]
    42     enter_pdo_sync -> pdo_sync [label="PDO SMs", weight=10]
    44     enter_pdo_sync -> pdo_sync [label="PDO SMs", weight=10]
    43     enter_pdo_sync -> enter_fmmu
    45     enter_pdo_sync -> enter_fmmu
    44     pdo_sync -> pdo_sync
    46     pdo_sync -> pdo_sync
    45     pdo_sync -> error
    47     pdo_sync -> error
    46     pdo_sync -> enter_fmmu [weight=10]
    48     pdo_sync -> enter_fmmu [weight=10]