µSer
uSer::ByteOrder::PDP Struct Reference

Attribute: Store an integer as PDP-Endian. More...

#include <uSer.hh>

Detailed Description

Attribute: Store an integer as PDP-Endian.

PDP endian is a hybrid variant that stores the most significant 16bit word first and the least significant 16bit word second, both as little endian. For example, the 32bit-integer 0x01234567 is split into the bytes 0x23, 0x01, 0x67, 0x45, in that order.


The documentation for this struct was generated from the following file: