12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455(* Auto-generated from "sched_req_data_unit_skeleton.atd" *)[@@@ocaml.warning"-27-32-33-35-39"]typeint64=Int64_t.int64type('task_seg_related_data,'time_slot)time_share={task_seg_related_data_list:'task_seg_related_datalist;time_slots:'time_slotlist;interval_size:int64}type('task_seg_related_data,'time_slot)split_even={task_seg_related_data:'task_seg_related_data;time_slots:'time_slotlist;buckets:'time_slotlist;incre:int64}typesplit_count=[`Max_splitofint64|`Exact_splitofint64]type('task_seg_related_data,'time_slot)split_and_shift={task_seg_related_data:'task_seg_related_data;time_slots:'time_slotlist;incre:int64;split_count:split_count;min_seg_size:int64;max_seg_size:int64option}type('task_seg_related_data,'time_slot)shift={task_seg_related_data_list:'task_seg_related_datalist;time_slots:'time_slotlist;incre:int64}type('task_seg_related_data,'time,'time_slot)push_toward={task_seg_related_data:'task_seg_related_data;target:'time;time_slots:'time_slotlist;incre:int64}type('task_seg_related_data,'time)fixed={task_seg_related_data:'task_seg_related_data;start:'time}type('task_seg_related_data,'time,'time_slot)sched_req_data_unit_skeleton=[`Fixedof('task_seg_related_data,'time)fixed|`Shiftof('task_seg_related_data,'time_slot)shift|`Split_and_shiftof('task_seg_related_data,'time_slot)split_and_shift|`Split_evenof('task_seg_related_data,'time_slot)split_even|`Time_shareof('task_seg_related_data,'time_slot)time_share|`Push_towardof('task_seg_related_data,'time,'time_slot)push_toward]