My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
dfg_scheduling Struct Reference

Structure representing the scheduling of an MSU on a runtime. More...

#include <dfg.h>

Public Attributes

struct dfg_runtimeruntime
 The runtime on which an MSU is running. More...
 
struct dfg_threadthread
 The thread on which an MSU is running. More...
 
struct dfg_routeroutes [32]
 
int n_routes
 The routes that an MSU can send to. More...
 

Detailed Description

Structure representing the scheduling of an MSU on a runtime.

Definition at line 116 of file dfg.h.

Member Data Documentation

int dfg_scheduling::n_routes

The routes that an MSU can send to.

Definition at line 120 of file dfg.h.

struct dfg_route* dfg_scheduling::routes[32]

Definition at line 119 of file dfg.h.

struct dfg_runtime* dfg_scheduling::runtime

The runtime on which an MSU is running.

Definition at line 117 of file dfg.h.

struct dfg_thread* dfg_scheduling::thread

The thread on which an MSU is running.

Definition at line 118 of file dfg.h.


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