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

◆ write() [10/15]

void datrw::binary::obinstream::write ( const ::sff::WID2 &  v)

Definition at line 140 of file obinstream.cc.

References write().

141  {
142  this->write(v.date);
143  this->write(v.dt);
144  this->write(v.nsamples);
145  this->write(v.station);
146  this->write(v.channel);
147  this->write(v.auxid);
148  this->write(v.instype);
149  this->write(v.calib);
150  this->write(v.calper);
151  this->write(v.hang);
152  this->write(v.vang);
153  } // void obinstream::write(const ::sff::WID2& v)
void write(const char &v)
Definition: obinstream.cc:59
Here is the call graph for this function: