ARGOBOTS  1.1
Data Fields
ABTI_sched_config_element Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_sched_config_element:
Collaboration graph
[legend]

Data Fields

int idx
 
ABT_sched_config_type type
 
char val [sizeof(double) > sizeof(void *) ? sizeof(double) :sizeof(void *)]
 
ABTI_sched_config_elementp_next
 

Detailed Description

Definition at line 314 of file abti.h.

Field Documentation

◆ idx

int ABTI_sched_config_element::idx

Definition at line 315 of file abti.h.

Referenced by ABTI_sched_config_read(), and sched_config_add().

◆ p_next

ABTI_sched_config_element* ABTI_sched_config_element::p_next

Definition at line 320 of file abti.h.

Referenced by ABTI_sched_config_read(), sched_config_add(), and sched_config_free().

◆ type

ABT_sched_config_type ABTI_sched_config_element::type

Definition at line 316 of file abti.h.

Referenced by ABTI_sched_config_read(), and sched_config_add().

◆ val

char ABTI_sched_config_element::val[sizeof(double) > sizeof(void *) ? sizeof(double) :sizeof(void *)]

Definition at line 319 of file abti.h.

Referenced by ABTI_sched_config_read(), and sched_config_add().


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