addlevel | int (GATE_ADDLEVEL_...) |
name | string (GATE_NAME_LENGTH) |
swaplevel | int |
symbol | UL_SYMBOL |
x, y | int (Aufhängepunkt) |
Konstanten
GATE_ADDLEVEL_MUST | must |
GATE_ADDLEVEL_CAN | can |
GATE_ADDLEVEL_NEXT | next |
GATE_ADDLEVEL_REQUEST | request |
GATE_ADDLEVEL_ALWAYS | always |
GATE_NAME_LENGTH | max. Länge eines Gate-Namens |
Siehe auch UL_DEVICE
Beispiel
library(L) {
L.devices(D) {
printf("Device: %s, Package: %s\n", D.name, D.package.name);
D.gates(G) {
printf("\t%s, swaplevel=%d, symbol=%s\n",
G.name, G.swaplevel, G.symbol.name);
}
}
}
Index | Copyright © 1999 CadSoft Computer GmbH |