-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwtvfunc.h
More file actions
44 lines (26 loc) · 1.13 KB
/
wtvfunc.h
File metadata and controls
44 lines (26 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* WACHTTIJD-VOORSPELLER */
/* ===================== */
/* (C) Copyright 2003-2023 by A.C.M. van Grinsven. All rights reserved. */
/* CCOL : versie 12.0 */
/* FILE : wtcfunc.h */
/* DATUM: 20-02-2023 */
#ifndef __WTLFUNC_H
#define __WTLFUNC_H
/* include files */
/* ============= */
#include "sysdef.c" /* definitie typen variabelen */
/* declaratie correctie functies */
/* ============================= */
#ifdef TWACHT_EXTRA
extern mulv tg_extra[];
#endif
/* declaratie wachttijdfuncties */
/* ============================ */
mulv max_wachttijd_conflicten(count i);
void max_wachttijd_modulen_primair(boolv *prml[], count ml, count ml_max, mulv twacht[]);
void max_wachttijd_modulen_primair2(boolv *prml[], count ml, count ml_max, mulv twacht[], mulv t_wacht[]);
mulv max_wachttijd_alternatief(count fc, mulv twacht[]);
void wachttijd_correctie_gelijkstart(count fc1,count fc2, mulv t_wacht[]);
void rr_modulen_primair(boolv *prml[], count ml, count ml_max, mulv rr_twacht[]);
void max_wachttijd_modulen_primair_correctie(count ml);
#endif /* __WTLFUNC_H */