summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/consumerec.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/consumerec.xml')
-rw-r--r--TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/consumerec.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/consumerec.xml b/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/consumerec.xml
new file mode 100644
index 00000000000..fae6c9161e5
--- /dev/null
+++ b/TAO/orbsvcs/examples/RtEC/ECConfigurator/chain_test/consumerec.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!DOCTYPE ECConfiguration SYSTEM "ecconfig.dtd">
+
+<ECConfiguration>
+
+<Event name="Subtask3 Trigger" type="18">
+ <Period>200</Period> <!-- in msec -->
+ <Phase>0</Phase> <!-- in msec -->
+ <Criticality value="VERY_HIGH" />
+ <Importance value="VERY_HIGH" />
+ <WorstExecution>50</WorstExecution> <!-- in msec -->
+ <TypicalExecution>50</TypicalExecution> <!-- in msec -->
+</Event>
+
+<!-- Configure the ECs -->
+<LocalEventChannel name="Client" >
+ <SchedulingStrategy type="EDF" enableRG="true" />
+ <Consumer name="Subtask3 Executor" >
+ <Subscriptions>
+ <EventName>Subtask3 Trigger</EventName>
+ </Subscriptions>
+ </Consumer>
+</LocalEventChannel>
+
+<!-- Configure the driver -->
+<!-- there should only be one Driver -->
+<TestDriver>
+ <StartCondition type="DelayAfterConnect">
+ <Time>30000</Time> <!-- in msecs -->
+ </StartCondition>
+ <StopCondition type="Duration" >
+ <Value>340000</Value> <!-- duration in msecs -->
+ </StopCondition>
+</TestDriver>
+
+</ECConfiguration> \ No newline at end of file