iox_ws_storage_t🔗
#include <iceoryx_binding_c/types.h>
Public Attributes🔗
Name | |
---|---|
uint64_t | do_not_touch_me |
Detailed Description🔗
struct iox_ws_storage_t;
The issue iox-308: https://github.com/eclipse-iceoryx/iceoryx/issues/308 was created to explore other options then a magic number to create the structs of a specific size in C. The size and the alignment of all structs are verified by the binding c integration test iox_types_test
Public Attributes Documentation🔗
variable do_not_touch_me🔗
uint64_t do_not_touch_me;
Updated on 17 March 2022 at 12:15:57 CET