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

tcsDefines.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define VLT_TCS   1
#define NTT_TCS   2
#define ASM_TCS   3
#define ATS_TCS   4
#define SID_TCS   5
#define TP6_TCS   6
#define VST_TCS   7
#define TARGET_TCS   VLT_TCS
#define VLT_CM   0
#define VLT_UT1   1
#define VLT_UT2   2
#define VLT_UT3   3
#define VLT_UT4   4
#define ASM_PL   1
#define ASM_LS   2
#define VLTI_AT_CM   0
#define VLTI_AT1   1
#define VLTI_AT2   2
#define VLTI_AT3   3
#define VLTI_SID_CM   0
#define VLTI_SID1   1
#define VLTI_SID2   2
#define VLT_ST_CM   0
#define VLT_ST1   1
#define TCSID   VLT_CM
#define DELETE_OBJECT(object)
#define tcsPRINTF_BUFFER_SIZE   1024
#define tcsREPLACE_IT(date, time, targ)   "@(#) $TCS Compile Id - Date: " date " Time: " time " Target: " #targ " $"
#define tcsTARGET_IT(date, time, targ)   tcsREPLACE_IT(date,time,targ)
#define tcsTCS_RCSID(id)
#define tcsMOD   "tcs"
#define tcsDBPOINT   "TCS_DBPOINT"
#define tcsDBPOINT_DEF   ":Appl_data:TCS"
#define tcsENVNAME   "TCS_ENVNAME"
#define tcsMSG_BUFF_ALL   "ALL"
#define tcsOK_MSG   "OK"
#define tcsSETUP_FILE_DICTIONARY   "ALL"
#define tcsSETUP_FILE_ALIAS   "ALL"
#define tcsTRK_PC_BACKUP_FILE   "trkPcData.dat"
#define tcsTRK_DUT_BACKUP_FILE   "trkDut.dat"
#define tcsTRK_SETROT_BACKUP_FILE   "trkSetrot.dat"
#define tcsCMD_LOGFITS   "LOGFITS"
#define tcsDB_TRANSFER_DEST_ENV   "destEnv"
#define tcsDB_TRANSFER_LCU_SERVER   "lcuServer"
#define tcsDB_TRANSFER_TIMEOUT   "timeout"
#define tcsDB_TRANSFER_CMDS   "commands"


Define Documentation

#define VLT_TCS   1
 

#define NTT_TCS   2
 

#define ASM_TCS   3
 

#define ATS_TCS   4
 

#define SID_TCS   5
 

#define TP6_TCS   6
 

#define VST_TCS   7
 

#define TARGET_TCS   VLT_TCS
 

#define VLT_CM   0
 

#define VLT_UT1   1
 

#define VLT_UT2   2
 

#define VLT_UT3   3
 

#define VLT_UT4   4
 

#define ASM_PL   1
 

#define ASM_LS   2
 

#define VLTI_AT_CM   0
 

#define VLTI_AT1   1
 

#define VLTI_AT2   2
 

#define VLTI_AT3   3
 

#define VLTI_SID_CM   0
 

#define VLTI_SID1   1
 

#define VLTI_SID2   2
 

#define VLT_ST_CM   0
 

#define VLT_ST1   1
 

#define TCSID   VLT_CM
 

#define DELETE_OBJECT object   
 

Value:

do                        \
                                  {                     \
                                  if (object != NULL)   \
                                      {                 \
                                      delete object;    \
                                      object = NULL;    \
                                      }                 \
                                  } while (0)

#define tcsPRINTF_BUFFER_SIZE   1024
 

#define tcsREPLACE_IT date,
time,
targ       "@(#) $TCS Compile Id - Date: " date " Time: " time " Target: " #targ " $"
 

#define tcsTARGET_IT date,
time,
targ       tcsREPLACE_IT(date,time,targ)
 

#define tcsTCS_RCSID id   
 

Value:

static const char *rcsId = id tcsTARGET_IT(__DATE__, __TIME__, TARGET_TCS);                         \
   static const void *use_rcsId = ((const void)&use_rcsId,(const void *) &rcsId);

#define tcsMOD   "tcs"
 

#define tcsDBPOINT   "TCS_DBPOINT"
 

#define tcsDBPOINT_DEF   ":Appl_data:TCS"
 

#define tcsENVNAME   "TCS_ENVNAME"
 

#define tcsMSG_BUFF_ALL   "ALL"
 

#define tcsOK_MSG   "OK"
 

#define tcsSETUP_FILE_DICTIONARY   "ALL"
 

#define tcsSETUP_FILE_ALIAS   "ALL"
 

#define tcsTRK_PC_BACKUP_FILE   "trkPcData.dat"
 

#define tcsTRK_DUT_BACKUP_FILE   "trkDut.dat"
 

#define tcsTRK_SETROT_BACKUP_FILE   "trkSetrot.dat"
 

#define tcsCMD_LOGFITS   "LOGFITS"
 

#define tcsDB_TRANSFER_DEST_ENV   "destEnv"
 

#define tcsDB_TRANSFER_LCU_SERVER   "lcuServer"
 

#define tcsDB_TRANSFER_TIMEOUT   "timeout"
 

#define tcsDB_TRANSFER_CMDS   "commands"
 


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