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