SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1CrisHighPriorityRate.h
Go to the documentation of this file.
1 /* $Id: L1CrisHighPriorityRate.h,v 1.2 1997/09/11 00:37:38 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1CrisHighPriorityRate.h,v $ */
4 /* $Author: jeff $ */
5 /* $Date: 1997/09/11 00:37:38 $ */
6 /* $Revision: 1.2 $ */
7 
8 #include "hdfi.h"
9 #include "CrisConstants.h"
10 
12 {
14  uint32 Second1996;
15  uint32 microsecond;
18 };
19 
20 
21 /* Definition: */
22 /* ClockMinorFrame = S/C clock of the minor frame in which the */
23 /* high priority rate accumulation began */
24 /* hp = high priority rates */
25 /* QualityHp = Quality data flags for high priority rates */
26 /* */
27 /* Note: All rates are decompressed. */
28 /* */
29 /* Note: Quality bits are defined in the table below. If the field */
30 /* which the quality byte is trying to characterize contains */
31 /* multiple bytes, the quality byte associated with the field */
32 /* is the logical "or" of the individual quality bytes. */
33 /* */
34 /* Quality bits: */
35 /* 0x01 = Format ID error */
36 /* 0x02 = Minor/major counter error */
37 /* 0x04 = S/C clock error */
38 /* 0x08 = Sync bit error */
39 /* 0x10 = Command table index error */
40 /* 0x20 = Cycle number error */
41 /* 0x40 = Level 0 quality bit */
42 /* 0x80 = Level 1 quality bit */
uint32 Second1996
Definition: L1CrisHighPriorityRate.h:14
uint32 hp[NUM_CRIS_HIGH_PRIORITY_RATES]
Definition: L1CrisHighPriorityRate.h:16
uint32 ClockMinorFrame
Definition: L1CrisHighPriorityRate.h:13
Definition: L1CrisHighPriorityRate.h:11
uint8 QualityHp[NUM_CRIS_HIGH_PRIORITY_RATES]
Definition: L1CrisHighPriorityRate.h:17
#define NUM_CRIS_HIGH_PRIORITY_RATES
Definition: CrisConstants.h:35
uint32 microsecond
Definition: L1CrisHighPriorityRate.h:15