00001 #ifndef _ACSBulkDataStatus_IDL_ 00002 #define _ACSBulkDataStatus_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 ACSBulkDataStatus = 54; 00034 }; // module ACSErr 00035 00036 module ACSBulkDataStatus 00037 { 00038 const ACSErr::ErrorCode AVCbReady = 0; 00039 const ACSErr::ErrorCode AVCbWorking = 1; 00040 const ACSErr::ErrorCode AVCbTimeout = 2; 00041 const ACSErr::ErrorCode AVCbWorkingTimeout = 3; 00042 const ACSErr::ErrorCode AVCbNotAvailable = 4; 00043 const ACSErr::ErrorCode AVCbError = 5; 00044 00045 // excption for type: 00046 exception ACSBulkDataStatusEx { 00047 ACSErr::ErrorTrace errorTrace; 00048 }; 00049 00050 // excptions for codes: 00051 exception AVCbErrorEx { 00052 ACSErr::ErrorTrace errorTrace; 00053 }; 00054 00055 00056 }; // module ACSBulkDataStatus 00057 00058 #endif 00059