ASCOT5
|
MHD offload data. More...
#include <mhd.h>
Data Fields | |
mhd_type | type |
mhd_stat_offload_data | stat |
mhd_nonstat_offload_data | nonstat |
int | offload_array_length |
MHD offload data.
This struct holds data necessary for offloading. The struct is initialized in mhd_init_offload().
The intended usage is that only single offload data is used at the time, and the type of the data is declared with the "type" field.
mhd_type mhd_offload_data::type |
mhd_stat_offload_data mhd_offload_data::stat |
mhd_nonstat_offload_data mhd_offload_data::nonstat |
int mhd_offload_data::offload_array_length |