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

◆ channel()

std::string datrw::mseed::MiniSEEDRecord::channel ( ) const
inline

return channel code

Definition at line 205 of file mseedread.h.

References datrw::mseed::util::extractstring(), and recordheader().

206  { return(util::extractstring(this->recordheader().chan, 3)); }
const SEED::FixedDataRecordHeader & recordheader() const
returns Fixed Data Record Header
Definition: mseedread.h:177
std::string extractstring(const char *s, const int &l)
Return a maximum of l characters.
Definition: mseedread.cc:141
Here is the call graph for this function: