T_BA_ScheduleWeek

The type declaration includes a weekly schedule. The first part of the two-dimensional array specifies the days of the week, the second part the schedule entries, see ST_BA_SchedEntry.

The number of schedule entries is limited by the global parameter BA_Param.nScheduleEntryCount, see BA_Param.

TYPE 
  T_BA_ScheduleWeek : ARRAY[E_BA_Weekday.First..E_BA_Weekday.Last, 1..MAX(1,BA_Param.nScheduleEntryCount)] OF ST_BA_SchedEntry;
END_TYPE