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