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

◆ dump_ioflags()

void datrw::mseed::SEED::dump_ioflags ( const unsigned char &  s,
std::ostream &  os 
)

Definition at line 200 of file seedstructdump.cc.

References dump().

Referenced by dump().

201  {
202  if (int(s) > 0) { dump(datrw::mseed::SEED::IOFlags(s), os); }
203  } // void dump_ioflags(const unsigned char& s, std::ostream& os)
void dump(SteimFrame &f, std::ostream &os)
Here is the call graph for this function:
Here is the caller graph for this function: