SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
s3_cbasic.h
Go to the documentation of this file.
1 /* $Id: s3_cbasic.h,v 1.4 1999/09/01 21:22:19 ad Exp $ */
2 
3 /* SWICS basic rates */
4 
5 #include "hdfi.h"
6 
7 #define CBAS_N 12 /* number of basic rates, only 8 used? */
8 #define CBAS_S 8 /* number of sectors */
9 #define CBAS_CYC 60 /* number of cycles per SR= 60/1 */
10 #define CBAS_TSZ ( CBAS_N*CBAS_S*CBAS_CYC ) /* total size in bytes 60x8x12 */
11 #define CBAS_CSZ ( CBAS_N*CBAS_S )
12 
13 struct cbasic {
14  uint32 sctime_readout; /* 32 bit spacecraft time */
15  uint32 sctime_collection; /* 32 bit spacecraft time */
16  uint32 QAC; /*number of missing frams in this SR */
17 
19 
20 };
#define CBAS_CSZ
Definition: s3_cbasic.h:11
uint32 QAC
Definition: s3_cbasic.h:16
#define CBAS_CYC
Definition: s3_cbasic.h:9
uint32 sctime_collection
Definition: s3_cbasic.h:15
uint8 BASIC[CBAS_CYC][CBAS_CSZ]
Definition: s3_cbasic.h:18
uint32 sctime_readout
Definition: s3_cbasic.h:14
Definition: s3_cbasic.h:13