GPIBServerImpl.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
DIRECTORY
GPIBRpcControl USING [ExportInterface];
GPIBServerImpl: CEDAR MONITOR
IMPORTS GPIBRpcControl
= {
GPIBRpcControl.ExportInterface[
interfaceName: [instance: NIL], user: NIL, password: NULL ];
}.