ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 73 forks source link

check for native endianness #212

Closed LaurentBlanc73 closed 1 month ago

LaurentBlanc73 commented 1 month ago

If-clause checks, if data is in the native byte order (or not applicable). If this is not the case, the byte order gets changes.

Revoked through the error: Big-endian buffer not supported on little-endian compiler

related to issue https://github.com/ratal/mdfreader/issues/210