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

◆ Ecpu_type

Define different CPU type that are recognized.

Enumerator
cpu_Intel 

Intel CPU.

cpu_Motorola 

Motorola CPU.

cpu_unknown 

unknown CPU

Definition at line 88 of file bytesex.h.

88  {
89  //! Intel CPU
90  cpu_Intel = 1,
91  //! Motorola CPU
92  cpu_Motorola = 2,
93  //! unknown CPU
94  cpu_unknown = 3
95  };
unknown CPU
Definition: bytesex.h:94
Motorola CPU.
Definition: bytesex.h:92
Intel CPU.
Definition: bytesex.h:90