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

◆ supported_output_data_types()

void datrw::supported_output_data_types ( std::ostream &  os)

Definition at line 276 of file formats.cc.

References libversion, print_format_desc(), datrw::gse::streamID, datrw::seife::streamID, datrw::ascii::streamID, datrw::sff::streamID, datrw::binary::streamID, and datrw::su::streamID.

Referenced by supported_data_types().

277  {
278  os << datrw::libversion << std::endl;
279  os << "data formats supported by oanystream:" << std::endl;
280  print_format_desc(os, ascii::streamID, "simple single column ASCII data");
281  print_format_desc(os, binary::streamID, "binary data");
282  print_format_desc(os, gse::streamID, "raw GSE format");
283  print_format_desc(os, seife::streamID, "seife format (E. Wielandt)");
284  print_format_desc(os, sff::streamID, "Stuttgart File Format");
285  print_format_desc(os, su::streamID, "SeismicUn*x format");
286  }
void print_format_desc(std::ostream &os, const char *ID, const char *desc)
Definition: formats.cc:240
const char *const libversion
Version string.
Definition: aalibdatrwxx.cc:18
const char *const streamID
Format properties.
Definition: asciiformat.cc:47
Here is the call graph for this function:
Here is the caller graph for this function: