Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Go to the source code of this file.
Classes | |
struct | jau::packed_t< T > |
Support aligned memory transfer from and to potentially unaligned memory. More... | |
Namespaces | |
namespace | jau |
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
Macros | |
#define | __packed __attribute__ ((packed)) |
packed: lead out macro, requires packed lead in as well. More... | |
#define | packed__ |
packed__: lead in macro, requires __packed lead out as well. More... | |