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

atm2Standard.h

Go to the documentation of this file.
00001 #ifndef ATM2_STANDARD_H
00002 #define ATM2_STANDARD_H
00003 /************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atm2Standard.h,v 1.101 2003/11/18 13:47:43 vltsccm Exp $"
00007 *
00008 * who       when        what
00009 * --------  ----------  ----------------------------------------------
00010 * pduhoux   2000-02-24  created
00011 * atcsmgr   2003-12-03  automatic creation for module 'atm2'
00012 */
00013 
00014 /************************************************************************/
00015 
00016 ccsCOMPL_STAT atm2StdExit          ( IN  const char *moduleId,
00017                         OUT ccsERROR   *error );
00018 
00019 ccsCOMPL_STAT atm2StdGetInit       ( OUT vltLOGICAL  *init,
00020                         OUT ccsERROR    *error );
00021 
00022 ccsCOMPL_STAT atm2StdGetSimulation ( OUT vltLOGICAL  *simulation,
00023                                     OUT ccsERROR    *error );
00024 
00025 ccsCOMPL_STAT atm2StdGetVersion    ( OUT char      *version,
00026                                     OUT ccsERROR  *error );
00027 
00028 ccsCOMPL_STAT atm2StdInit          ( IN  const char *moduleId,
00029                         OUT ccsERROR   *error );
00030 
00031 ccsCOMPL_STAT atm2StdOff           ( IN  const char *moduleId,
00032                         OUT ccsERROR   *error );
00033 
00034 ccsCOMPL_STAT atm2StdOnline        ( IN  const char *moduleId,
00035                         OUT ccsERROR   *error );
00036 
00037 ccsCOMPL_STAT atm2StdSelfTest      ( IN  const char *moduleId,
00038                         OUT ccsERROR   *error );
00039 
00040 ccsCOMPL_STAT atm2StdStandby       ( IN  const char *moduleId,
00041                         OUT ccsERROR   *error );
00042 
00043 ccsCOMPL_STAT atm2StdStartSim      ( IN  const char *moduleId,
00044                         OUT ccsERROR   *error );
00045 
00046 ccsCOMPL_STAT atm2StdStop          ( IN  const char *moduleId,
00047                         OUT ccsERROR   *error );
00048 
00049 ccsCOMPL_STAT atm2StdStopSim       ( IN  const char *moduleId,
00050                         OUT ccsERROR   *error );
00051 
00052 ccsCOMPL_STAT atm2StdTest          ( IN  const char *moduleId,
00053                         OUT ccsERROR   *error );
00054 
00055 #endif 

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