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

◆ swap()

void datrw::mseed::SEED::BTIME::swap ( )

Definition at line 55 of file seedstructs.cc.

References doy, hour, min, sec, SWAPIT, tmilsec, year, and zero.

Referenced by BTIME(), and datrw::mseed::SEED::FixedDataRecordHeader::swap().

56  {
57  SWAPIT(year);
58  SWAPIT(doy);
59  SWAPIT(hour);
60  SWAPIT(min);
61  SWAPIT(sec);
62  SWAPIT(zero);
63  SWAPIT(tmilsec);
64  } // void BTIME::swap()
unsigned short int tmilsec
Definition: seedstructs.h:225
unsigned short int year
Definition: seedstructs.h:219
#define SWAPIT(A)
Definition: seedstructs.cc:53
unsigned short int doy
Definition: seedstructs.h:220
Here is the caller graph for this function: