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_type * | msu_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_msu * | msus [512] |
| The MSUs present in the application. More... | |
| int | n_msus |
| The number of MSUs in dedos_dfg::msus. More... | |
| struct dfg_runtime * | runtimes [16] |
| The runtimes present in the application. More... | |
| int | n_runtimes |
| The number of elements in dedos_dfg::runtimes. More... | |
| char dedos_dfg::application_name[64] |
| uint32_t dedos_dfg::global_ctl_ip |
| struct dfg_msu_type* dedos_dfg::msu_types[32] |
| struct dfg_msu* dedos_dfg::msus[512] |
| int dedos_dfg::n_msu_types |
The number of elements in dedos_dfg::msu_types.
| int dedos_dfg::n_msus |
The number of MSUs in dedos_dfg::msus.
| int dedos_dfg::n_runtimes |
The number of elements in dedos_dfg::runtimes.
| struct dfg_runtime* dedos_dfg::runtimes[16] |
1.8.6