SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1SisDiagnosticEvent.h
Go to the documentation of this file.
1 /* $Id: L1SisDiagnosticEvent.h,v 1.2 1997/09/11 16:50:59 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1SisDiagnosticEvent.h,v $ */
4 /* $Author: jeff $ */
5 /* $Date: 1997/09/11 16:50:59 $ */
6 /* $Revision: 1.2 $ */
7 
8 #include "hdfi.h"
9 #include "SisConstants.h"
10 
12 {
21 };
22 
23 
24 /* Definition: */
25 /* ClockMinorFrame0 = S/C clock of the minor frame containing */
26 /* the start of the diagnostic event */
27 /* ClockMinorFrame1 = S/C clock of the minor frame containing */
28 /* the end of the diagnostic event */
29 /* RawStack = Raw stack event portion of the diagnostic event */
30 /* NormalEvent = Normal event portion of the diagnostic event */
uint32 ClockMinorFrame0
Definition: L1SisDiagnosticEvent.h:13
uint32 MicrosecondMinorFrame0
Definition: L1SisDiagnosticEvent.h:16
Definition: L1SisDiagnosticEvent.h:11
uint32 Second1996MinorFrame0
Definition: L1SisDiagnosticEvent.h:15
uint32 MicrosecondMinorFrame1
Definition: L1SisDiagnosticEvent.h:18
uint32 ClockMinorFrame1
Definition: L1SisDiagnosticEvent.h:14
#define NUM_SIS_RAW_STACK_EVT_BYTES
Definition: SisConstants.h:37
uint16 RawStack[NUM_SIS_RAW_STACK_EVT_BYTES/2]
Definition: L1SisDiagnosticEvent.h:19
#define MAX_NUM_SIS_EVENT_BYTES
Definition: SisConstants.h:42
uint8 NormalEvent[MAX_NUM_SIS_EVENT_BYTES]
Definition: L1SisDiagnosticEvent.h:20
uint32 Second1996MinorFrame1
Definition: L1SisDiagnosticEvent.h:17