European
Southern
Observatory

ESO — Reaching New Heights in Astronomy

Countries taking part in the ESO

VLT Software Documentation

tcsErrors.h File Reference

#include "ccs.h"
Include dependency graph for tcsErrors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define tcsErrOffset   0
#define tcsERR_SEND_REPLY   ((vltINT16) ( tcsErrOffset + 1 ))
#define tcsERR_SEND_OK_REPLY   ((vltINT16) ( tcsErrOffset + 2 ))
#define tcsERR_ACCESS_DATABASE   ((vltINT16) ( tcsErrOffset + 3 ))
#define tcsERR_SEND_ERROR_REPLY   ((vltINT16) ( tcsErrOffset + 4 ))
#define tcsERR_NOTALLOWED_IN_STATE   ((vltINT16) ( tcsErrOffset + 5 ))
#define tcsERR_NEW_COMMAND_RECEIVED   ((vltINT16) ( tcsErrOffset + 6 ))
#define tcsERR_COMMAND_FAILED   ((vltINT16) ( tcsErrOffset + 7 ))
#define tcsERR_COMMAND_TIMEOUT   ((vltINT16) ( tcsErrOffset + 9 ))
#define tcsERR_INIT   ((vltINT16) ( tcsErrOffset + 10 ))
#define tcsERR_LOAD_SETUP   ((vltINT16) ( tcsErrOffset + 12 ))
#define tcsERR_SAVE_SETUP   ((vltINT16) ( tcsErrOffset + 13 ))
#define tcsERR_ACCESS_SETUP   ((vltINT16) ( tcsErrOffset + 14 ))
#define tcsERR_SEND_COMMAND   ((vltINT16) ( tcsErrOffset + 17 ))
#define tcsERR_CREATE_CMD_BUFF   ((vltINT16) ( tcsErrOffset + 18 ))
#define tcsERR_INIT_RECEIVED   ((vltINT16) ( tcsErrOffset + 19 ))
#define tcsERR_FATAL   ((vltINT16) ( tcsErrOffset + 20 ))
#define tcsERR_RECOVER   ((vltINT16) ( tcsErrOffset + 21 ))
#define tcsERR_INIT_STD_COMMANDS   ((vltINT16) ( tcsErrOffset + 29 ))
#define tcsERR_CCS_INIT   ((vltINT16) ( tcsErrOffset + 30 ))
#define tcsERR_CMD_ALLOWED_IN_STATE   ((vltINT16) ( tcsErrOffset + 31 ))
#define tcsERR_ALREADY_ASSIGNED   ((vltINT16) ( tcsErrOffset + 32 ))
#define tcsERR_PARM_TOO_LONG   ((vltINT16) ( tcsErrOffset + 33 ))
#define tcsERR_STATE   ((vltINT16) ( tcsErrOffset + 34 ))
#define tcsERR_BUSY   ((vltINT16) ( tcsErrOffset + 35 ))
#define tcsERR_BUG   ((vltINT16) ( tcsErrOffset + 36 ))
#define tcsERR_SELF_CMD   ((vltINT16) ( tcsErrOffset + 37 ))
#define tcsERR_SEND_CMD_HANDLER_REPLY   ((vltINT16) ( tcsErrOffset + 38 ))
#define tcsERR_GET_UTC   ((vltINT16) ( tcsErrOffset + 39 ))
#define tcsERR_DB_WRITE   ((vltINT16) ( tcsErrOffset + 40 ))
#define tcsERR_READ_PROC_NAME   ((vltINT16) ( tcsErrOffset + 41 ))
#define tcsERR_INTERNAL   ((vltINT16) ( tcsErrOffset + 42 ))
#define tcsERR_PARAMETER   ((vltINT16) ( tcsErrOffset + 43 ))
#define tcsERR_INIT_RETRY   ((vltINT16) ( tcsErrOffset + 44 ))
#define tcsERR_TIMEOUT   ((vltINT16) ( tcsErrOffset + 45 ))
#define tcsERR_ABORTED   ((vltINT16) ( tcsErrOffset + 46 ))
#define tcsERR_LCU   ((vltINT16) ( tcsErrOffset + 47 ))

Define Documentation

#define tcsERR_ABORTED   ((vltINT16) ( tcsErrOffset + 46 ))

Definition at line 56 of file tcsErrors.h.

Referenced by tcsCMD_TRANSFER::Reset().

#define tcsERR_ACCESS_DATABASE   ((vltINT16) ( tcsErrOffset + 3 ))

Definition at line 24 of file tcsErrors.h.

Referenced by tcsMAIN_HANDLER< T >::Init(), and tifMAIN_TASK::Recover().

#define tcsERR_ACCESS_SETUP   ((vltINT16) ( tcsErrOffset + 14 ))

Definition at line 33 of file tcsErrors.h.

#define tcsERR_ALREADY_ASSIGNED   ((vltINT16) ( tcsErrOffset + 32 ))

Definition at line 42 of file tcsErrors.h.

Referenced by tcsBASE::DbRoot(), and tcsBASE::EnvName().

#define tcsERR_BUG   ((vltINT16) ( tcsErrOffset + 36 ))
#define tcsERR_BUSY   ((vltINT16) ( tcsErrOffset + 35 ))
#define tcsERR_CCS_INIT   ((vltINT16) ( tcsErrOffset + 30 ))

Definition at line 40 of file tcsErrors.h.

Referenced by tcsMAIN_HANDLER< T >::Init().

#define tcsERR_CMD_ALLOWED_IN_STATE   ((vltINT16) ( tcsErrOffset + 31 ))
#define tcsERR_COMMAND_FAILED   ((vltINT16) ( tcsErrOffset + 7 ))

Definition at line 28 of file tcsErrors.h.

#define tcsERR_COMMAND_TIMEOUT   ((vltINT16) ( tcsErrOffset + 9 ))

Definition at line 29 of file tcsErrors.h.

#define tcsERR_CREATE_CMD_BUFF   ((vltINT16) ( tcsErrOffset + 18 ))

Definition at line 35 of file tcsErrors.h.

#define tcsERR_DB_WRITE   ((vltINT16) ( tcsErrOffset + 40 ))

Definition at line 50 of file tcsErrors.h.

Referenced by tcsMOON::CalculateMoonPosition().

#define tcsERR_FATAL   ((vltINT16) ( tcsErrOffset + 20 ))
#define tcsERR_GET_UTC   ((vltINT16) ( tcsErrOffset + 39 ))

Definition at line 49 of file tcsErrors.h.

Referenced by tcsMOON::GetMoonPosition().

#define tcsERR_INIT   ((vltINT16) ( tcsErrOffset + 10 ))

Definition at line 30 of file tcsErrors.h.

Referenced by tifMAIN_TASK::Recover().

#define tcsERR_INIT_RECEIVED   ((vltINT16) ( tcsErrOffset + 19 ))

Definition at line 36 of file tcsErrors.h.

#define tcsERR_INIT_RETRY   ((vltINT16) ( tcsErrOffset + 44 ))
#define tcsERR_INIT_STD_COMMANDS   ((vltINT16) ( tcsErrOffset + 29 ))

Definition at line 39 of file tcsErrors.h.

#define tcsERR_INTERNAL   ((vltINT16) ( tcsErrOffset + 42 ))

Definition at line 52 of file tcsErrors.h.

Referenced by tcsDB_BACKUP::DoBackup().

#define tcsERR_LCU   ((vltINT16) ( tcsErrOffset + 47 ))

Definition at line 57 of file tcsErrors.h.

Referenced by tcsCMD_TRANSFER::ErrorCB(), and tcsCON_SUBSYSTEM::StopErrorCB().

#define tcsERR_LOAD_SETUP   ((vltINT16) ( tcsErrOffset + 12 ))

Definition at line 31 of file tcsErrors.h.

#define tcsERR_NEW_COMMAND_RECEIVED   ((vltINT16) ( tcsErrOffset + 6 ))

Definition at line 27 of file tcsErrors.h.

#define tcsERR_NOTALLOWED_IN_STATE   ((vltINT16) ( tcsErrOffset + 5 ))

Definition at line 26 of file tcsErrors.h.

#define tcsERR_PARAMETER   ((vltINT16) ( tcsErrOffset + 43 ))

Definition at line 53 of file tcsErrors.h.

Referenced by tcsSTD_COMMANDS::LogFitsCB().

#define tcsERR_PARM_TOO_LONG   ((vltINT16) ( tcsErrOffset + 33 ))

Definition at line 43 of file tcsErrors.h.

Referenced by tcsBASE::DbRoot(), and tcsBASE::EnvName().

#define tcsERR_READ_PROC_NAME   ((vltINT16) ( tcsErrOffset + 41 ))
#define tcsERR_RECOVER   ((vltINT16) ( tcsErrOffset + 21 ))

Definition at line 38 of file tcsErrors.h.

Referenced by main(), tcsMAIN_HANDLER< T >::RunMainLoop(), and tcsTCS_RCSID().

#define tcsERR_SAVE_SETUP   ((vltINT16) ( tcsErrOffset + 13 ))

Definition at line 32 of file tcsErrors.h.

#define tcsERR_SELF_CMD   ((vltINT16) ( tcsErrOffset + 37 ))

Definition at line 47 of file tcsErrors.h.

Referenced by tcsSELF_CMD::ErrorCB().

#define tcsERR_SEND_CMD_HANDLER_REPLY   ((vltINT16) ( tcsErrOffset + 38 ))
#define tcsERR_SEND_COMMAND   ((vltINT16) ( tcsErrOffset + 17 ))
#define tcsERR_SEND_ERROR_REPLY   ((vltINT16) ( tcsErrOffset + 4 ))
#define tcsERR_SEND_OK_REPLY   ((vltINT16) ( tcsErrOffset + 2 ))

Definition at line 23 of file tcsErrors.h.

Referenced by tcsCMD_TRANSFER::ReplyCB(), and tcsCON_SUBSYSTEM::StopReplyCB().

#define tcsERR_SEND_REPLY   ((vltINT16) ( tcsErrOffset + 1 ))

Definition at line 22 of file tcsErrors.h.

#define tcsERR_STATE   ((vltINT16) ( tcsErrOffset + 34 ))

Definition at line 44 of file tcsErrors.h.

Referenced by tcsCMD_HANDLER_T< StatePolicy >::ExecutionPermitted().

#define tcsERR_TIMEOUT   ((vltINT16) ( tcsErrOffset + 45 ))
#define tcsErrOffset   0

Definition at line 18 of file tcsErrors.h.

Generated on Mon Apr 23 10:12:19 2012 for INTROOT API by doxygen 1.6.3