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 | VISTA_TCS 8 |
#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_AT4 4 |
#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 | PARTOP 0 |
#define | PARMMB 1 |
#define | LIEGE 2 |
#define | AT_LOCALE PARTOP |
#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) ATTRIBUTE_UNUSED static const char *rcsId = id tcsTARGET_IT(__DATE__, __TIME__, TARGET_TCS); |
#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 ASM_LS 2 |
Definition at line 62 of file tcsDefines.h.
#define ASM_PL 1 |
Definition at line 61 of file tcsDefines.h.
#define ASM_TCS 3 |
Definition at line 38 of file tcsDefines.h.
#define AT_LOCALE PARTOP |
Definition at line 88 of file tcsDefines.h.
#define ATS_TCS 4 |
Definition at line 39 of file tcsDefines.h.
#define DELETE_OBJECT | ( | object | ) |
do \ { \ if (object != NULL) \ { \ delete object; \ object = NULL; \ } \ } while (0)
Definition at line 96 of file tcsDefines.h.
Referenced by tcsCMD_PARALLEL::Reset(), tcsSELF_CMD::~tcsSELF_CMD(), and trkwsSELF_CMD::~trkwsSELF_CMD().
#define LIEGE 2 |
Definition at line 85 of file tcsDefines.h.
#define NTT_TCS 2 |
Definition at line 37 of file tcsDefines.h.
#define PARMMB 1 |
Definition at line 84 of file tcsDefines.h.
#define PARTOP 0 |
Definition at line 83 of file tcsDefines.h.
#define SID_TCS 5 |
Definition at line 40 of file tcsDefines.h.
#define tcsCMD_LOGFITS "LOGFITS" |
Definition at line 166 of file tcsDefines.h.
Referenced by tcsSTD_COMMANDS::tcsSTD_COMMANDS(), and tcsSTD_COMMANDS::~tcsSTD_COMMANDS().
#define tcsDB_TRANSFER_CMDS "commands" |
Definition at line 171 of file tcsDefines.h.
#define tcsDB_TRANSFER_DEST_ENV "destEnv" |
Definition at line 168 of file tcsDefines.h.
#define tcsDB_TRANSFER_LCU_SERVER "lcuServer" |
Definition at line 169 of file tcsDefines.h.
Referenced by tcsCON_SUBSYSTEM::Init().
#define tcsDB_TRANSFER_TIMEOUT "timeout" |
Definition at line 170 of file tcsDefines.h.
#define tcsDBPOINT "TCS_DBPOINT" |
Definition at line 140 of file tcsDefines.h.
Referenced by tcsBASE::DbRoot().
#define tcsDBPOINT_DEF ":Appl_data:TCS" |
Definition at line 141 of file tcsDefines.h.
Referenced by tcsBASE::DbRoot().
#define tcsENVNAME "TCS_ENVNAME" |
Definition at line 144 of file tcsDefines.h.
Referenced by tcsBASE::EnvName(), and tcsTCS_RCSID().
#define TCSID VLT_CM |
Definition at line 78 of file tcsDefines.h.
#define tcsMOD "tcs" |
Definition at line 134 of file tcsDefines.h.
Referenced by tcsMOON::CalculateMoonPosition(), mswCONTROL_MAIN::ConstructorInit(), mswCONTROL::ConstructorInit(), tcsBASE::DbRoot(), tcsDB_BACKUP::DoBackup(), tcsBASE::EnvName(), tcsSELF_CMD::ErrorCB(), tcsCMD_TRANSFER::ErrorCB(), tcsCMD_TRANSFER::Execute(), tcsCMD_HANDLER_T< StatePolicy >::ExecutionPermitted(), tcsMOON::GetMoonPosition(), tcsMAIN_HANDLER< T >::Init(), tcsCON_SUBSYSTEM::Init(), mswCONTROL::Init(), trkwsCON_MAIN_TASK::InitCB(), prsSEQ_MAIN_TASK::InitCB(), trkwsCON_MAIN_TASK::IsOwnProcess(), tcsCMD_HANDLER_T< StatePolicy >::IsOwnProcess(), tcsSTD_COMMANDS::LogFitsCB(), main(), tifMAIN_TASK::Recover(), tcsCMD_TRANSFER::ReplyCB(), tcsCMD_PARALLEL::ReplyCB(), tcsCMD_TRANSFER::Reset(), tcsMAIN_HANDLER< T >::RunMainLoop(), prsSEQ_MAIN_TASK::SaveCurrSetupCB(), prsAH_MAIN_TASK::SaveCurrSetupCB(), prsSEQ_MAIN_TASK::SaveReadySetupCB(), tcsSELF_CMD::Send(), tcsCMD_PARALLEL::Send(), tcsCMD_HANDLER_T< StatePolicy >::SendReply(), tcsCON_SUBSYSTEM::SendStop(), tcsSELF_CMD::SetCmdHandler(), tcsCMD_PARALLEL::SetCompletedCB(), trkwsCON_MAIN_TASK::SetDutErrorCB(), trkwsCON_MAIN_TASK::SetDutOKCB(), tcsCMD_PARALLEL::SetErrorCB(), trkwsFOCUS_DATA::SetErrorHandler(), tcsSELF_CMD::SetErrorHandler(), trkwsFOCUS_DATA::SetReplyHandler(), tcsSELF_CMD::SetReplyHandler(), tcsCMD_PARALLEL::SetTimeoutCB(), trkwsCON_MAIN_TASK::StartupErrorCB(), tcsCON_SUBSYSTEM::Stop(), tcsCON_SUBSYSTEM::StopErrorCB(), tcsCON_SUBSYSTEM::StopReplyCB(), tcsCON_SUBSYSTEM::StopTimeoutCB(), tcsCMD_HANDLER_T< StatePolicy >::tcsCMD_HANDLER_T(), tcsCON_SUBSYSTEM::tcsCON_SUBSYSTEM(), tcsTCS_RCSID(), tifInitLibs(), tcsCMD_TRANSFER::TimeoutCB(), tcsCMD_PARALLEL::TimeoutCB(), and tcsMAIN_HANDLER< T >::~tcsMAIN_HANDLER().
#define tcsMSG_BUFF_ALL "ALL" |
Definition at line 148 of file tcsDefines.h.
#define tcsOK_MSG "OK" |
Definition at line 151 of file tcsDefines.h.
Referenced by mswCONTROL_MAIN::EndTcsChangeFocusCB(), tcsCMD_HANDLER_T< StatePolicy >::Execute(), mswCONTROL::InitCB(), mswCONTROL::MswDoneCB(), tcsSELF_CMD::ReplyCB(), tcsCMD_PARALLEL::ReplyCB(), mswCONTROL_MAIN::SetInsDataCB(), mswCONTROL::TcsAlignCB(), mswCONTROL_MAIN::TcsChangeFocusCB(), mswCONTROL::TcsEndAlignCB(), mswCONTROL::TcsEndPresetCB(), mswCONTROL_MAIN::TcsPermForceSetCB(), mswCONTROL::TcsPresetCB(), and mswCONTROL_MAIN::TcsRelForceSetCB().
#define tcsPRINTF_BUFFER_SIZE 1024 |
Definition at line 110 of file tcsDefines.h.
Referenced by tcsSELF_CMD::Send().
#define tcsREPLACE_IT | ( | date, | |||
time, | |||||
targ | ) | "@(#) $TCS Compile Id - Date: " date " Time: " time " Target: " #targ " $" |
Definition at line 117 of file tcsDefines.h.
#define tcsSETUP_FILE_ALIAS "ALL" |
Definition at line 155 of file tcsDefines.h.
Referenced by prsSEQ_MAIN_TASK::Init(), prsAH_MAIN_TASK::Init(), prsSEQ_MAIN_TASK::SaveCurrSetupCB(), and tcsTCS_RCSID().
#define tcsSETUP_FILE_DICTIONARY "ALL" |
Definition at line 154 of file tcsDefines.h.
Referenced by prsSEQ_MAIN_TASK::Init(), prsAH_MAIN_TASK::Init(), prsSEQ_MAIN_TASK::SaveCurrSetupCB(), tcsTCS_RCSID(), and tifInitLibs().
#define tcsTARGET_IT | ( | date, | |||
time, | |||||
targ | ) | tcsREPLACE_IT(date,time,targ) |
Definition at line 118 of file tcsDefines.h.
#define tcsTCS_RCSID | ( | id | ) | ATTRIBUTE_UNUSED static const char *rcsId = id tcsTARGET_IT(__DATE__, __TIME__, TARGET_TCS); |
Definition at line 126 of file tcsDefines.h.
#define tcsTRK_DUT_BACKUP_FILE "trkDut.dat" |
Definition at line 163 of file tcsDefines.h.
#define tcsTRK_PC_BACKUP_FILE "trkPcData.dat" |
Definition at line 162 of file tcsDefines.h.
#define tcsTRK_SETROT_BACKUP_FILE "trkSetrot.dat" |
Definition at line 164 of file tcsDefines.h.
#define TP6_TCS 6 |
Definition at line 41 of file tcsDefines.h.
#define VISTA_TCS 8 |
Definition at line 43 of file tcsDefines.h.
#define VLT_CM 0 |
Definition at line 55 of file tcsDefines.h.
#define VLT_ST1 1 |
Definition at line 75 of file tcsDefines.h.
#define VLT_ST_CM 0 |
Definition at line 74 of file tcsDefines.h.
#define VLT_TCS 1 |
Definition at line 36 of file tcsDefines.h.
#define VLT_UT1 1 |
Definition at line 56 of file tcsDefines.h.
#define VLT_UT2 2 |
Definition at line 57 of file tcsDefines.h.
#define VLT_UT3 3 |
Definition at line 58 of file tcsDefines.h.
#define VLT_UT4 4 |
Definition at line 59 of file tcsDefines.h.
#define VLTI_AT1 1 |
Definition at line 65 of file tcsDefines.h.
#define VLTI_AT2 2 |
Definition at line 66 of file tcsDefines.h.
#define VLTI_AT3 3 |
Definition at line 67 of file tcsDefines.h.
#define VLTI_AT4 4 |
Definition at line 68 of file tcsDefines.h.
#define VLTI_AT_CM 0 |
Definition at line 64 of file tcsDefines.h.
#define VLTI_SID1 1 |
Definition at line 71 of file tcsDefines.h.
#define VLTI_SID2 2 |
Definition at line 72 of file tcsDefines.h.
#define VLTI_SID_CM 0 |
Definition at line 70 of file tcsDefines.h.
#define VST_TCS 7 |
Definition at line 42 of file tcsDefines.h.