SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1SisCommandTableState.h
Go to the documentation of this file.
1 /* $Id: L1SisCommandTableState.h,v 1.1 1997/08/11 03:03:10 rgr Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1SisCommandTableState.h,v $ */
4 /* $Author: rgr $ */
5 /* $Date: 1997/08/11 03:03:10 $ */
6 /* $Revision: 1.1 $ */
7 
8 #define NBYTE NUM_SIS_CMD_TAB_BYTES
9 #define NRECORD SIZE_SIS_CMD_TAB_QUEUE
10 
13  uint32 NumberRecords;
18  uint32 ResetNumber;
21  uint8 quality[NBYTE];
22 };
23 
24 #undef NBYTE
25 #undef NRECORD
struct L1SisCommandTable CommandTable[NRECORD]
Definition: L1SisCommandTableState.h:15
Definition: L1SisCommandTable.h:11
#define NRECORD
Definition: L1SisCommandTableState.h:9
uint32 ResetNumber
Definition: L1SisCommandTableState.h:18
uint32 NumberRecords
Definition: L1SisCommandTableState.h:13
uint32 ClockMinorFrame1
Definition: L1SisCommandTableState.h:17
Definition: L1SisCommandTableState.h:11
uint8 quality[NBYTE]
Definition: L1SisCommandTableState.h:21
uint32 ClockMinorFrame0
Definition: L1SisCommandTableState.h:16
uint8 CurrentCommandTable[NBYTE]
Definition: L1SisCommandTableState.h:19
uint8 PreviousCommandTable[NBYTE]
Definition: L1SisCommandTableState.h:20
#define NBYTE
Definition: L1SisCommandTableState.h:8
uint32 NumberRecordsWritten
Definition: L1SisCommandTableState.h:14
uint32 NumberCyclesExamined
Definition: L1SisCommandTableState.h:12