![]() |
![]() |
![]() |
> Module > Schedules |
Module
The Schedule element defines an ARINC 653 schedule.
To define a schedule, add a Schedules element to your Module document (if one does not already exist) and then add a Schedule element for each schedule you want to create. Each Schedule must have a unique attribute between 0 and 15. The schedule with an of 0 is the initial schedule and is run at startup. You must define a schedule with an of 0. All others are optional and need not be numbered consecutively.
<Schedules> <Schedule Id="0"> </Schedule> <Schedule Id="1"> </Schedule> </Schedules>
The Schedule element contains a PartitionWindow element for each time segment in the schedule.
<Schedules> <Schedule Id="0"> <PartitionWindow .../> </Schedule> <Schedule Id="1"> <PartitionWindow ..."/> <PartitionWindow .../> <PartitionWindow .../> </Schedule> </Schedules>
Optional, unbounded
None
The numeric identifier for the schedule. This value is used to index into an array of schedules on the target. Schedule 0 is run at startup. The schedule can be changed using the partitionModeSet API. Schedule numbers do not need to be consecutive, nor does the numbering of schedules, other than schedule 0 have any impact on when they are run.
Required
None
N/A
N/A
0: Schedule 0 is run at startup.
The identifier must be unique within the module.
The minimum value is 0.
The maximum value is 15.
Schedule 0 must be defined.
Generated on 2007-10-15 17:17:22.