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

trkwsTRANSFER_ASM.h

Go to the documentation of this file.
00001 #ifndef trkwsTRANSFER_ASM_H
00002 #define trkwsTRANSFER_ASM_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: trkwsTRANSFER_ASM.h,v 1.157 2003/10/17 14:00:43 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * gchiozzi  25/08/95  Changed handling of dbDataPoint attribute
00011 * gchiozzi  11/07/95  created
00012 */
00013 
00014 /************************************************************************
00015  *
00016  *----------------------------------------------------------------------
00017  */
00018 
00019 #ifndef __cplusplus
00020 #error This is a C++ include file and cannot be used from plain C
00021 #endif
00022 
00023 #include "evhTIMER.h"
00024 #include "trkwsTRANSFER.h"
00025 
00026 class trkwsTRANSFER_ASM : public trkwsTRANSFER
00027 {
00028   public:
00029     trkwsTRANSFER_ASM(const dbSYMADDRESS dbPoint, 
00030           const dbSYMADDRESS destDbPoint = NULL,
00031                 const dbSYMADDRESS dbDataPoint = NULL);
00032     ~trkwsTRANSFER_ASM();
00033 
00034     ccsCOMPL_STAT Init();
00035     
00036 
00037     virtual evhCB_COMPL_STAT InitCB(msgMESSAGE &msg, void *udata);
00038     virtual evhCB_COMPL_STAT ReadASMCB(msgMESSAGE &msg, void *udata);
00039 
00040   protected:
00041 
00042 
00043   private:
00044     evhTIMER    *timer;
00045     msgMESSAGE   ASMData;
00046     dbSYMADDRESS dataAddr;
00047     dbSYMADDRESS dbDataPoint;
00048     vltUINT32    errorCounter;
00049 }; 
00050 
00051 
00052 
00053 #endif 

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