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

◆ report()

void datrw::tsoft::Checklist::report ( std::ostream &  os) const

report check status

Definition at line 63 of file tsoftreader.cc.

References channels, data, fileid, increment, reportitem(), datrw::tsoft::tagchannels, datrw::tsoft::tagdata, datrw::tsoft::tagfileid, datrw::tsoft::tagincrement, datrw::tsoft::tagtimeformat, datrw::tsoft::tagundetval, datrw::tsoft::tagunits, timeformat, undetval, and units.

Referenced by datrw::tsoft::TSOFTfile::read().

64  {
65  this->reportitem(os, datrw::tsoft::tagfileid, this->fileid);
69  this->reportitem(os, datrw::tsoft::tagunits, this->units);
71  this->reportitem(os, datrw::tsoft::tagdata, this->data);
72  } // void Checklist::report(std::ostream& os) const
const char * tagdata
TSOFT data tag.
Definition: tsoftdata.cc:54
const char * tagtimeformat
TSOFT timeformat tag.
Definition: tsoftdata.cc:58
static void reportitem(std::ostream &os, const char *tag, const bool &flag)
Definition: tsoftreader.cc:76
const char * tagunits
TSOFT units tag.
Definition: tsoftdata.cc:56
const char * tagincrement
TSOFT increment tag.
Definition: tsoftdata.cc:59
const char * tagfileid
TSOFT fileid tag.
Definition: tsoftdata.cc:57
const char * tagchannels
TSOFT channels tag.
Definition: tsoftdata.cc:55
const char * tagundetval
TSOFT undetval tag.
Definition: tsoftdata.cc:60
Here is the call graph for this function:
Here is the caller graph for this function: