|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--inp.camac.LAMevent
Object representing LAM in Crate
Field Summary | |
int |
N
This LAM module position (1..24) |
Module |
source
Source module for this LAM |
long |
when
This LAM timestamp |
Constructor Summary | |
LAMevent(int N,
Module source)
LAMevent constructor. create new LAM event in position N and reference to source module. |
Method Summary | |
int |
getN()
|
Module |
getSource()
|
long |
getWhen()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int N
public long when
public Module source
Constructor Detail |
public LAMevent(int N, Module source)
N
- source N (1..24)source
- source module for this LAMMethod Detail |
public int getN()
public Module getSource()
public long getWhen()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |