;+
;
; NAME: 
;       DISCSP_MSFC_STR
;
; PURPOSE:
;
;
; CATEGORY:
;       BATSE
;
; CALLING SEQUENCE:
;
;
; CALLS:
;	none
;
; INPUTS:
;       none explicit, only through commons;
;
; OPTIONAL INPUTS:
;	none
;
; OUTPUTS:
;       none explicit, only through commons;
;
; OPTIONAL OUTPUTS:
;	none
;
; KEYWORDS:
;	none
; COMMON BLOCKS:
;	none
;
; SIDE EFFECTS:
;	none
;
; RESTRICTIONS:
;	none
;
; PROCEDURE:
;	none
;
; MODIFICATION HISTORY:
;
;-
;C       This structure is found in file : DISCSP_STR.PRO 
;C
;C  Record structure for the  DISCSP_DATA.dat  files      
;	LAST CHANGE :	02-MAR-1989
;C                       and  DISCSP_IBDB.dat  files
;C       Data record:
;C

DISCSP_MSFC_STR = {DD_DISCSP_MSFC, $ ;76 bytes
		SCTIME:INTARR(3), $	;spacecraft time (GRO time format)
		COUNTER:0L, $		;packet counter
		DISCSP:INTARR(4,8,1), $	;packet continuous data
                SPARE:BYTARR(2) }        ;spare bytes

