EcadOps.mesa
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Christian LeCocq April 17, 1987 1:00:27 pm PDT
DIRECTORY
Rope;
EcadOps:
CEDAR
DEFINITIONS ~
BEGIN
ROPE:
TYPE = Rope.
ROPE;
StartWatching:
PROC;
Restart the file creation watching mechanism.
ExecuteRemoteECAD:
PROC [fullCIFFName, fullRulesFName, cellName:
ROPE]
RETURNS [errmsg:
ROPE];
Sends the command RBatch with the appropriate string to the vax. errmsg#
NIL means there is no hope.
END.