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

◆ network()

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

return network code

Definition at line 211 of file mseedread.h.

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

212  { return(util::extractstring(this->recordheader().net, 2)); }
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: