Eoe mac address now derived from unique mac.
The EoE MAC address is now derived from the NIC part of the first global
unique MAC address of the linked list of available network interfaces or
otherwise the MAC address used by the EtherCAT master. The EoE MAC address
will get the format 02:NIC:NIC:NIC:RP:RP where NIC comes from the unique MAC
address (if available) and RP is the ring position of the EoE slave.
/* $Id$ */
digraph pdo_entry_conf {
node [fontname="Helvetica"]
edge [fontname="Helvetica", fontsize="12"]
start
start -> zero_entry_count [weight=10]
zero_entry_count
zero_entry_count -> end [label="No Entries"]
zero_entry_count -> action_map [label="Add first entry", weight=10]
action_map [shape=point,label=""]
action_map -> map_entry [weight=10]
map_entry
map_entry -> action_map [label="Next entry"]
map_entry -> set_entry_count [label="No more Entries", weight=10]
set_entry_count
set_entry_count -> end [weight=10]
end
end
}