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

probeTrk.h

Go to the documentation of this file.
00001 #ifndef PROBE_TRK_H
00002 #define PROBE_TRK_H
00003 /*******************************************************************************
00004 * E.S.O. - VLT project
00005 *
00006 * "@(#) $Id: probeTrk.h,v 1.48 2003/11/24 13:21:27 vltsccm Exp $"
00007 *
00008 * who       when      what
00009 * --------  --------  ----------------------------------------------
00010 * rkarban 2000-08-09 created
00011 */
00012 
00013 #include "trk.h"
00014 
00019 ccsCOMPL_STAT probeTrkGetFocusStation(vltINT32 *focusStation, 
00020               ccsERROR *error);
00021 
00028 ccsCOMPL_STAT probeTrkGetTargetADObs(vltDOUBLE *alpha, vltDOUBLE *delta, vltDOUBLE *mjd,
00029              ccsERROR *error);
00030 
00032 ccsCOMPL_STAT probeTrkGetSiteConstants(trkSITE_CONSTANTS  *siteConstants, 
00033                ccsERROR *error);
00034 
00036 ccsCOMPL_STAT probeTrkGetPolarMotion(trkPOLAR_MOTION  *polarMotion, 
00037              ccsERROR *error);
00038 
00040 ccsCOMPL_STAT probeTrkGetDut1(vltDOUBLE  *dut1, 
00041             ccsERROR *error);
00042 
00047 ccsCOMPL_STAT probeTrkGetTrkState(trkSUBSTATE  *trkState, 
00048           ccsERROR *error);
00049 
00051 ccsCOMPL_STAT probeTrkGetEnvironment(OUT trkSITE_ENVIRONMENT *siteEnv,
00052              OUT ccsERROR *error);
00055 #endif 

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