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