Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / RTScheduling / FP_Scheduling.idl
blob3e5d128c1f5c28c4f1ddb82eb242cf429968c9de
1 #include "tao/RTScheduling/RTScheduler_include.pidl"
2 #include "tao/RTCORBA/RTCORBA_include.pidl"
4 module FP_Scheduling
6 local interface SegmentSchedulingParameterPolicy
7 : CORBA::Policy
9 attribute RTCORBA::Priority value;
12 local interface FP_Scheduler : RTScheduling::Scheduler
14 SegmentSchedulingParameterPolicy
15 create_segment_scheduling_parameter
16 (in RTCORBA::Priority segment_priority);