SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
mag_vector.h
Go to the documentation of this file.
1 /* $Id: mag_vector.h,v 1.5 1997/05/07 18:44:38 jeff Exp $ */
2 #include "hdfi.h"
3 
4 #define MAGNUMVCT 96
5 #define MAGVECDIM 3
6 
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 frame in this cycle */
13 
14  int16 vector[MAGVECDIM][MAGNUMVCT]; /* component of magnetic vector */
15 };
int16 vector[MAGVECDIM][MAGNUMVCT]
Definition: mag_vector.h:14
#define MAGVECDIM
Definition: mag_vector.h:5
uint32 QAC
Definition: mag_vector.h:12
#define MAGNUMVCT
Definition: mag_vector.h:4
uint32 sctime_collection
Definition: mag_vector.h:10
Definition: mag_vector.h:7
uint32 sctime_readout
Definition: mag_vector.h:9