Inheritance diagram for SctTestApi._ConfigurationStub:
Public Member Functions | |
void | setDataFile (String file) throws SctTestApi.NoSuchFileException |
Set the data file used to access the old data. | |
String | getDataFile () |
Get the data file currently in use. | |
void | setFastTimes () |
Set the parameters for fast (but feasible) times. | |
void | setRealisticTimes () |
Set the parameters for current times. | |
void | setScanTime (int time) |
Set the time for a standard scan on 1 module in seconds. | |
int | getScanTime () |
Get the scan time for a standard scan on 1 module in seconds. | |
void | setMultiDspEfficiency (double efficiency) |
Set the multi DSP efficiency. Assuming multiple DSPs are used, scanning 4 modules takes scanTime/efficiency seconds. | |
double | getMultiDspEfficiency () |
Get the multi DSP efficiency. | |
void | setReadoutTime (int time) |
Set the time taken to readout the scan from the ROD. | |
int | getReadoutTime () |
Get the readout time. | |
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 |
Definition at line 15 of file SCTTestAPI/SctTestApi/_ConfigurationStub.java.
|
Initial value: { "IDL:SctTestApi/Configuration:1.0", "IDL:ipc/freeable:1.0"} Definition at line 267 of file SCTTestAPI/SctTestApi/_ConfigurationStub.java. |