SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_sstatus.h
Go to the documentation of this file.
1 /* $Id: s3_sstatus.h,v 1.3 1998/12/07 18:12:39 ad Exp $ */
2 #include "hdfi.h"
3 
4 /* sctime_readout: scclock of first minor frame of Science Record */
5 
6 struct sstatus{
7  uint32 sctime_readout; /* 32 bit spacecraft time */
8 
9  uint32 QAC; /* number of missing frames in this SR */
10  uint8 QACarr[720]; /* array of flags indicating which minor frames */
11  /* in the SR are missing. 0=OK, 1=missing */
12 
13  uint16 STACMD[60]; /* Command bytes */
14  uint32 STARET[60]; /* Return bytes */
15 };
uint32 sctime_readout
Definition: s3_sstatus.h:7
uint32 STARET[60]
Definition: s3_sstatus.h:14
Definition: s3_sstatus.h:6
uint16 STACMD[60]
Definition: s3_sstatus.h:13
Definition: qac.h:4
uint32 QAC
Definition: s3_sstatus.h:9