Module gwy :: Class RawDataType
[hide private]
[frames] | no frames]

Class RawDataType

source code

Types of raw data.

Multibyte types usually need to be complemented with ByteOrder to get a full type specification.


Since: 2.25

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  RAW_DATA_DOUBLE
Double-precision floating point number (eight bytes).
  RAW_DATA_FLOAT
Single-precision floating point number (four bytes).
  RAW_DATA_HALF
Half-precision floating point number (two bytes).
  RAW_DATA_REAL
Pascal ‘real’ floating point number (six bytes).
  RAW_DATA_SINT16
Signed 16bit integer (two bytes).
  RAW_DATA_SINT32
Signed 32bit integer (four bytes).
  RAW_DATA_SINT64
Signed 64bit integer (eight bytes).
  RAW_DATA_SINT8
Signed 8bit integer (one byte).
  RAW_DATA_UINT16
Unsigned 16bit integer (two bytes).
  RAW_DATA_UINT32
Unsigned 32bit integer (four bytes).
  RAW_DATA_UINT64
Unsigned 64bit integer (eight bytes).
  RAW_DATA_UINT8
Unsigned 8bit integer (one byte).