Inheritance diagram for Sct_SctApi._SctApiStub:


Public Member Functions | |
| void | initialiseAll (int runNumber) throws Sct_SctApi.SctApiException |
| void | shutdownAll () throws Sct_SctApi.SctApiException |
| void | status () |
| void | setRunNumber (int newRun) |
| void | setScanNumber (int newScan) |
| int | getRunNumber () |
| int | getScanNumber () |
| void | unsetDebugOption (String opt) |
| void | setDebugOption (String opt) |
| String[] | listEnabledDebugOptions () |
| String[] | listDebugOptions () |
| void | standardRegisterDump (int partition, int crate, int rod) |
| void | standardRegisterDumpAll () |
| String[] | getModuleList () |
| boolean | isRODPresent (int partition, int crate, int rod) |
| void | awaitResponse (int partition, int crate, int rod) |
| int[] | getResponse (int partition, int crate, int rod) |
| void | configureBOC (int partition, int crate, int rod) |
| void | flashLED (int partition, int crate, int rod, short slaveNumber, int period, int flashes) throws Sct_SctApi.SctApiException |
| void | echo (int partition, int crate, int rod, int[] data) throws Sct_SctApi.SctApiException |
| void | createDebugPrimList () throws Sct_SctApi.SctApiException |
| void | addDebugPrimList (int index, int id, int version, int[] body) throws Sct_SctApi.SctApiException |
| void | sendDebugPrimList (int partition, int crate, int rod) throws Sct_SctApi.SctApiException |
| void | sendDebugSlavePrimList (int partition, int crate, int rod, int slave, boolean await, boolean response) throws Sct_SctApi.SctApiException |
| void | loadConfiguration (String filename) throws Sct_SctApi.SctApiException |
| void | storeModuleConfigurations () throws Sct_SctApi.SctApiException |
| void | configureAllModules () throws Sct_SctApi.SctApiException |
| sctConf.ABCDModule | retrieveModule (int mid) |
| Retrieve module configuration data. | |
| short | dspBlockDump (int partition, int crate, int rod, int dspStart, int numWords, int dspNumber) |
| int[] | dspBlockRead (int partition, int crate, int rod, int dspStart, int numWords, int dspNumber) |
| short | dspBlockWrite (int partition, int crate, int rod, int[] buffer, int dspAddress, int dspNumber) |
| int | dspSingleRead (int partition, int crate, int rod, int dspAddr, int dspNumber) |
| void | dspSingleWrite (int partition, int crate, int rod, int dspAddr, int val, int dspNumber) |
| int[] | readSlaveDsp (int partition, int crate, int rod, short s, int add, int words) |
| int | findModuleSerial (String sn) |
| String | convertToString (int mid) |
| int | findModule (short mur, short number) |
| int | findModuleRod (int partition, int crate, int rod, int channel) |
| int | findBarrelModule (int barrel, int row, short number) |
| void | convertToBarrelModule (int mid, org.omg.CORBA.IntHolder barrel, org.omg.CORBA.IntHolder row, org.omg.CORBA.ShortHolder number) |
| int | findEndcapModule (int disk, int ring, int number) |
| void | convertToEndcapModule (int mid, org.omg.CORBA.IntHolder disk, org.omg.CORBA.IntHolder ring, org.omg.CORBA.IntHolder number) |
| void | getABCDModules (Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException |
| Get all modules from ROD to memory. | |
| void | getABCDModule (int mid, Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException |
| sctConf.ABCDModule | getABCDModuleRaw (int partition, int crate, int rod, int slot, Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException |
| void | setABCDModule (int mid, Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException |
| void | setABCDModules (Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException |
| void | sendABCDModule (int mid, Sct_SctApi.BankType bank, int type) throws Sct_SctApi.SctApiException |
| void | sendABCDModules (Sct_SctApi.BankType bank) throws Sct_SctApi.SctApiException |
| void | modifyABCDMask (int mid, int[] mask) |
| void | modifyABCDTrims (int mid, short[] trims) |
| void | modifyABCDRC (int mid, int chip, short index, double p0, double p1, double p2) |
| void | modifyABCDVar (int typ, double var) |
| void | modifyABCDModuleVar (int mid, int typ, double var) |
| void | modifyABCDChipVar (int mid, int chip, int typ, double var) |
| void | modifyABCDVarROD (int typ, double var, Sct_SctApi.BankType bank) |
| void | modifyABCDModuleVarROD (int mid, int typ, double var, Sct_SctApi.BankType bank) |
| void | modifyBOCParam (int partition, int crate, int rod, int channel, int type, int val) |
| void | lasersOff () |
| void | timSetFrequency (int partition, int crate, double trigFreq, double rstFreq) |
| void | freeTriggers (int partition, int crate) |
| void | stopTriggers (int partition, int crate) |
| void | timL1A (int partition, int crate) |
| void | timCalL1A (int partition, int crate, short delay) |
| short | timReadRegister (int partition, int crate, short value) |
| void | sendTimTrigger (int partition, int crate, Sct_SctApi.Trigger trig) |
| void | sendTrigger (int partition, int crate, int rod, Sct_SctApi.Trigger trig) |
| void | doScan (Sct_SctApi.Scan thisScan) throws Sct_SctApi.SctApiException |
| void | doRawScan (Sct_SctApi.Scan thisScan, int delay, int width, boolean configure, boolean clockByTwo) throws Sct_SctApi.SctApiException |
| void | printBOCSetup (int partition, int crate, int rod) |
| sctConf.BOCChannelConfig[] | currentBOCSetup (int partition, int crate, int rod) |
| sctConf.BOCGlobalConfig | currentBOCRegisters (int partition, int crate, int rod) |
| void | printABCDModule (int mid) |
| void | printABCDRodModule (int mid, Sct_SctApi.BankType bank) |
| void | decodeEvent (int partition, int crate, int rod, short sl, short index, boolean extFlag, boolean errorType) |
| void | rawData (int partition, int crate, int rod, int delay, int units, boolean setMask) |
| void | rawDataWithTrigger (int partition, int crate, int rod, int delay, int units, boolean setMask, Sct_SctApi.Trigger trig) |
| void | sendL1A (int partition, int crate, int rod) |
| short[] | probe (int partition, int crate, int rod) |
| short[] | probeHarness (int partition, int crate, int rod, int harness) |
| short[] | probeWithTrigger (int partition, int crate, int rod, Sct_SctApi.Trigger trig) |
| short[] | probeHarnessWithTrigger (int partition, int crate, int rod, Sct_SctApi.Trigger trig, int harness) |
| short[][] | probeScanHarnessWithTrigger (int partition, int crate, int rod, Sct_SctApi.Scan trig, int harness) |
| boolean | checkAllModulesProbe (String chars) throws Sct_SctApi.SctApiException |
| Sct_SctApi.AutoConfigResult[] | autoConfigureScan () throws Sct_SctApi.SctApiException |
| int | getRodSlot (int partition, int crate, int rod) |
| void | testLinkOutSelect (int partition, int crate, int rod, int link) |
| int | testLinkOutRetrieve (int partition, int crate, int rod) |
| void | requestHardReset (int mid) |
| void | requestIVCurve (int mid, float start, float stop, float step, short delay, float currentLim) |
| void | setSelect (int mid, boolean value) |
| void | setSelectAllInCrate (int crate, boolean value) |
| void | changeRunState (int state) |
| void | ddcSetSingleTimeout (short timeout) |
| short | ddcGetSingleTimeout () |
| void | ddcSetMultipleTimeout (short timeout) |
| short | ddcGetMultipleTimeout () |
| void | ddcChangeState (int crate, int channel, short state) |
| void | ddcChangeStateAll (int crate, short state) |
| void | ddcLoadConfiguration (int crate, short state) |
| void | ddcHardReset (int crate, int channel) |
| void | ddcHardResetAll (int crate) |
| int | ddcGetChannelParameterInt (int crate, int channel, String name) |
| float | ddcGetChannelParameterFloat (int crate, int channel, String name) |
| String | ddcGetChannelParameterString (int crate, int channel, String name) |
| int | ddcGetCardParameterInt (int crate, int card, String name) |
| float | ddcGetCardParameterFloat (int crate, int card, String name) |
| String | ddcGetCardParameterString (int crate, int card, String name) |
| int | ddcGetCrateParameterInt (int crate, String name) |
| float | ddcGetCrateParameterFloat (int crate, String name) |
| String | ddcGetCrateParameterString (int crate, String name) |
| void | ddcGetCrateParameters (int crate, String[] names, Sct_SctApi.NameValueListHolder nameValues) |
| Sct_SctApi.Scan | createScan () |
| Sct_SctApi.Scan | getDefaultScan () |
| Sct_SctApi.Trigger | createTrigger () |
| Sct_SctApi.Trigger | getDefaultTrigger () |
| Sct_SctApi.Scan[] | knownScans () |
| void | get_info (ipc.InfoHolder inf) |
| void | destroy () |
| String[] | _ids () |
Private Member Functions | |
| void | readObject (java.io.ObjectInputStream s) throws java.io.IOException |
| void | writeObject (java.io.ObjectOutputStream s) throws java.io.IOException |
Static Private Attributes | |
| String[] | __ids |
Generated by the IDL-to-Java compiler (portable), version "3.1" from SctApi.idl 14 July 2004 17:26:54 o'clock BST
Definition at line 11 of file _SctApiStub.java.
|
|
Initial value: {
"IDL:Sct_SctApi/SctApi:1.0",
"IDL:ipc/freeable:1.0"}
Definition at line 2620 of file _SctApiStub.java. |
1.3.5