/* $Id: s3_cbasic.h,v 1.3 1997/05/07 22:58:29 jeff Exp $ */ #include "hdfi.h" #define CBAS_CYC 60 /* number of cycles per SR= 60/1 */ #define CBAS_TSZ 5760 /* total size in bytes */ #define CBAS_CSZ CBAS_TSZ/CBAS_CYC struct cbasic { uint32 sctime_readout; /* 32 bit spacecraft time */ uint32 sctime_collection; /* 32 bit spacecraft time */ uint32 QAC; /*number of missing frams in this SR */ uint8 BASIC[CBAS_CYC][CBAS_CSZ]; };