;+
;
; NAME: 
;       DD_CONT_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 : DD_CONTINUOUS_DATA.STR
;C
;C  Record structure for the  CONTINUOUS_DATA.dat  files      
;	LAST CHANGE :	02-MAR-1989
;C                       and  CONTINUOUS_IBDB.dat  files
;C                       and  CONTINUOUS_BDB.dat   files
;C       Data record:
;C
stop  ;outdated code
;DD_CONT = {DD_CONT,$ ;268 bytes
;		SCTIME:INTARR(3), $	;spacecraft time (GRO time format)
;		COUNTER:0L, $		;packet counter
;		CONT:INTARR(16,8,1), $	;packet continuous data
;                SPARE:BYTARR(2) }        ;spare bytes

