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

◆ DATRW_warning

#define DATRW_warning (   N,
 
)
Value:
{ \
std::ostringstream oss; \
oss << "in function \"" << N << "\":\n" << M; \
oss.str(), __FILE__, __LINE__, ""); \
}
just a warning; processing can proceeed
Definition: report.h:54
void report_violation(const Ereport &t, const std::string &message, const std::string &file, const int &line, const std::string &condition)
report violation of assertion
Definition: report.cc:52

Report a warning.

Parameters
Nname of function
Mmessage (may use output operators; possibly containing newline characters)
Examples:
libdatrwxxtests.cc.

Definition at line 148 of file error.h.

Referenced by main(), and datrw::mseed::MiniSEEDRecord::read().