summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client10
-rw-r--r--TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server7
2 files changed, 17 insertions, 0 deletions
diff --git a/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client
new file mode 100644
index 00000000000..e0416223ac0
--- /dev/null
+++ b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.client
@@ -0,0 +1,10 @@
+# -- E X A M P L E conf. file --
+
+# Note! priority values are for Linux
+
+static RT_ORB_Loader "-ORBSchedPolicy SCHED_RR -ORBScopePolicy PROCESS -ORBPriorityMapping direct"
+
+static FP_DT_Creator "-DT_Count 4 -DT_Task -Importance 5 -Start_Time 0 -Iter 3 -Load 5 -JobName job_1 -DT_Task -Importance 8 -Start_Time 0 -Iter 10 -Load 5 -DT_Task -Importance 10 -Start_Time 0 -Iter 3 -Load 5 -JobName job_2 -DT_Task -Importance 4 -Start_Time 2 -Iter 5 -Load 5 -OutFile schedule_client.dat -LogFile log_client"
+
+
+
diff --git a/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server
new file mode 100644
index 00000000000..43afbd0ce20
--- /dev/null
+++ b/TAO/examples/RTScheduling/fixed_priority_scheduler/svc.conf.server
@@ -0,0 +1,7 @@
+# -- E X A M P L E conf. file --
+
+# Note! priority values are for Linux
+
+static RT_ORB_Loader "-ORBSchedPolicy SCHED_RR -ORBScopePolicy PROCESS -ORBPriorityMapping direct"
+
+static FP_DT_Creator "-POA_Count 1 -POA poa1 -PriorityModel CLIENT 55 -Band 1 5 -Band 6 85 -Lanes 2 -Lane 5 1 0 -Lane 10 1 0 -Job_Count 2 -Job job_1 poa1 -Job job_2 poa1 -DT_Count 2 -DT_Task -Importance 15 -Start_Time 0 -Iter 10 -Load 0 -DT_Task -Importance 2 -Start_Time 5 -Iter 15 -Load 0 -OutFile schedule_server.dat -LogFile log_server"