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