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

◆ EByteOrder

byte swapping order

used in Data Only SEED Blockette see chapter 8, page 108

Enumerator
vax8086 

VAX or 8086 byte order.

sparc68000 

SPARC or 68000 byte order.

Definition at line 125 of file seedstructs.h.

125  {
126  vax8086=0, //!< VAX or 8086 byte order
127  sparc68000=1, //!< SPARC or 68000 byte order
128  }; // EByteOrder
SPARC or 68000 byte order.
Definition: seedstructs.h:127
VAX or 8086 byte order.
Definition: seedstructs.h:126