fp@1746: fp@1746: /* $Id$ */ fp@1746: fp@1746: digraph readpdomapping { fp@1746: size="7,9" fp@1746: center=1 fp@1746: ratio=fill fp@1746: fp@1746: next_sync [shape=point,label=""] fp@1746: next_pdo [shape=point,label=""] fp@1746: next_pdo_entry [shape=point,label=""] fp@1746: fp@1746: start -> next_sync [label="first SM"] fp@1746: fp@1746: next_sync -> pdo_count [weight=5] fp@1746: next_sync -> end fp@1746: fp@1746: pdo_count -> next_pdo [weight=5] fp@1746: fp@1746: next_pdo -> pdo [weight=5] fp@1746: next_pdo -> next_sync fp@1746: fp@1746: pdo -> pdo_entry_count [weight=5] fp@1746: fp@1746: pdo_entry_count -> next_pdo_entry [weight=10] fp@1746: fp@1746: next_pdo_entry -> pdo_entry [weight=5] fp@1746: next_pdo_entry -> next_pdo fp@1746: fp@1746: pdo_entry -> next_pdo_entry fp@1746: fp@1746: end fp@1746: }