Uses of Class
charly.server.devices.ChGpibTimeOutException

Packages that use ChGpibTimeOutException
charly.client   
charly.server.devices   
 

Uses of ChGpibTimeOutException in charly.client
 

Methods in charly.client that throw ChGpibTimeOutException
 void ChGpibClient.send(int dvcAddr, byte[] data, int length)
          sends a specified string to a given device on the gpib-bus.
 void ChGpibClient.send(int dvcAddr, java.lang.String data)
          sends a specified string to a given device on the gpib-bus.
 byte[] ChGpibClient.enter(int dvcAddr)
          receives from a given device on the gpib-bus.
 int ChGpibClient.spoll(int dvcAddr)
          Deprecated. Please use new event listener model.
 int ChGpibClient.ppoll()
          Deprecated. Please use new event listener model.
 void ChGpibClient.transmit(byte[] data, int length)
          sends commands and data to the gpib-bus.
 byte[] ChGpibClient.receive()
          receives non-binary data from the gpib-bus.
 byte[] ChGpibClient.receive(int dvcAddr)
          receives non-binary data from the gpib-bus.
 void ChGpibClient.tarray(byte[] data, int length, byte eoi)
          sends data to the gpib-bus.
 void ChGpibClient.tarray(int dvcAddr, byte[] data, int length, byte eoi)
          sends data to a given device of the gpib-bus.
 byte[] ChGpibClient.rarray()
          receives binary and non-binary data from the gpib-bus.
 byte[] ChGpibClient.rarray(int dvcAddr)
          receives binary and non-binary data from a specified device of the gpib-bus.
 void ChGpibUnit.send(byte[] data, int length)
          sends a specified string to the device on the gpib-bus.
 void ChGpibUnit.send(java.lang.String data)
          sends a specified string to the device on the gpib-bus.
 byte[] ChGpibUnit.sendAndEnter(byte[] data, int length)
          sends a string to the device on the gpib-bus and enters a string from this device.
 byte[] ChGpibUnit.sendAndEnter(java.lang.String data)
          sends a string to the device on the gpib-bus and enters a string from this device.
 byte[] ChGpibUnit.enter()
          receives from the device on the gpib-bus.
 byte[] ChGpibUnit.receive()
          receives non-binary data from the gpib-bus.
 void ChGpibUnit.tarray(int dvcAddr, byte[] data, int length, byte eoi)
          sends data to a given device of the gpib-bus.
 byte[] ChGpibUnit.rarray()
          receives binary and non-binary data from the device of the gpib-bus.
 

Uses of ChGpibTimeOutException in charly.server.devices
 

Methods in charly.server.devices that throw ChGpibTimeOutException
 void ChGpibDevice.send(java.lang.String taskID, int dvcAddr, java.lang.String suffix, byte[] data, int length)
          sends a specified string to a given device on the gpib-bus.
 void ChGpibDevice.send(java.lang.String taskID, int dvcAddr, byte[] data, int length)
          sends a specified string to a given device on the gpib-bus.
 byte[] ChGpibDevice.sendAndEnter(java.lang.String taskID, int dvcAddr, java.lang.String suffix, byte[] data, int length)
          sends a specified string to a device on the gpib-bus and enters the result from this device.
 byte[] ChGpibDevice.enter(java.lang.String taskID, int dvcAddr, java.lang.String suffix)
          receives from a given device on the gpib-bus.
 byte[] ChGpibDevice.enter(java.lang.String taskID, int dvcAddr)
          receives from a given device on the gpib-bus.
 int ChGpibDevice.spoll(java.lang.String taskID, int dvcAddr)
          This function will be replaced by an event-listener-model.
 byte[] ChGpibDevice.receive(java.lang.String taskID)
          receives non-binary data from the gpib-bus.
 byte[] ChGpibDevice.receive(java.lang.String taskID, int dvcAddr, java.lang.String suffix)
          receives non-binary data from a device of the gpib-bus.
 byte[] ChGpibDevice.receive(java.lang.String taskID, int dvcAddr)
          receives non-binary data from a device of the gpib-bus.
 void ChGpibDevice.transmit(java.lang.String taskID, byte[] data, int length)
          sends data to the gpib-bus.
 void ChGpibDevice.tarray(java.lang.String taskID, byte[] data, int length, byte eoi)
          sends data to the gpib-bus.
 void ChGpibDevice.tarray(java.lang.String taskID, int dvcAddr, java.lang.String suffix, byte[] data, int length, byte eoi)
          sends data to a given device of the gpib-bus.
 void ChGpibDevice.tarray(java.lang.String taskID, int dvcAddr, byte[] data, int length, byte eoi)
          sends data to a given device of the gpib-bus.
 byte[] ChGpibDevice.rarray(java.lang.String taskID)
          receives binary and non-binary data from the gpib-bus.
 byte[] ChGpibDevice.rarray(java.lang.String taskID, int dvcAddr, java.lang.String suffix)
          receives binary and non-binary data from a device of the gpib-bus.
 byte[] ChGpibDevice.rarray(java.lang.String taskID, int dvcAddr)
          receives binary and non-binary data from a device of the gpib-bus.
 void ChGpibDeviceImpl.send(java.lang.String taskID, int dvcAddr, java.lang.String suffix, byte[] data, int length)
          sends a specified string to a given device on the gpib-bus.
 void ChGpibDeviceImpl.send(java.lang.String taskID, int dvcAddr, byte[] data, int length)
          sends a specified string to a given device on the gpib-bus.
 byte[] ChGpibDeviceImpl.sendAndEnter(java.lang.String taskID, int dvcAddr, java.lang.String suffix, byte[] data, int length)
          sends a specified string to a device on the gpib-bus and enters the result from this device.
 byte[] ChGpibDeviceImpl.enter(java.lang.String taskID, int dvcAddr, java.lang.String suffix)
          receives from a given device on the gpib-bus.
 byte[] ChGpibDeviceImpl.enter(java.lang.String taskID, int dvcAddr)
          receives from a given device on the gpib-bus.
 int ChGpibDeviceImpl.spoll(java.lang.String taskID, int dvcAddr)
          This function will be replaced by an event-listener-model.
 void ChGpibDeviceImpl.transmit(java.lang.String taskID, byte[] data, int length)
          sends data to a the gpib-bus.
 byte[] ChGpibDeviceImpl.receive(java.lang.String taskID)
          receives non-binary data from the gpib-bus.
 byte[] ChGpibDeviceImpl.receive(java.lang.String taskID, int dvcAddr, java.lang.String suffix)
          receives non-binary data from a device of the gpib-bus.
 byte[] ChGpibDeviceImpl.receive(java.lang.String taskID, int dvcAddr)
          receives non-binary data from a device of the gpib-bus.
 void ChGpibDeviceImpl.tarray(java.lang.String taskID, byte[] data, int length, byte eoi)
          sends data to the gpib-bus.
 void ChGpibDeviceImpl.tarray(java.lang.String taskID, int dvcAddr, java.lang.String suffix, byte[] data, int length, byte eoi)
          sends data to a given device of the gpib-bus.
 void ChGpibDeviceImpl.tarray(java.lang.String taskID, int dvcAddr, byte[] data, int length, byte eoi)
          sends data to a given device of the gpib-bus.
 byte[] ChGpibDeviceImpl.rarray(java.lang.String taskID)
          receives binary and non-binary data from the gpib-bus.
 byte[] ChGpibDeviceImpl.rarray(java.lang.String taskID, int dvcAddr, java.lang.String suffix)
          receives binary and non-binary data from a given device of the gpib-bus.
 byte[] ChGpibDeviceImpl.rarray(java.lang.String taskID, int dvcAddr)
          receives binary and non-binary data from a given device of the gpib-bus.