Next: ServerScheduler, Previous: Overview, Up: RTCosScheduling Service [Contents][Index]
RTCosScheduling::ClientScheduler
Client side activities are defined in a configuration file that can be loaded using RTCosScheduling.ClientScheduler.Impl.Load_Configuration_File
On the client side, the user can set up
PriorityMapping
object.
This file has the following syntax, derived from PolyORB configuration file 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
.