Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1278 → Rev 1277

/demos/trunk/loader/loadfile/loadxml.fsf2
File deleted
/demos/trunk/loader/loadfile/loadxml.fsf
0,0 → 1,59
<?xml version="1.0" encoding="UTF-8"?>
<fsf_framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../generators/java/fsf-schema.xsd">
 
<simulation>
<time>20s 0u</time>
</simulation>
<contract>
<cmin>0s 3000u</cmin>
<tmax>0s 10000u</tmax>
<cmax>0s 3000u</cmax>
<tmin>0s 10000u</tmin>
<workload>0</workload>
<localscheduler type="POSIX">
<task_section type="BackTask">
<number>1</number>
<act_section>
<start_time>3s 0u</start_time>
</act_section>
<exec_section>
<exec_time>3s 0u</exec_time>
</exec_section>
</task_section>
<task_section type="OneShot">
<number>2</number>
<dline>0s 0u</dline>
<wcet>0s 0u</wcet>
<act_section>
<start_time>3s 0u</start_time>
</act_section>
<exec_section>
<exec_time>3s 0u</exec_time>
</exec_section>
</task_section>
</localscheduler>
</contract>
<contract>
<cmin>0s 3000u</cmin>
<tmax>0s 10000u</tmax>
<cmax>0s 3000u</cmax>
<tmin>0s 10000u</tmin>
<workload>0</workload>
<localscheduler type="EDF">
<task_section type="CyclicalTask">
<number>1</number>
<dline>1s 0u</dline>
<wcet>0s 100000u</wcet>
<act_section>
<start_time>3s 0u</start_time>
<period_time>1s 0u</period_time>
</act_section>
<exec_section>
<exec_time>0s 10000u</exec_time>
<delta_time>0s 10000u</delta_time>
</exec_section>
</task_section>
</localscheduler>
</contract>
 
</fsf_framework>