SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
L1CrisSubset.h
Go to the documentation of this file.
1 /* $Id: L1CrisSubset.h,v 1.2 1997/09/11 00:37:38 jeff Exp $ */
2 
3 /* $Source: /home/mussel9/asc/aceprog/include/RCS/L1CrisSubset.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;
16  uint8 FormatId;
19  uint8 quality;
21  uint8 CrisCurrent;
26 };
27 
28 
29 /* Definition: */
30 /* ClockMinorFrame = S/C clock of the minor frame */
31 /* Second1996 = Time of the minor frame in seconds since 00:00:00 */
32 /* of January 1, 1996 */
33 /* microsecond = Microseconds of the time of the minor frame */
34 /* FormatId = Format of the minor frame */
35 /* MajorFrameCount = Major frame count of the minor frame */
36 /* MinorFrameCount = Minor frame count of the minor frame */
37 /* quality = Quality flag associated with the minor frame */
38 /* 0x01 = Format ID error */
39 /* 0x02 = Minor/major counter error */
40 /* 0x04 = S/C clock error */
41 /* 0x08 = Sync bit error */
42 /* 0x10 = Command table index error */
43 /* 0x20 = Cycle number error */
44 /* 0x40 = Level 0 quality bit */
45 /* 0x80 = Level 1 quality bit */
46 /* MainBusVoltage = Main bus voltage value (255=no data) */
47 /* CrisCurrent = CRIS I/F & survial heater current (255=no data) */
48 /* CrisInternalTemperature1 = */
49 /* CRIS internal temperature 1 (255=no data) */
50 /* CrisInternalTemperature2 = */
51 /* CRIS internal temperature 2 (255=no data) */
52 /* CrisInterfaceTemperature = */
53 /* CRIS interface temperature (255=no data) */
54 /* CrisData = CRIS data */
55 
56 /* Note: This structure is only written when the instrument is in */
57 /* diagnostic mode and/or command response mode. */
uint8 CrisInterfaceTemperature
Definition: L1CrisSubset.h:24
uint8 MinorFrameCount
Definition: L1CrisSubset.h:18
uint32 microsecond
Definition: L1CrisSubset.h:15
uint8 quality
Definition: L1CrisSubset.h:19
#define NUM_CRIS_TELEMETRY_BYTES
Definition: CrisConstants.h:41
uint8 CrisInternalTemperature1
Definition: L1CrisSubset.h:22
uint8 CrisInternalTemperature2
Definition: L1CrisSubset.h:23
uint32 Second1996
Definition: L1CrisSubset.h:14
uint8 MainBusVoltage
Definition: L1CrisSubset.h:20
uint8 CrisData[NUM_CRIS_TELEMETRY_BYTES]
Definition: L1CrisSubset.h:25
uint8 CrisCurrent
Definition: L1CrisSubset.h:21
Definition: L1CrisSubset.h:11
uint8 FormatId
Definition: L1CrisSubset.h:16
uint32 ClockMinorFrame
Definition: L1CrisSubset.h:13
uint8 MajorFrameCount
Definition: L1CrisSubset.h:17