/* $Id: s3_cmonitor.h,v 1.3 1997/05/07 22:58:29 jeff Exp $ */ #include "hdfi.h" /* #define swims_mon_cyclen 48 48*1.0 */ /* #define swims_mon_cycpersr 60 */ #define CMON_CYC 60 /* number of cycles per SR = 60/1 */ #define CMON_TSZ 2880 /* total size in bytes */ #define CMON_CSZ CMON_TSZ/CMON_CYC struct cmonitor { uint32 sctime_readout; /* 32 bit spacecraft time */ uint32 sctime_collection; /* 32 bit spacecraft time */ uint32 QAC; /* number of missing frames in this SR */ uint8 MONITOR[CMON_CYC][CMON_CSZ]; };