Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

TriggerTIMLevelOperations.java

00001 package Sct_SctApi;
00002 
00003 
00012 // TIM access, is this being done completely separately anyway?
00013 public interface TriggerTIMLevelOperations 
00014 {
00015 
00016   /* *************  TIM functs **************/
00017   void timSetFrequency (int partition, int crate, double trigFreq, double rstFreq);
00018   void freeTriggers (int partition, int crate);
00019   void stopTriggers (int partition, int crate);
00020   void timL1A (int partition, int crate);
00021   void timCalL1A (int partition, int crate, short delay);
00022   short timReadRegister (int partition, int crate, short value);
00023   void timWriteRegister (int partition, int crate, short reg, short value);
00024   void sendTimTrigger (int partition, int crate, Sct_SctApi.Trigger trig);
00025 } // interface TriggerTIMLevelOperations

Generated on Fri Sep 16 18:06:02 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5