SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1SisEventCycle.h
Go to the documentation of this file.
1 /* $Id: L1SisEventCycle.h,v 1.3 1997/09/11 16:50:59 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1SisEventCycle.h,v $ */
4 /* $Author: jeff $ */
5 /* $Date: 1997/09/11 16:50:59 $ */
6 /* $Revision: 1.3 $ */
7 
8 #include "hdfi.h"
9 #include "SisConstants.h"
10 
12 {
13  uint32 ClockCycle;
14  uint32 Second1996;
15  uint32 microsecond;
17  uint16 NumberEvents;
20 };
21 
22 
23 /* Definition: */
24 /* ClockCycle = S/C clock of the first minor frame of the cycle */
25 /* in which SIS processed the events */
26 /* NumberNormalEventBytes = Number of bytes in each of the cycles */
27 /* that is used for normal event */
28 /* transmision */
29 /* NumberEvents = Number of events stored in the event buffer */
30 /* EventBuffer = Event buffer */
31 /* ContinuationFlag = Flag indicating events from this cycle are */
32 /* continued in the next structure */
33 /* */
34 /* Note: Each event in the event buffer is preceded by two bytes. */
35 /* The first is the relative age of the event. The second is */
36 /* minor frame in which the first byte of the event was */
37 /* transmitted. */
uint32 ClockCycle
Definition: L1SisEventCycle.h:13
uint8 ContinuationFlag
Definition: L1SisEventCycle.h:19
Definition: L1SisEventCycle.h:11
#define SIZE_SIS_EVENT_BUFFER
Definition: SisConstants.h:61
uint32 microsecond
Definition: L1SisEventCycle.h:15
uint16 NumberNormalEventBytes[MAX_SIS_EVT_AGE]
Definition: L1SisEventCycle.h:16
uint32 Second1996
Definition: L1SisEventCycle.h:14
#define MAX_SIS_EVT_AGE
Definition: SisConstants.h:47
uint8 EventBuffer[SIZE_SIS_EVENT_BUFFER]
Definition: L1SisEventCycle.h:18
uint16 NumberEvents
Definition: L1SisEventCycle.h:17