inp.camac
Class LAMevent

java.lang.Object
  |
  +--inp.camac.LAMevent

public class LAMevent
extends java.lang.Object

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

N

public int N
This LAM module position (1..24)

when

public long when
This LAM timestamp

source

public Module source
Source module for this LAM
Constructor Detail

LAMevent

public LAMevent(int N,
                Module source)
LAMevent constructor. create new LAM event in position N and reference to source module. Automatically set timestamp
Parameters:
N - source N (1..24)
source - source module for this LAM
Method Detail

getN

public int getN()
Returns:
LAM source position N (1..24)

getSource

public Module getSource()
Returns:
source Module for this LAM

getWhen

public long getWhen()
Returns:
timestamp when this LAM occured