Inheritance diagram for Sct_SctApi._SctApiDDCServerMethodsStub:


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) |
| 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 | |
| static String[] | __ids |
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 _SctApiDDCServerMethodsStub.java.
|
|
Initial value: {
"IDL:Sct_SctApi/SctApiDDCServerMethods:1.0"}
Definition at line 635 of file _SctApiDDCServerMethodsStub.java. Referenced by Sct_SctApi._SctApiDDCServerMethodsStub._ids(). |
1.4.6