-
This is currently fairly confusing, we should rework this section.
> I like this, though it is interesting that the least significant bits in our representation correspond to the most significant *…
-
-
convenience function to take an input segy file and convert to little endian.
-
Big-endian platforms are effectively gone. Nevertheless, as a matter of principle, we would like to support them for the IBM mainframe users out there.
Currently, if you are on a big-endian platfor…
-
I develop mainly on Intel Core and also have an Atom and an ARM (in a Raspberry Pi) which I test on. All these are little-endian. Could someone test Bezitopo on a big-endian box and make sure it works…
-
### Expected behaviour
All tests pass.
### Actual behaviour
```
==================================== ERRORS ====================================
_____________________ ERROR at setup of test_gsd…
-
The BIT_ORDER defines in src/os/inc/common_types.h are marked as temporary and should be easily removed to check compatibility. Check for use in cFS framework.
-
The method `void MPU6050::calcGyroOffsets()` contains [the following line][offsets]:
```c++
rx = wire->read() read();
```
and similar lines for `ry` and `rz`. The same idiom [is used in `MPU60…
-
This is not an issue per se, but I wonder whether endianness is respected when compiling for specific targets. I would guess the answer is "no," and I would also guess that it would be pretty difficul…
ghost updated
5 years ago
-
```
Your System almost works!!! BUT Conversion with little endian does not work. It
seems like you forgot to impliment byteorder when unpacking?? It is really
unfortunate because I am soo close to g…