|
drake
1.0.0
|
#include <mapping.h>
Data Fields | |
| unsigned int | processor_count |
| Number of processors involved in this mapping. Never modify this value manually. | |
| unsigned int | max_processor_count |
| Maximum number of processors this mapping can handle. This is the size of the processor array. Never modify this value manually. | |
| unsigned int | task_count |
| Number of tasks mapped in this mapping. Never modify this value manually. | |
| struct processor ** | proc |
| List of processors involved in the mapping. | |
| drake_schedule_t * | schedule |
| unsigned int max_processor_count |
| unsigned int processor_count |
| unsigned int task_count |