Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/dzdoc/bkstparq.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1  1996/03/04 16:12:57  mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_DZDOC_BKSTPARQ_INC
0010 #define CERNLIB_DZDOC_BKSTPARQ_INC
0011 *
0012 *   Description of the bank state parameters bank parser
0013 *
0014 * bkstparq.inc
0015 *
0016  
0017 C--               General information
0018       PARAMETER ( ISGENQ = 1)
0019 C--              Link description
0020       PARAMETER ( ISLINQ = ISGENQ+1)
0021 C--              ref Link description
0022       PARAMETER ( ISRLIQ = ISLINQ+1)
0023 C--               Status bit description
0024       PARAMETER ( ISBITQ = ISRLIQ+1)
0025 C--               Data description
0026       PARAMETER ( ISDATQ = ISBITQ+1)
0027 C--               Choice section
0028       PARAMETER ( ISCHOQ = 16)
0029 C--               Repetition section
0030       PARAMETER ( ISREPQ = 32)
0031  
0032 
0033 #endif