DATRW++ library: seismic data I/O with multiple formats

◆ Debug()

datrw::mseed::Debug::Debug ( const bool &  nonfatalflag = false,
const bool &  raflag = false 
)
inline

constructor sets default values

Definition at line 128 of file mseedread.h.

129  :
130  inconsistencies_are_not_fatal(nonfatalflag) ,
132  { }
bool inconsistencies_are_not_fatal
make inconsistencies non fatal
Definition: mseedread.h:134
bool report_ascii_data_to_stdout
report ASCII lines
Definition: mseedread.h:136