SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_celement.h
Go to the documentation of this file.
1 /* $Id: s3_celement.h,v 1.3 1997/05/07 22:58:29 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define CTIME_CYC 1 /* number of cycle per SR= 60/60 */
5 #define CTIME_TSZ 120 /* total size in bytes */
6 #define CTIME_CSZ CTIME_TSZ/CTIME_CYC
7 
8 struct celement {
9  uint32 sctime_readout; /* readout : 32 bit S/C time */
10  uint32 sctime_collection; /* collection : 32 bit S/C time */
11  uint32 QAC; /* number of missing frams in this SR */
12 
13  uint8 ELEMENT[CTIME_TSZ];
14 };
uint32 sctime_readout
Definition: s3_celement.h:9
uint32 sctime_collection
Definition: s3_celement.h:10
uint8 ELEMENT[CTIME_TSZ]
Definition: s3_celement.h:13
uint32 QAC
Definition: s3_celement.h:11
#define CTIME_TSZ
Definition: s3_celement.h:5
Definition: s3_celement.h:8