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

lsfStandardInterface.h

Go to the documentation of this file.
00001 #ifndef LSF_STANDARD_INTERFACE_H
00002 #define LSF_STANDARD_INTERFACE_H
00003 /***************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: lsfStandardInterface.h,v 1.101 2003/11/18 13:47:39 vltsccm Exp $"
00007 *
00008 * who       when        what
00009 * --------  ----------  ----------------------------------------------
00010 * pduhoux   2000-02-23  created
00011 * usrName   incDate     automatic creation for module 'lsf'
00012 */
00013 
00014 /************************************************************************/
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00020 #include "lsfInterface.h"
00021 
00022 /*
00023  * Prototypes
00024  */
00025 lsfACI_FUNCTION(lsf,StdInit);
00026 lsfACI_FUNCTION(lsf,StdStandby);
00027 lsfACI_FUNCTION(lsf,StdOnline);
00028 lsfACI_FUNCTION(lsf,StdOff);
00029 lsfACI_FUNCTION(lsf,StdStop);
00030 lsfACI_FUNCTION(lsf,StdExit);
00031 lsfACI_FUNCTION(lsf,StdStartSim);
00032 lsfACI_FUNCTION(lsf,StdStopSim);
00033 lsfACI_FUNCTION(lsf,StdSelfTest);
00034 lsfACI_FUNCTION(lsf,StdTest);
00035 lsfACI_FUNCTION(lsf,StdSelf);
00036 
00037 lsfACI_FUNCTION(lsf,StdGetVersion);
00038 lsfACI_FUNCTION(lsf,StdGetState);
00039 lsfACI_FUNCTION(lsf,StdGetStatus);
00040 lsfACI_FUNCTION(lsf,StdGetSimulation);
00041 lsfACI_FUNCTION(lsf,StdGetInit);
00042 
00043 #ifdef __cplusplus
00044 }
00045 #endif
00046 
00047 #endif 

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