SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1CrisDiagnosticEvent.h
Go to the documentation of this file.
1 /* $Id: L1CrisDiagnosticEvent.h,v 1.2 1997/09/11 16:50:59 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1CrisDiagnosticEvent.h,v $ */
4 /* $Author: jeff $ */
5 /* $Date: 1997/09/11 16:50:59 $ */
6 /* $Revision: 1.2 $ */
7 
8 #include "hdfi.h"
9 #include "CrisConstants.h"
10 
12 {
23 };
24 
25 
26 /* Definition: */
27 /* ClockMinorFrame = S/C clock of the minor frame containing the */
28 /* start of the diagnostic event */
29 /* RawStack = Raw stack event portion of the diagnostic event */
30 /* SoftEvent = Raw SOFT event portion of the diagnostic event */
31 /* NormalEvent = Normal event portion of the diagnostic event */
32 /* ContinuationFlag = Flag indicating the SOFT portion of the */
33 /* event is continued in the next cycle */
#define NUM_CRIS_RAW_SOFT_EVT_BYTES
Definition: CrisConstants.h:39
uint32 MicrosecondMinorFrame1
Definition: L1CrisDiagnosticEvent.h:18
uint32 Second1996MinorFrame0
Definition: L1CrisDiagnosticEvent.h:15
uint32 Second1996MinorFrame1
Definition: L1CrisDiagnosticEvent.h:17
#define MAX_NUM_CRIS_EVENT_BYTES
Definition: CrisConstants.h:46
uint32 MicrosecondMinorFrame0
Definition: L1CrisDiagnosticEvent.h:16
#define NUM_CRIS_RAW_STACK_EVT_BYTES
Definition: CrisConstants.h:40
uint32 ClockMinorFrame1
Definition: L1CrisDiagnosticEvent.h:14
Definition: L1CrisDiagnosticEvent.h:11
uint16 SoftEvent[NUM_CRIS_RAW_SOFT_EVT_BYTES/2]
Definition: L1CrisDiagnosticEvent.h:20
uint16 RawStack[NUM_CRIS_RAW_STACK_EVT_BYTES/2]
Definition: L1CrisDiagnosticEvent.h:19
uint32 ClockMinorFrame0
Definition: L1CrisDiagnosticEvent.h:13
uint8 NormalEvent[MAX_NUM_CRIS_EVENT_BYTES]
Definition: L1CrisDiagnosticEvent.h:21
uint8 ContinuationFlag
Definition: L1CrisDiagnosticEvent.h:22