00001 package Sct_SctApi; 00002 00003 00012 // be at a higher level. 00013 public interface TriggerRODLevelOperations 00014 { 00015 void sendL1A (int partition, int crate, int rod); 00016 void sendRodTrigger (int partition, int crate, int rod, Sct_SctApi.Trigger trig); 00017 } // interface TriggerRODLevelOperations