Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1266 → Rev 1267

/demos/trunk/loader/loadfile/loadxml.fsf
0,0 → 1,46
<?xml version="1.0" encoding="UTF-8"?>
<fsf_framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="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>
<localscheduler type="POSIX">
<task_section type="BackTask">
<number>1</number>
<start_time>3s 0u</start_time>
<wcet>0s 16000u</wcet>
</task_section>
<task_section type="OneShot">
<number>2</number>
<start_time>1s 0u</start_time>
<wcet>1s 0u</wcet>
</task_section>
</localscheduler>
</contract>
<contract>
<cmin>0s 3000u</cmin>
<tmax>0s 10000u</tmax>
<cmax>0s 3000u</cmax>
<tmin>0s 10000u</tmin>
<localscheduler type="EDF">
<task_section type="PeriodicTask">
<number>10</number>
<start_time>3s 0u</start_time>
<wcet>0s 16000u</wcet>
</task_section>
<task_section type="OneShot">
<number>2</number>
<start_time>1s 0u</start_time>
<wcet>0s 100000u</wcet>
<mit>1s 0u</mit>
<dline>1s 0u</dline>
</task_section>
</localscheduler>
</contract>
 
</fsf_framework>