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

◆ ConsistencyChecks()

datrw::mseed::ConsistencyChecks::ConsistencyChecks ( const bool &  fatal,
const bool &  check 
)
inline

Definition at line 86 of file mseed.h.

86  :
87  nframes(fatal, check),
88  nsamples(fatal, check),
89  data(fatal, check),
90  usec(fatal, check) { }
ConsistencyCheckControl nsamples
Check for consistent number of samples.
Definition: mseed.h:106
ConsistencyCheckControl data
Check for consistent data values.
Definition: mseed.h:121
ConsistencyCheckControl usec
Check for usec field being in specified range.
Definition: mseed.h:134
ConsistencyCheckControl nframes
Check for consistent number of frames.
Definition: mseed.h:98