SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_cmonitor.h
Go to the documentation of this file.
1 /* $Id: s3_cmonitor.h,v 1.4 1999/09/01 21:22:19 ad Exp $ */
2 
3 /* SWICS monitor rates */
4 
5 #include "hdfi.h"
6 
7 #define CMON_N 6 /* number of monitor rates */
8 #define CMON_S 8 /* number of sectors */
9 #define CMON_CYC 60 /* number of cycles per SR = 60/1 */
10 #define CMON_TSZ ( CMON_N*CMON_S*CMON_CYC ) /* total size in bytes */
11 #define CMON_CSZ ( CMON_N*CMON_S )
12 
13 struct cmonitor {
14  uint32 sctime_readout; /* 32 bit spacecraft time */
15  uint32 sctime_collection; /* 32 bit spacecraft time */
16  uint32 QAC; /* number of missing frames in this SR */
17 
19 };
Definition: s3_cmonitor.h:13
uint8 MONITOR[CMON_CYC][CMON_CSZ]
Definition: s3_cmonitor.h:18
uint32 sctime_readout
Definition: s3_cmonitor.h:14
#define CMON_CYC
Definition: s3_cmonitor.h:9
uint32 QAC
Definition: s3_cmonitor.h:16
#define CMON_CSZ
Definition: s3_cmonitor.h:11
uint32 sctime_collection
Definition: s3_cmonitor.h:15