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

Top-level structure holding the data-flow graph. More...

#include <dfg.h>

Public Attributes

char application_name [64]
 Description of the whole application. More...
 
uint32_t global_ctl_ip
 IP address of the global controller. More...
 
int global_ctl_port
 Port of the global controller. More...
 
struct db_info db
 DB information. More...
 
struct dfg_msu_typemsu_types [32]
 MSU types which may be present in the application. More...
 
int n_msu_types
 The number of elements in dedos_dfg::msu_types. More...
 
struct dfg_msumsus [512]
 The MSUs present in the application. More...
 
int n_msus
 The number of MSUs in dedos_dfg::msus. More...
 
struct dfg_runtimeruntimes [16]
 The runtimes present in the application. More...
 
int n_runtimes
 The number of elements in dedos_dfg::runtimes. More...
 

Detailed Description

Top-level structure holding the data-flow graph.

Definition at line 239 of file dfg.h.

Member Data Documentation

char dedos_dfg::application_name[64]

Description of the whole application.

Definition at line 240 of file dfg.h.

struct db_info dedos_dfg::db

DB information.

Definition at line 245 of file dfg.h.

uint32_t dedos_dfg::global_ctl_ip

IP address of the global controller.

Definition at line 241 of file dfg.h.

int dedos_dfg::global_ctl_port

Port of the global controller.

Definition at line 242 of file dfg.h.

struct dfg_msu_type* dedos_dfg::msu_types[32]

MSU types which may be present in the application.

Definition at line 248 of file dfg.h.

struct dfg_msu* dedos_dfg::msus[512]

The MSUs present in the application.

Definition at line 253 of file dfg.h.

int dedos_dfg::n_msu_types

The number of elements in dedos_dfg::msu_types.

Definition at line 250 of file dfg.h.

int dedos_dfg::n_msus

The number of MSUs in dedos_dfg::msus.

Definition at line 255 of file dfg.h.

int dedos_dfg::n_runtimes

The number of elements in dedos_dfg::runtimes.

Definition at line 260 of file dfg.h.

struct dfg_runtime* dedos_dfg::runtimes[16]

The runtimes present in the application.

Definition at line 258 of file dfg.h.


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