com.caen.RFIDLibrary
Class CAENRFIDTrigger

java.lang.Object
  extended by com.caen.RFIDLibrary.CAENRFIDTrigger

Deprecated.

@Deprecated
public final class CAENRFIDTrigger
extends java.lang.Object

This class defines the CAEN RFID Trigger.


Constructor Summary
protected CAENRFIDTrigger(CAENRFIDReader Reader, java.lang.String nome, int Timer)
          Deprecated. Creates a new instance of CAENRFIDTrigger
protected CAENRFIDTrigger(CAENRFIDReader Reader, java.lang.String nome, int LineIO, int Timer)
          Deprecated.  
 
Method Summary
protected  void Deallocate()
          Deprecated.  
 int GetIOLineValue()
          Deprecated. Get the I/O line that fire the Trigger
 java.lang.String GetName()
          Deprecated. Get the name of the Trigger
 int GetTimerValue()
          Deprecated. Get the Timer of the Trigger
 boolean IsLinkedToChannel(CAENRFIDChannel Channel)
          Deprecated. Check if the Trigger has been added to a Channel
 boolean IsLinkedToSource(CAENRFIDLogicalSource Source)
          Deprecated. Check if the Trigger has been added to a Source
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAENRFIDTrigger

protected CAENRFIDTrigger(CAENRFIDReader Reader,
                          java.lang.String nome,
                          int Timer)
Deprecated. 
Creates a new instance of CAENRFIDTrigger

Parameters:
Reader -
nome -
Timer -

CAENRFIDTrigger

protected CAENRFIDTrigger(CAENRFIDReader Reader,
                          java.lang.String nome,
                          int LineIO,
                          int Timer)
Deprecated. 
Method Detail

GetName

public java.lang.String GetName()
                         throws CAENRFIDException
Deprecated. 
Get the name of the Trigger

Returns:
The name of the Trigger
Throws:
CAENRFIDException - If the Reader raises an error.

GetIOLineValue

public int GetIOLineValue()
                   throws CAENRFIDException
Deprecated. 
Get the I/O line that fire the Trigger

Returns:
a number representing the I/O line
Throws:
CAENRFIDException - If the Reader raises an error.

GetTimerValue

public int GetTimerValue()
                  throws CAENRFIDException
Deprecated. 
Get the Timer of the Trigger

Returns:
A number representing the timer value in millisecond
Throws:
CAENRFIDException - If the Reader raises an error.

Deallocate

protected void Deallocate()
Deprecated. 

IsLinkedToChannel

public boolean IsLinkedToChannel(CAENRFIDChannel Channel)
                          throws CAENRFIDException
Deprecated. 
Check if the Trigger has been added to a Channel

Parameters:
Channel - the CAENRFID Channel object representing the Channel to be checked
Returns:
A boolean value representing if the Trigger has been add to Channel
Throws:
CAENRFIDException - If the Reader raises an error.

IsLinkedToSource

public boolean IsLinkedToSource(CAENRFIDLogicalSource Source)
                         throws CAENRFIDException
Deprecated. 
Check if the Trigger has been added to a Source

Parameters:
Source - The CAENRFIDLogicalSource representing the Source to be checked
Returns:
A boolean value representing if the Trigger has been add to Source
Throws:
CAENRFIDException - If the Reader raises an error.