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