00001 package Sct_CalibrationController;
00002
00003
00011 public class _TestLibraryStub extends org.omg.CORBA.portable.ObjectImpl implements Sct_CalibrationController.TestLibrary
00012 {
00013
00014 public Sct_CalibrationController.TestRequest responseCurve ()
00015 {
00016 org.omg.CORBA.portable.InputStream $in = null;
00017 try {
00018 org.omg.CORBA.portable.OutputStream $out = _request ("responseCurve", true);
00019 $in = _invoke ($out);
00020 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00021 return $result;
00022 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00023 $in = $ex.getInputStream ();
00024 String _id = $ex.getId ();
00025 throw new org.omg.CORBA.MARSHAL (_id);
00026 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00027 return responseCurve ( );
00028 } finally {
00029 _releaseReply ($in);
00030 }
00031 }
00032
00033 public Sct_CalibrationController.TestRequest threePointGain ()
00034 {
00035 org.omg.CORBA.portable.InputStream $in = null;
00036 try {
00037 org.omg.CORBA.portable.OutputStream $out = _request ("threePointGain", true);
00038 $in = _invoke ($out);
00039 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00040 return $result;
00041 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00042 $in = $ex.getInputStream ();
00043 String _id = $ex.getId ();
00044 throw new org.omg.CORBA.MARSHAL (_id);
00045 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00046 return threePointGain ( );
00047 } finally {
00048 _releaseReply ($in);
00049 }
00050 }
00051
00052 public Sct_CalibrationController.TestRequest strobeDelay ()
00053 {
00054 org.omg.CORBA.portable.InputStream $in = null;
00055 try {
00056 org.omg.CORBA.portable.OutputStream $out = _request ("strobeDelay", true);
00057 $in = _invoke ($out);
00058 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00059 return $result;
00060 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00061 $in = $ex.getInputStream ();
00062 String _id = $ex.getId ();
00063 throw new org.omg.CORBA.MARSHAL (_id);
00064 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00065 return strobeDelay ( );
00066 } finally {
00067 _releaseReply ($in);
00068 }
00069 }
00070
00071 public Sct_CalibrationController.TestRequest noiseOccupancy ()
00072 {
00073 org.omg.CORBA.portable.InputStream $in = null;
00074 try {
00075 org.omg.CORBA.portable.OutputStream $out = _request ("noiseOccupancy", true);
00076 $in = _invoke ($out);
00077 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00078 return $result;
00079 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00080 $in = $ex.getInputStream ();
00081 String _id = $ex.getId ();
00082 throw new org.omg.CORBA.MARSHAL (_id);
00083 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00084 return noiseOccupancy ( );
00085 } finally {
00086 _releaseReply ($in);
00087 }
00088 }
00089
00090 public Sct_CalibrationController.TestRequest pipeline ()
00091 {
00092 org.omg.CORBA.portable.InputStream $in = null;
00093 try {
00094 org.omg.CORBA.portable.OutputStream $out = _request ("pipeline", true);
00095 $in = _invoke ($out);
00096 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00097 return $result;
00098 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00099 $in = $ex.getInputStream ();
00100 String _id = $ex.getId ();
00101 throw new org.omg.CORBA.MARSHAL (_id);
00102 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00103 return pipeline ( );
00104 } finally {
00105 _releaseReply ($in);
00106 }
00107 }
00108
00109 public Sct_CalibrationController.TestRequest fullBypassBarrel ()
00110 {
00111 org.omg.CORBA.portable.InputStream $in = null;
00112 try {
00113 org.omg.CORBA.portable.OutputStream $out = _request ("fullBypassBarrel", true);
00114 $in = _invoke ($out);
00115 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00116 return $result;
00117 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00118 $in = $ex.getInputStream ();
00119 String _id = $ex.getId ();
00120 throw new org.omg.CORBA.MARSHAL (_id);
00121 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00122 return fullBypassBarrel ( );
00123 } finally {
00124 _releaseReply ($in);
00125 }
00126 }
00127
00128 public Sct_CalibrationController.TestRequest fullBypassEndcap ()
00129 {
00130 org.omg.CORBA.portable.InputStream $in = null;
00131 try {
00132 org.omg.CORBA.portable.OutputStream $out = _request ("fullBypassEndcap", true);
00133 $in = _invoke ($out);
00134 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00135 return $result;
00136 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00137 $in = $ex.getInputStream ();
00138 String _id = $ex.getId ();
00139 throw new org.omg.CORBA.MARSHAL (_id);
00140 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00141 return fullBypassEndcap ( );
00142 } finally {
00143 _releaseReply ($in);
00144 }
00145 }
00146
00147 public Sct_CalibrationController.TestRequest trimRange ()
00148 {
00149 org.omg.CORBA.portable.InputStream $in = null;
00150 try {
00151 org.omg.CORBA.portable.OutputStream $out = _request ("trimRange", true);
00152 $in = _invoke ($out);
00153 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00154 return $result;
00155 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00156 $in = $ex.getInputStream ();
00157 String _id = $ex.getId ();
00158 throw new org.omg.CORBA.MARSHAL (_id);
00159 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00160 return trimRange ( );
00161 } finally {
00162 _releaseReply ($in);
00163 }
00164 }
00165
00166 public Sct_CalibrationController.TestRequest timeWalk ()
00167 {
00168 org.omg.CORBA.portable.InputStream $in = null;
00169 try {
00170 org.omg.CORBA.portable.OutputStream $out = _request ("timeWalk", true);
00171 $in = _invoke ($out);
00172 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00173 return $result;
00174 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00175 $in = $ex.getInputStream ();
00176 String _id = $ex.getId ();
00177 throw new org.omg.CORBA.MARSHAL (_id);
00178 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00179 return timeWalk ( );
00180 } finally {
00181 _releaseReply ($in);
00182 }
00183 }
00184
00185 public Sct_CalibrationController.TestRequest nmask ()
00186 {
00187 org.omg.CORBA.portable.InputStream $in = null;
00188 try {
00189 org.omg.CORBA.portable.OutputStream $out = _request ("nmask", true);
00190 $in = _invoke ($out);
00191 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00192 return $result;
00193 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00194 $in = $ex.getInputStream ();
00195 String _id = $ex.getId ();
00196 throw new org.omg.CORBA.MARSHAL (_id);
00197 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00198 return nmask ( );
00199 } finally {
00200 _releaseReply ($in);
00201 }
00202 }
00203
00204 public Sct_CalibrationController.TestRequest rxDelay ()
00205 {
00206 org.omg.CORBA.portable.InputStream $in = null;
00207 try {
00208 org.omg.CORBA.portable.OutputStream $out = _request ("rxDelay", true);
00209 $in = _invoke ($out);
00210 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00211 return $result;
00212 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00213 $in = $ex.getInputStream ();
00214 String _id = $ex.getId ();
00215 throw new org.omg.CORBA.MARSHAL (_id);
00216 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00217 return rxDelay ( );
00218 } finally {
00219 _releaseReply ($in);
00220 }
00221 }
00222
00223 public Sct_CalibrationController.TestRequest rxThreshold ()
00224 {
00225 org.omg.CORBA.portable.InputStream $in = null;
00226 try {
00227 org.omg.CORBA.portable.OutputStream $out = _request ("rxThreshold", true);
00228 $in = _invoke ($out);
00229 Sct_CalibrationController.TestRequest $result = Sct_CalibrationController.TestRequestHelper.read ($in);
00230 return $result;
00231 } catch (org.omg.CORBA.portable.ApplicationException $ex) {
00232 $in = $ex.getInputStream ();
00233 String _id = $ex.getId ();
00234 throw new org.omg.CORBA.MARSHAL (_id);
00235 } catch (org.omg.CORBA.portable.RemarshalException $rm) {
00236 return rxThreshold ( );
00237 } finally {
00238 _releaseReply ($in);
00239 }
00240 }
00241
00242
00243 private static String[] __ids = {
00244 "IDL:Sct_CalibrationController/TestLibrary:1.0"};
00245
00246 public String[] _ids ()
00247 {
00248 return (String[])__ids.clone ();
00249 }
00250
00251 private void readObject (java.io.ObjectInputStream s) throws java.io.IOException
00252 {
00253 String str = s.readUTF ();
00254 String[] args = null;
00255 java.util.Properties props = null;
00256 org.omg.CORBA.Object obj = org.omg.CORBA.ORB.init (args, props).string_to_object (str);
00257 org.omg.CORBA.portable.Delegate delegate = ((org.omg.CORBA.portable.ObjectImpl) obj)._get_delegate ();
00258 _set_delegate (delegate);
00259 }
00260
00261 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException
00262 {
00263 String[] args = null;
00264 java.util.Properties props = null;
00265 String str = org.omg.CORBA.ORB.init (args, props).object_to_string (this);
00266 s.writeUTF (str);
00267 }
00268 }