• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

MonitorCollectorErr.idl

Go to the documentation of this file.
00001 #ifndef  _MonitorCollectorErr_IDL_
00002 #define  _MonitorCollectorErr_IDL_
00003         
00004 /*******************************************************************************
00005 * ALMA - Atacama Large Millimiter Array
00006 * (c) European Southern Observatory, 2003 
00007 *
00008 *This library is free software; you can redistribute it and/or
00009 *modify it under the terms of the GNU Lesser General Public
00010 *License as published by the Free Software Foundation; either
00011 *version 2.1 of the License, or (at your option) any later version.
00012 *
00013 *This library is distributed in the hope that it will be useful,
00014 *but WITHOUT ANY WARRANTY; without even the implied warranty of
00015 *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016 *Lesser General Public License for more details.
00017 *
00018 *You should have received a copy of the GNU Lesser General Public
00019 *License along with this library; if not, write to the Free Software
00020 *Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
00021 *
00022 * "@(#) $Id: AES2IDL.xslt,v 1.9 2007/05/23 08:55:56 nbarriga Exp $"
00023 *************  THIS FILE IS AUTOMATICALLY GENERATED !!!!!!
00024 */
00025 
00026 #include <acserr.idl>
00027 
00028 #pragma prefix "alma"
00029         
00030 module ACSErr 
00031 {
00032         // type
00033         const ACSErr::ACSErrType MonitorCollectorErr = 60200;
00034 }; // module ACSErr
00035 
00036 module MonitorCollectorErr
00037 {
00038          const ACSErr::ErrorCode DeviceAlreadyRegistred = 0;
00039          const ACSErr::ErrorCode RegisteringDeviceProblem = 1;
00040          const ACSErr::ErrorCode DeviceNotRegistred = 2;
00041          const ACSErr::ErrorCode StartMonitoringProblem = 3;
00042          const ACSErr::ErrorCode StopMonitoringProblem = 4;
00043          const ACSErr::ErrorCode NonExsistentProperty = 5;
00044          const ACSErr::ErrorCode NonSupportedType = 6;
00045          const ACSErr::ErrorCode NotCollocatedComponent = 7;
00046         
00047         // excption for type:
00048         exception MonitorCollectorErrEx {
00049                 ACSErr::ErrorTrace errorTrace;  
00050         };
00051         
00052         // excptions for codes:
00053         exception DeviceAlreadyRegistredEx {
00054                 ACSErr::ErrorTrace errorTrace;  
00055         };
00056         
00057         exception RegisteringDeviceProblemEx {
00058                 ACSErr::ErrorTrace errorTrace;  
00059         };
00060         
00061         exception DeviceNotRegistredEx {
00062                 ACSErr::ErrorTrace errorTrace;  
00063         };
00064         
00065         exception StartMonitoringProblemEx {
00066                 ACSErr::ErrorTrace errorTrace;  
00067         };
00068         
00069         exception StopMonitoringProblemEx {
00070                 ACSErr::ErrorTrace errorTrace;  
00071         };
00072         
00073         exception NonExsistentPropertyEx {
00074                 ACSErr::ErrorTrace errorTrace;  
00075         };
00076         
00077         exception NonSupportedTypeEx {
00078                 ACSErr::ErrorTrace errorTrace;  
00079         };
00080         
00081         exception NotCollocatedComponentEx {
00082                 ACSErr::ErrorTrace errorTrace;  
00083         };
00084         
00085         
00086 }; // module MonitorCollectorErr
00087 
00088 #endif
00089 

Generated on Thu Jan 12 2012 23:13:14 for ACS-10.0 IDL interfaces by  doxygen 1.7.0