~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to incl/idifunct.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)idifunct.h       19.1 (ESO-IPG) 02/25/03 13:49:34 */
 
2
 
 
3
/******************************************************************************
 
4
  Include file 'idifunct.h' for the IDI clients and IDI server.
 
5
  Contains the function codes needed by the IDI routines.
 
6
  910606, 910909, 930112, 940201
 
7
******************************************************************************/
 
8
 
 
9
 
 
10
 
 
11
/*** Definition of IDI functions codes ***/
 
12
 
 
13
#define     DOPN_CODE    1
 
14
#define     DCLO_CODE    2
 
15
#define     DICO_CODE   81              /* added */
 
16
#define     DDEL_CODE   92              /* added */
 
17
#define     DRST_CODE    3
 
18
#define     DUPD_CODE    4
 
19
#define     DERR_CODE    5
 
20
#define     DQDV_CODE    6
 
21
#define     DQCI_CODE    7
 
22
#define     DQCR_CODE    8
 
23
#define     DQDC_CODE    9
 
24
#define     DSEL_CODE   10 
 
25
#define     MSMV_CODE   11 
 
26
#define     ZWSC_CODE   12 
 
27
#define     ZWZM_CODE   13 
 
28
#define     ZRSZ_CODE   14 
 
29
#define     MSLT_CODE   15 
 
30
#define     DSDP_CODE   16 
 
31
#define     MWMY_CODE   17 
 
32
#define     MCMY_CODE   18 
 
33
#define     MCPY_CODE   91              /* added */
 
34
#define     MCPV_CODE   93              /* added */
 
35
#define     MRMY_CODE   19 
 
36
#define     MSTW_CODE   20 
 
37
#define     GPLY_CODE   21 
 
38
#define     GTXT_CODE   22 
 
39
#define     GCPY_CODE   80              /* added */
 
40
#define     LWIT_CODE   23 
 
41
#define     LRIT_CODE   24 
 
42
#define     LWLT_CODE   25 
 
43
#define     LRLT_CODE   26 
 
44
#define     ZWSZ_CODE   27              /* changed function */
 
45
#define     CINC_CODE   29 
 
46
#define     CSCV_CODE   30 
 
47
#define     CRCP_CODE   31 
 
48
#define     CWCP_CODE   32 
 
49
#define     RINR_CODE   33 
 
50
#define     RRRI_CODE   34 
 
51
#define     RWRI_CODE   35 
 
52
#define     RSRV_CODE   36 
 
53
#define     IENI_CODE   37 
 
54
#define     IEIW_CODE   38 
 
55
#define     ISTI_CODE   39 
 
56
#define     IQID_CODE   40 
 
57
#define     IGLD_CODE   41 
 
58
#define     IGIE_CODE   42 
 
59
#define     IGRE_CODE   43 
 
60
#define     IGSE_CODE   44 
 
61
#define     IGCE_CODE   90 
 
62
#define     IGLE_CODE   45
 
63
#define     DSNP_CODE   46 
 
64
#define     MBLM_CODE   47 
 
65
#define     DSSS_CODE   48 
 
66
#define     LSBV_CODE   49 
 
67
#define     DIAG_CODE   50 
 
68
#define     DENC_CODE   51 
 
69
#define     DAMY_CODE   52 
 
70
#define     DSTC_CODE   53
 
71
#define     DRLC_CODE   54 
 
72
#define     ESDB_CODE   55              /* new Escape routines */
 
73
#define     EGDB_CODE   56
 
74
#define     MEBM_CODE   57
 
75
#define     CINR_CODE   58              /* added */
 
76
#define     CRRI_CODE   59              /* added */
 
77
#define     CWRI_CODE   60              /* added */
 
78
 
 
79
#define     XWIM_CODE   94              /* added */
 
80
#define     XQMI_CODE   95              /* added */
 
81
#define     SSIN_CODE   96              /* added */