/* $Id: s3_dspare_cmd.h,v 1.1 1997/12/16 23:04:28 hemple Exp $ */ #include "hdfi.h" #define SCOMMANDITEMS 55 struct s3s_dspare_cmd { uint32 sctime; /* 32bit spacecraft time */ /* SEPICA Command parameters, from EDB's 0,20,40 */ uint16 SCommand1[SCOMMANDITEMS]; uint16 SCommand2[SCOMMANDITEMS]; uint16 SCommand3[SCOMMANDITEMS]; /* some unique SEPICA command parameters pulled from the above arrays */ uint16 Pressure_set_1[3]; /* pressure */ uint16 Pressure_set_2[3]; /* pressure */ uint16 Pressure_set_3[3]; /* pressure */ uint16 HvEnable[3]; /* HV enables */ uint16 BITChannel_1[3]; /* BIT channel */ uint16 BITChannel_2[3]; /* BIT channel */ uint16 BITChannel_3[3]; /* BIT channel */ uint16 DAC0Channel_1[3]; /* DAC 0 channel */ uint16 DAC0Channel_2[3]; /* DAC 0 channel */ uint16 DAC0Channel_3[3]; /* DAC 0 channel */ uint16 DAC1Channel_1[3]; /* DAC 1 channel */ uint16 DAC1Channel_2[3]; /* DAC 1 channel */ };