SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_mbasic.h
Go to the documentation of this file.
1 /* $Id: s3_mbasic.h,v 1.3 1997/05/07 23:15:42 jeff Exp $ */
2 #include "hdfi.h"
3 
4 /* #define swims_basic_cyclen 32 32*1.0 */
5 /* #define swims_basic_cycpersr 60 */
6 #define MBAS_CYC 60 /* number of cycles per SR= 60/1 */
7 #define MBAS_TSZ 1920 /* total size in bytes */
8 #define MBAS_CSZ MBAS_TSZ/MBAS_CYC
9 
10 struct mbasic {
11  uint32 sctime_readout; /* 32 bit spacecraft time */
12  uint32 sctime_collection; /* 32 bit spacecraft time */
13  uint32 QAC; /* number of missing frames in this SR */
14 
16 };
uint32 sctime_collection
Definition: s3_mbasic.h:12
Definition: s3_mbasic.h:10
uint32 sctime_readout
Definition: s3_mbasic.h:11
uint32 QAC
Definition: s3_mbasic.h:13
uint8 BASIC[MBAS_CYC][MBAS_CSZ]
Definition: s3_mbasic.h:15
#define MBAS_CSZ
Definition: s3_mbasic.h:8
#define MBAS_CYC
Definition: s3_mbasic.h:6