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

atagwsCON_MAIN_TASK.h

Go to the documentation of this file.
00001 #ifndef atagwsCON_MAIN_TASK_H
00002 #define atagwsCON_MAIN_TASK_H
00003 /******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: atagwsCON_MAIN_TASK.h,v 1.35 2003/11/26 08:07:42 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban 2001-04-02 created
00011 */
00012 
00013 /************************************************************************
00014  * Definition of class agwsCON_MAIN_TASK
00015  *----------------------------------------------------------------------
00016  */
00017 
00018 #ifndef __cplusplus
00019 #error This is a C++ include file and cannot be used from plain C
00020 #endif
00021 
00022 #include "fswsCON_MAIN_TASK.h"
00023 #include "atagwsCON_SERVER.h"
00024 #include "atagwsCON_CFD.h"
00025 
00026 class atagwsCON_MAIN_TASK : public fswsCON_MAIN_TASK
00027 {
00028    public:
00029     atagwsCON_MAIN_TASK(const dbSYMADDRESS  dbPoint,
00030           agwsCON_ADAPTER     &conAdapter,
00031           fswsCON_CHECK       &conCheck,
00032           agwsCON_CAT         &conCat,
00033           atagwsCON_SERVER    &conServer,
00034           fswsCON_SETUP       &conSetup,
00035           atagwsCON_CFD       &cfd);
00036 
00037     virtual ~atagwsCON_MAIN_TASK();
00038 
00039     // Overloading of inherited commands
00040     virtual evhCB_COMPL_STAT StartAgStopTccdOkCB(msgMESSAGE &msg, agwsCMD_HANDLER &);
00041     virtual evhCB_COMPL_STAT RelaxCB(msgMESSAGE &msg, agwsCMD_HANDLER &handler);
00042 
00043     virtual evhCB_COMPL_STAT StartCAgCB(msgMESSAGE &msg, agwsCMD_HANDLER &);
00044     virtual evhCB_COMPL_STAT StopCAgCB(msgMESSAGE &msg, agwsCMD_HANDLER &);
00045     virtual evhCB_COMPL_STAT DetCGsCB(msgMESSAGE &msg, agwsCMD_HANDLER &);
00046     virtual evhCB_COMPL_STAT OptCGsCB(msgMESSAGE &msg, agwsCMD_HANDLER &);
00047 
00048   private:
00049     agwsCMD_HANDLER  startCAgCmdHandler;  // STRTCAG command handler
00050     agwsCMD_HANDLER  stopCAgCmdHandler;  // STOPCAG command handler
00051     agwsCMD_HANDLER  detCGsCmdHandler;  // DETCGS command handler
00052     agwsCMD_HANDLER  optCGsCmdHandler;  // OPTCGS command handler
00053 
00054     atagwsCON_SERVER &atagwsConServer;
00055     atagwsCON_CFD    &cfdDevice;
00056 };
00057 
00058 
00059 #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