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

PrimitiveAccessLowLevelOperations.java

00001 package Sct_SctApi;
00002 
00003 
00012 // Low-level primitive access:
00013 public interface PrimitiveAccessLowLevelOperations 
00014 {
00015   void awaitResponse (int rod);
00016   int[] getResponse (int rod);
00017   void createDebugPrimList () throws Sct_SctApi.SctApiException;
00018   void addDebugPrimList (int index, int id, int version, int[] body) throws Sct_SctApi.SctApiException;
00019   void sendDebugPrimList (int rod) throws Sct_SctApi.SctApiException;
00020   void sendDebugSlavePrimList (int rod, int slave, boolean await, boolean response) throws Sct_SctApi.SctApiException;
00021   void flashLED (int rod, short slaveNumber, int period, int flashes) throws Sct_SctApi.SctApiException;
00022   void echo (int rod, int[] data) throws Sct_SctApi.SctApiException;
00023 } // interface PrimitiveAccessLowLevelOperations

Generated on Thu Dec 22 20:25:24 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5