;+
; Describes the data_opmode class
;
; :Author:
; Baptiste Cecconi
;
; :History:
; 2007/02/21: Created
;
; 2007/02/21: Last Edit
;-
;
;+
; data_opmode__define is a procedure that <behavior desc here>
;-
PRO DATA_OPMODE__DEFINE
tmp = {data_opmode, t97:0.d0, rc:0, lis:'', $
abc:{mode_hfr}, hf1:{mode_hfr}, hf2:{mode_hfr} }
end