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

◆ help()

void datrw::sac::help ( std::ostream &  os)

print information about file decoding

function to print online help

Definition at line 56 of file sacread.cc.

References DATRW_SACREAD_CC_VERSION.

Referenced by datrw::isacstream::help().

57  {
58  os <<
59  std::endl <<
60  "SAC reading functions" << std::endl <<
61  "---------------------" << std::endl <<
62  DATRW_SACREAD_CC_VERSION << std::endl <<
63  std::endl <<
64  "These functions are tuned to read binary SAC files as produced by"
65  << std::endl <<
66  "rdseed from IRIS SEED volumes." << std::endl;
67  } // void help(std::ostream& os)
#define DATRW_SACREAD_CC_VERSION
Definition: sacread.cc:34
Here is the caller graph for this function: