/** * Automatically generated declarations for the experiment. * Plese don't modify manually, but use the generator.py script. */ {{#includes}} #include {{{name}}} {{/includes}} using cpp_time_base = {{cpp_time_base}}; using embb_time_base = {{embb_time_base}}; using base_clock = {{base_clock}}; {{#data_description}} struct {{name}} { {{#fields}} {{type}} {{name}}; {{/fields}} }; {{/data_description}} {{#data}} {{type}} {{name}}[] = { {{#elem}} { .wcet = {{wcet}}, .period = {{period}}, .deadline = {{deadline}}, .count = 0, }, {{/elem}} }; const int {{name}}_length = sizeof({{name}}) / sizeof({{type}}); {{/data}}