<> <> DIRECTORY GPIBRpcControl USING [ExportInterface]; GPIBServerImpl: CEDAR MONITOR IMPORTS GPIBRpcControl = { GPIBRpcControl.ExportInterface[ interfaceName: [instance: NIL], user: NIL, password: NULL ]; }.