Next: , Previous: Overview, Up: RTCosScheduling Service



7.5.2 RTCosScheduling::ClientScheduler

Client side activities are defined in a configuration file, than can be loaded using RTCosScheduling.ClientScheduler.Impl.Load_Configuration_File

On the client side, the user can set up

This file has the following syntax, derived from PolyORB configuration files syntax:

     # Name of the activity
     [activity activity1]
     
     # Activity priority, in RTCORBA.Priority'Range
     priority=10000
     

In this example, activity activity1 is defined with priority 10'000.