|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChClientGpib | |
charly.client | |
charly.server.devices |
Uses of ChClientGpib in charly.client |
Classes in charly.client that implement ChClientGpib | |
(package private) class |
ChGpibClientRepresentation
This class represents the ChGpibClient for the server.
|
Uses of ChClientGpib in charly.server.devices |
Fields in charly.server.devices declared as ChClientGpib | |
(package private) ChClientGpib |
ChGpibDeviceImpl.ChClientGpibInfo.representation
|
Methods in charly.server.devices that return ChClientGpib | |
ChClientGpib |
ChGpibDeviceImpl.ChClientGpibInfo.getRepresentation()
|
Methods in charly.server.devices with parameters of type ChClientGpib | |
void |
ChGpibDevice.checkSrq(java.lang.String taskID,
int dvcAddr,
ChClientGpib clientGpib)
This method asks the server to notify the specified client, when an SRQ on the specified device occured. |
void |
ChGpibDevice.uncheckSrq(java.lang.String taskID,
int dvcAddr,
ChClientGpib clientGpib)
This method tells the server to stop notifying the specified client, when an SRQ on the specified device occured. |
void |
ChGpibDeviceImpl.checkSrq(java.lang.String taskID,
int dvcAddr,
ChClientGpib clientGpib)
This method asks the server to notify the specified client, when an SRQ on the specified device occured. |
void |
ChGpibDeviceImpl.uncheckSrq(java.lang.String taskID,
int dvcAddr,
ChClientGpib clientGpib)
This method tells the server to stop notifying the specified client, when an SRQ on the specified device occured. |
Constructors in charly.server.devices with parameters of type ChClientGpib | |
ChGpibDeviceImpl.ChClientGpibInfo(java.lang.String taskID,
ChClientGpib representation)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |