drake  1.0.0
mapping Struct Reference

#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_tschedule

Detailed Description

Models tasks mapped to processors

Definition at line 36 of file mapping.h.


Field Documentation

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.

Definition at line 41 of file mapping.h.

struct processor** proc

List of processors involved in the mapping.

Definition at line 45 of file mapping.h.

unsigned int processor_count

Number of processors involved in this mapping. Never modify this value manually.

Definition at line 39 of file mapping.h.

Definition at line 46 of file mapping.h.

unsigned int task_count

Number of tasks mapped in this mapping. Never modify this value manually.

Definition at line 43 of file mapping.h.


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