Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ataltsrvCCM.h

Go to the documentation of this file.
00001 #ifndef ATALTSRV_CCM_H
00002 #define ATALTSRV_CCM_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: ataltsrvCCM.h,v 1.28 2003/11/24 10:04:43 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban  14/09/99  created
00011 */
00012 
00013 /************************************************************************
00014  *
00015  *----------------------------------------------------------------------
00016  */
00017 #include "lsfSerial.h"
00018 
00019 ccsCOMPL_STAT ataltsrvInitCcm              ( OUT ccsERROR   *error );
00020 
00021 const char   *ataltsrvGetCcmStatusName     ( IN vltINT32     status );
00022 ccsCOMPL_STAT ataltsrvGetCcmStatus         ( OUT vltINT32   *cmmStatus,
00023                OUT ccsERROR   *error );
00024 ccsCOMPL_STAT ataltsrvGetCcmTemperatures   ( OUT vltDOUBLE   cmmTemp[],
00025                OUT ccsERROR   *error );
00026 ccsCOMPL_STAT ataltsrvCheckCcmTemperatures ( OUT ccsERROR   *error );
00027 
00028 #endif 

Generated on Wed Dec 3 14:52:07 2003 for ATCS API by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001