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

◆ operator>>() [2/3]

std::istream& datrw::hpmo::operator>> ( std::istream &  is,
SampleBlock data 
)
inline

read a sample block from C++ stream

Definition at line 152 of file readhpmo.h.

References datrw::mseed::key::data, and readdata().

153  { data=readdata(is); return(is); }
Tdata readdata(std::istream &is, const header &hd)
function to read the file data
Definition: readbonjer.cc:153
const char *const data
keywords for consistency checks
Here is the call graph for this function: