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

◆ ESteimControl

possible control codes

Enumerator
Fspecial 

contains non-data information, like headers

Fbyte 

four 8-bit differences (byte)

Fhw 

two 16-bit differences (halfword)

Ffw 

one 32-bit difference (fullword)

Fdnib1 

check dnib

Fdnib2 

check dnib

Definition at line 468 of file seedstructs.h.

468  {
469  Fspecial=0, //!< contains non-data information, like headers
470  Fbyte=1, //!< four 8-bit differences (byte)
471  Fhw=2, //!< two 16-bit differences (halfword)
472  Ffw=3, //!< one 32-bit difference (fullword)
473  Fdnib1=2, //!< check dnib
474  Fdnib2=3 //!< check dnib
475  }; // enum ESteimControl
four 8-bit differences (byte)
Definition: seedstructs.h:470
one 32-bit difference (fullword)
Definition: seedstructs.h:472
contains non-data information, like headers
Definition: seedstructs.h:469
two 16-bit differences (halfword)
Definition: seedstructs.h:471