SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1SisHskpState.h
Go to the documentation of this file.
1 /* $Id: L1SisHskpState.h,v 1.1 1997/08/11 03:10:14 rgr Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1SisHskpState.h,v $ */
4 /* $Author: rgr $ */
5 /* $Date: 1997/08/11 03:10:14 $ */
6 /* $Revision: 1.1 $ */
7 
8 #define NAGE MAX_SIS_EVT_AGE
9 #define NHSKP NUM_SIS_HSKP_BYTES
10 #define NMNF NUM_SIS_MNFS_PER_CYCLE
11 
12 #define NDEFAULT NHSKP*NMNF
13 #define NRECORD MAX_SIS_EVT_AGE + SIZE_SIS_CYCLE_QUEUE
14 
17  uint32 NumberRecords;
20 };
21 
22 #undef NAGE
23 #undef NHSKP
24 #undef NMNF
25 
26 #undef NDEFAULT
27 #undef NRECORD
struct L1SisHskp hskp[NRECORD]
Definition: L1SisHskpState.h:19
uint32 NumberCyclesExamined
Definition: L1SisHskpState.h:16
#define NRECORD
Definition: L1SisHskpState.h:13
Definition: L1SisHskpState.h:15
uint32 NumberRecords
Definition: L1SisHskpState.h:17
uint32 NumberRecordsWritten
Definition: L1SisHskpState.h:18
Definition: L1SisHskp.h:11