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

◆ dump()

void datrw::hpmo::Header::dump ( std::ostream &  os) const

Definition at line 73 of file readhpmo.cc.

References headerline(), Merrorflag, datrw::hpmo::quality(), and time().

Referenced by datrw::hpmo::operator<<().

74  {
75  os << "Header: " << this->headerline() << std::endl;
76  os << " " << this->time().timestring() << std::endl;
77  os << " Error flag: "
78  << datrw::hpmo::quality(this->Merrorflag) << std::endl;
79  } // void Header::dump(std::ostream& os) const
libtime::TAbsoluteTime time() const
Definition: readhpmo.h:94
std::string headerline() const
Definition: readhpmo.h:97
std::string quality(const int &flag)
return meaning of quality flag
Definition: readhpmo.cc:109
Here is the call graph for this function:
Here is the caller graph for this function: