contact | UL_CONTACT |
element | UL_ELEMENT |
Siehe auch UL_SIGNAL, UL_PINREF
Beispiel
board(B) {
B.signals(S) {
printf("Signal '%s'\n");
S.contactrefs(C) {
printf("\t%s, %s\n", C.element.name, C.contact.name);
}
}
}
Index | Copyright © 1999 CadSoft Computer GmbH |