|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChTask | |
charly.client | |
charly.demo |
Uses of ChTask in charly.client |
Fields in charly.client declared as ChTask | |
protected ChTask |
ChGpibClient.task
|
protected ChTask |
ChRobClient.task
This is the task which reserves the device ROB on the server. |
protected ChTask |
ChGpibSrq.task
|
protected ChTask |
ChGpibUnit.task
|
private ChTask |
ChTaskEvent.task
|
Methods in charly.client that return ChTask | |
ChTask |
ChGpibClient.getTask()
|
ChTask |
ChRobClient.getTask()
|
ChTask |
ChGpibSrq.getTask()
|
ChTask |
ChGpibUnit.getTask()
|
ChTask |
ChTaskEvent.getTask()
|
Methods in charly.client with parameters of type ChTask | |
void |
ChGpibClient.setTask(ChTask task)
This method must be called to be able to use the other methods. |
void |
ChRobClient.setTask(ChTask task)
This method must be called to be able to use the setAxis... |
void |
ChGpibSrq.setTask(ChTask task)
This method must be called to be able to use the other methods. |
void |
ChGpibUnit.setTask(ChTask task)
This method must be called to be able to use the other methods. |
void |
ChResource.setTask(ChTask task)
implementations are informed by this method, which task handles this resource. |
Constructors in charly.client with parameters of type ChTask | |
ChTaskEvent(ChTask task,
int action)
|
Uses of ChTask in charly.demo |
Fields in charly.demo declared as ChTask | |
(package private) ChTask |
ChSimpleSrq.task
|
Methods in charly.demo that return ChTask | |
(package private) ChTask |
ChGUITaskCreator.getSelectedTask()
|
(package private) ChTask |
ChGUITaskCreator.ChTaskListModel.addTask(java.lang.String taskName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |