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

◆ MiniSEEDRecord()

datrw::mseed::MiniSEEDRecord::MiniSEEDRecord ( const Debug d = Debug(false, false))
inline

Definition at line 160 of file mseedread.h.

160  :
161  Mdebug(d),
162  Mvalid(false),
163  Mhasblockette1000(false),
164  Mhasblockette1001(false),
165  MestimateNframes(false),
166  Mchecks(true, true) { }
ConsistencyChecks Mchecks
flags controlling consistency checks
Definition: mseedread.h:235
bool Mhasblockette1001
Data Extension Blockette is present.
Definition: mseedread.h:231
bool MestimateNframes
estimate number of frames
Definition: mseedread.h:233
bool Mhasblockette1000
Data Only SEED Blockette is present.
Definition: mseedread.h:229
Debug Mdebug
debug options
Definition: mseedread.h:225
bool Mvalid
contains valid data
Definition: mseedread.h:227