tsdef

PURPOSE ^

Header source

SYNOPSIS ^

Header source

DESCRIPTION ^

Header source

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 /*****************************************************************************
0002 
0003    NOM  DU MODULE        :  tsdef.h
0004 
0005    DESCRIPTION DU MODULE :  Fichier Include contenant toutes les constantes 
0006                                 utilises par le client TSLib       
0007 
0008    Auteur       :       Vita-Maria GUZZI
0009    Societe      :       CR2A
0010    Projet       :       TSLib
0011 
0012    Date de Creation :   15/09/92
0013    Modifications    :
0014 
0015  *****************************************************************************/
0016 #ifndef __alpha
0017   #define __alpha
0018 #endif
0019 
0020 #define    TAILLE_NOM_DONNEE    (Longint)17    /* taille maxi avec '\0' */
0021 #define    TAILLE_NOM_COORDONNEE    (Longint)17
0022 #define    TAILLE_NOM_DIAGNOSTIC    (Longint)17
0023 #define    TAILLE_NOM_TRAITEMENT    (Longint)17
0024 #define    TAILLE_NOM_PRODUCTEUR    (Longint)17
0025 #define    TAILLE_NOM_UNITE    (Longint)17
0026 #define    TAILLE_NOM_ENTREE    (Longint)17
0027 #define    TAILLE_NOM_DECLENCHE    (Longint)17
0028 #define    TAILLE_NOM_AUTEUR    (Longint)17
0029 #define    TAILLE_PRETRAITEMENT    (Longint)17
0030 #define    TAILLE_COMMENTAIRE    (Longint)1991
0031 #define    TAILLE_NOM_AUTEURS    (Longint)65
0032 #define    TAILLE_NOM_MACHINE    (Longint)65
0033 #define    TAILLE_NOM_LOCALISATION    (Longint)65
0034 #define    TAILLE_NOM_REPERTOIRE    (Longint)65    /* JS was here on Feb 04 2000 */
0035 #define    TAILLE_FORMAT        (Longint)6
0036 #define    TAILLE_FORMAT_SERVEUR    (Longint)2
0037 #define    TAILLE_DATE        11
0038 #define    TAILLE_HEURE        9
0039 #define TAILLE_VALEUR_ENTREE    (Longint)8
0040 #define MAX_INDICE        (Longint)2
0041 #define MAX_RANG                (Longint)2
0042 #define MAX_MESURE              (Longint)3
0043 #define MAX_CODE_PARAM          (Longint)100
0044 
0045 
0046 #define SUITE                   (Longint)1       /* indiquent la suite ou la */
0047 #define FIN                     (Longint)0        /* fin d'une liste chainee */
0048 
0049 
0050 #define DEC                     '1'             /* types de machines clientes */
0051 #define PC                      '2'
0052 #define MAC                     '3'
0053 #define SUN                     '4'
0054 #define INTEL                   '5'
0055 
0056 #define entier_court            's'           /* types de donnees         */
0057 #define entier_long             'l' 
0058 #define non_signe        'u' 
0059 #define reel_simple             'f'
0060 #define reel_double             'd'
0061 #define caractere               'c'
0062 
0063 #define UNIQ            0      /* indiquent si les coordonnees*/
0064 #define MULT            1      /* sont uniques ou multiples*/
0065 
0066 #define MAX_FUNCT_NUMBER    1000
0067 
0068 #define NUM_CHOC_BASE        20101  /* choc charniere */    
0069 #define NUM_CHOC_TEST        200    /* choc charniere test*/    
0070 #define NUM_CHOC_DEC        20800  /* choc charniere serveur DEC*/    

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.