/** * Automatically generated declarations for the experiment. * Plese don't modify manually, but use the generator.py script. */ {{#includes}} #include {{{name}}} {{/includes}} {{#data_description}} struct {{name}} { {{#fields}} {{type}} {{name}}; {{/fields}} }; {{/data_description}} {{#data}} {{type}} {{name}}[] = { {{#elem}} { .offset = {{offset}}, .wcet = {{wcet}}, .period = {{period}}, .deadline = {{deadline}}, .periodical = {{periodical}}, }, {{/elem}} }; const int {{name}}_length = sizeof({{name}}) / sizeof({{type}}); {{/data}} {{#executions}} int executions = 500; {{/executions}} {{^executions}} int executions = 1; {{/executions}}