SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_shk5.h
Go to the documentation of this file.
1 /* $Id: s3_shk5.h,v 1.2 1998/12/07 18:12:39 ad Exp $ */
2 #include "hdfi.h"
3 
4 struct sshshk5{
5  uint32 sctime_readout; /* first minor frame of readout cycle, */
6  /* 32 bit spacecraft clock time */
7  float64 sctime_collection; /* time of the start of the first spin in the */
8  /* 5-spin cycle. sub-second resolution */
9 
10  uint32 QAC; /* number of missing minor frames in the 5-spin cycle */
11 
12  uint8 HKSECTOR; /* Housekeeping Sector */
13 
14  uint8 ALARMOP3; /* Overpressure Fan 3 */
15  uint8 ALARMOP2; /* Overpressure Fan 2 */
16  uint8 ALARMOP1; /* Overpressure Fan 1 */
17  uint8 ALARMUP3; /* Underpressure Fan 3 */
18  uint8 ALARMUP2; /* Underpressure Fan 2 */
19  uint8 ALARMUP1; /* Underpressure Fan 1 */
20  uint8 ALARMDISCHG; /* Discharge Alarm */
21  uint8 ALARM30KI; /* 30kV I Alarm */
22  uint8 ALARM30KV; /* 30kV Alarm */
23  uint8 ALARM2KVC; /* 2kV C Alarm */
24  uint8 ALARM2KVB; /* 2kV B Alarm */
25  uint8 ALARM2KVA; /* 2kV A Alarm */
26  uint8 ALARM2KI; /* 2kV I Alarm */
27  uint8 ALARM2KV; /* 2kV Alarm */
28  uint8 ALARM75I; /* 75V I Alarm */
29  uint8 ALARM75V; /* 75V Alarm */
30  uint8 ALARMM15I; /* -15V I Alarm */
31  uint8 ALARMM15V; /* -15V Alarm */
32  uint8 ALARMP15I; /* +15V I Alarm */
33  uint8 ALARMP15V; /* +15V Alarm */
34  uint8 ALARMM5I; /* -5V I Alarm */
35  uint8 ALARMM5V; /* -5V Alarm */
36  uint8 ALARMP5I; /* +5V I Alarm */
37  uint8 ALARMP5V; /* +5V Alarm */
38 };
uint8 ALARMM5I
Definition: s3_shk5.h:34
uint8 ALARMP15V
Definition: s3_shk5.h:33
uint32 QAC
Definition: s3_shk5.h:10
uint8 ALARMP5V
Definition: s3_shk5.h:37
uint8 ALARMDISCHG
Definition: s3_shk5.h:20
uint8 ALARM2KVA
Definition: s3_shk5.h:25
uint8 ALARMOP3
Definition: s3_shk5.h:14
uint8 ALARMM5V
Definition: s3_shk5.h:35
uint8 ALARMP15I
Definition: s3_shk5.h:32
uint8 ALARMUP3
Definition: s3_shk5.h:17
uint8 ALARM30KV
Definition: s3_shk5.h:22
uint8 ALARM75V
Definition: s3_shk5.h:29
uint8 ALARMUP2
Definition: s3_shk5.h:18
uint8 ALARMM15I
Definition: s3_shk5.h:30
Definition: s3_shk5.h:4
uint8 ALARM2KV
Definition: s3_shk5.h:27
uint8 ALARMM15V
Definition: s3_shk5.h:31
uint8 HKSECTOR
Definition: s3_shk5.h:12
uint8 ALARM2KI
Definition: s3_shk5.h:26
uint8 ALARM2KVB
Definition: s3_shk5.h:24
uint8 ALARM2KVC
Definition: s3_shk5.h:23
uint8 ALARM30KI
Definition: s3_shk5.h:21
float64 sctime_collection
Definition: s3_shk5.h:7
uint8 ALARMOP1
Definition: s3_shk5.h:16
uint8 ALARMOP2
Definition: s3_shk5.h:15
uint8 ALARM75I
Definition: s3_shk5.h:28
uint32 sctime_readout
Definition: s3_shk5.h:5
uint8 ALARMP5I
Definition: s3_shk5.h:36
uint8 ALARMUP1
Definition: s3_shk5.h:19