Struct to keep track of the offload array length and unpack status.
More...
#include <offload.h>
Struct to keep track of the offload array length and unpack status.
Definition at line 11 of file offload.h.
◆ offload_array_length
size_t offload_package::offload_array_length |
Total length of the common offload array
Definition at line 12 of file offload.h.
◆ unpack_pos
size_t offload_package::unpack_pos |
Position of the beginning of the next data pack that will be unpacked
Definition at line 14 of file offload.h.
◆ int_offload_array_length
size_t offload_package::int_offload_array_length |
Total length of the common int offload array
Definition at line 16 of file offload.h.
◆ int_unpack_pos
size_t offload_package::int_unpack_pos |
Position of the beginning of the next data pack that will be unpacked in int array
Definition at line 18 of file offload.h.
The documentation for this struct was generated from the following file: