ASCOT5
Loading...
Searching...
No Matches
Data Fields
mhd_offload_data Struct Reference

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
 

Detailed Description

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.

Definition at line 41 of file mhd.h.

Field Documentation

◆ type

mhd_type mhd_offload_data::type

MHD type wrapped by this struct

Definition at line 42 of file mhd.h.

◆ stat

mhd_stat_offload_data mhd_offload_data::stat

Stat field or NULL if not active

Definition at line 43 of file mhd.h.

◆ nonstat

mhd_nonstat_offload_data mhd_offload_data::nonstat

Nonstat field or NULL if not active

Definition at line 44 of file mhd.h.

◆ offload_array_length

int mhd_offload_data::offload_array_length

Allocated offload array length

Definition at line 45 of file mhd.h.


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