SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
mag_snapshot.h
Go to the documentation of this file.
1 /* $Id: mag_snapshot.h,v 1.6 1997/05/07 18:44:38 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define SNPVAL 21
5 #define SNAPCYCLELEN 340 /* The snapshot buffer is 340 major frames long */
6 
7 struct MagSnapSet /* setkey=sG */
8 {
9  uint32 sctime_readout; /* 32 bit spacecraft readout time */
10  uint32 sctime_collection; /* 32 bit spacecraft collection time */
11 
12  uint32 QAC; /* number of missing frames in this cycle*/
13 
14  /* 21 x, y and z values per major frame */
15  uint16 hxyz[3][SNPVAL*SNAPCYCLELEN];
16 
17 };
Definition: mag_snapshot.h:7
uint32 QAC
Definition: mag_snapshot.h:12
uint32 sctime_collection
Definition: mag_snapshot.h:10
uint16 hxyz[3][SNPVAL *SNAPCYCLELEN]
Definition: mag_snapshot.h:15
#define SNPVAL
Definition: mag_snapshot.h:4
#define SNAPCYCLELEN
Definition: mag_snapshot.h:5
uint32 sctime_readout
Definition: mag_snapshot.h:9