Uses of Interface
charly.server.devices.ChDevice

Packages that use ChDevice
charly.server   
charly.server.devices   
 

Uses of ChDevice in charly.server
 

Methods in charly.server that return ChDevice
 ChDevice ChServer.getDevice(java.lang.String name)
          returns the device by its name.
 ChDevice ChServerImpl.getDevice(java.lang.String dvcName)
           
 

Methods in charly.server with parameters of type ChDevice
 void ChServerImpl.addDevice(ChDevice newDvc)
           
 

Uses of ChDevice in charly.server.devices
 

Subinterfaces of ChDevice in charly.server.devices
 interface ChGpibDevice
          The methods of this interface are usually called by ChGpibClient or ChGpibUnit.
 interface ChRobDevice
          The methods of this interface are usually called by ChRobClient
 

Classes in charly.server.devices that implement ChDevice
 class ChGpibDeviceImpl
          This class is the bridge between the functionality of the GPIB-bus, that is concentrated in ChGpib, and the network.
 class ChRobDeviceImpl