8 #define NAGE MAX_SIS_EVT_AGE
9 #define NBLOCK MAX_SIS_EVT_AGE + SIZE_SIS_CYCLE_QUEUE
10 #define NMNF NUM_SIS_MNFS_PER_CYCLE
11 #define NTELEMETRY NUM_SIS_TELEMETRY_BYTES
13 #define NARRAY NTELEMETRY*NMNF
14 #define NEVENT NMNF*MAX_NUM_SIS_EVENTS_PER_MNF
uint8 EventArray[NARRAY]
Definition: L1SisEventBlockState.h:24
uint32 CycleNumber
Definition: L1SisEventBlockState.h:18
uint16 NumberEventBytes
Definition: L1SisEventBlockState.h:20
#define NEVENT
Definition: L1SisEventBlockState.h:14
struct L1SisEventBlock block[NBLOCK]
Definition: L1SisEventBlockState.h:34
uint32 NumberEventCycles
Definition: L1SisEventBlockState.h:35
Definition: L1SisEventBlockState.h:32
uint32 ClockCycle
Definition: L1SisEventBlockState.h:17
#define NAGE
Definition: L1SisEventBlockState.h:8
uint8 EventMnf[NEVENT]
Definition: L1SisEventBlockState.h:26
uint16 EventIndex[NEVENT]
Definition: L1SisEventBlockState.h:23
#define NARRAY
Definition: L1SisEventBlockState.h:13
uint16 NumberEventsTotal
Definition: L1SisEventBlockState.h:22
Definition: L1SisEventBlockState.h:16
#define NBLOCK
Definition: L1SisEventBlockState.h:9
uint8 NumberBorrowedBytes
Definition: L1SisEventBlockState.h:28
uint16 NumberEvents[NAGE]
Definition: L1SisEventBlockState.h:21
uint32 ResetNumber
Definition: L1SisEventBlockState.h:19
uint8 EventLocation[NEVENT]
Definition: L1SisEventBlockState.h:27
uint32 NumberEventBlocks
Definition: L1SisEventBlockState.h:33
uint8 EventAge[NEVENT]
Definition: L1SisEventBlockState.h:25