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

◆ help() [1/2]

void datrw::oseifestream::help ( std::ostream &  os = std::cout)
static

Definition at line 119 of file oseifestream.cc.

References DATRW_OSEIFESTREAM_CC_VERSION, and datrw::seife::seife_standard_format.

Referenced by datrw::online_help().

120  {
121  os <<
122  std::endl <<
123  "seife writing functions" << std::endl <<
124  "-----------------------" << std::endl <<
125  DATRW_OSEIFESTREAM_CC_VERSION << std::endl <<
126  std::endl;
127  os <<
128  "This module writes seismic time series data in the format\n"
129  "used by programs provided by Erhard Wielandt. See his web site\n"
130  "http://www.software-for-seismometry.de for details.\n"
131  "Notice that this format only supports a single trace per file.\n"
132  "The actual number format currently is fixed to the Fortran format\n"
133  "specification " << seife::seife_standard_format << "."
134  << std::endl;
135  } // void oseifestream::help(std::ostream& os)
const char *const seife_standard_format
Definition: seifeio.cc:47
#define DATRW_OSEIFESTREAM_CC_VERSION
Definition: oseifestream.cc:36
Here is the caller graph for this function: