|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object charly.client.ChGpibEvent
ChGpibListener
,
ChGpibClient
Field Summary | |
(package private) int |
dvcAddr
|
(package private) java.lang.Object |
src
|
static int |
SRQ
|
(package private) int |
type
currently the only type known is SRQ |
Constructor Summary | |
ChGpibEvent(java.lang.Object src,
int type,
int dvcAddr)
|
Method Summary | |
int |
getDvcAddr()
|
java.lang.Object |
getSource()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int type
SRQ
int dvcAddr
java.lang.Object src
public static final int SRQ
Constructor Detail |
public ChGpibEvent(java.lang.Object src, int type, int dvcAddr)
src
- - usually ChGpibSrq
or ChGpibClient
instance.type
- - currently only SRQ
is known.dvcAddr
- - the device address of the GPIB device producing
the SRQMethod Detail |
public java.lang.Object getSource()
public int getType()
public int getDvcAddr()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |