Inheritance diagram for Sct_SctApi.SctApiDDCServerMethodsOperations:

Public Member Functions | |
| 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 | ddcChangeStates (int crate, String name, 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) |
| void | ddcSetCrateParameterFloat (int crate, String name, float value) |
| void | ddcSetCardParameterFloat (int crate, int card, String name, float value) |
| void | ddcSetChannelParameterFloat (int crate, int channel, String name, float value) |
Generated by the IDL-to-Java compiler (portable), version "3.2" from SctApi.idl 28 January 2006 13:05:15 o'clock GMT
Definition at line 13 of file SctApiDDCServerMethodsOperations.java.
1.4.6