VPlot.config
Plotting chipndale designs on a black and white versatec plotter.
Copyright © 1983, 1984 by Xerox Corporation. All rights reserved.
last modified by McCreight, November 9, 1983 3:04 pm
Last Edited by: Jacobi, October 31, 1984 4:30:20 pm PST
VPlot: CONFIGURATION
IMPORTS
-- IMPORTED by VersatecImpl
Atom,
BasicTime,
CD,
CDApplications,
CDCallSpecific,
CDViewer,
CDMenus,
CDEvents,
CDIO,
CDOps,
CDProperties,
CDSequencer,
FS,
FSRemoteFile,
Graphics,
GraphicsOps,
IO,
Menus,
Process,
Real,
TerminalIO,
VFonts,
ViewerOps,
-- IMPORTED by CornerStitchingImpl
SafeStorage
EXPORTS
CornerStitching,
STPStreams
CONTROL
STPStreamsImpl,
CornerStitchingImpl,
VersatecImpl =
BEGIN
STPStreamsImpl;
CornerStitchingImpl;
VersatecImpl;
END.