2019-01-11 06:35:03 +11:00
|
|
|
/*
|
|
|
|
* interface ncurses pour dd2 monitoring
|
|
|
|
*/
|
2019-01-10 11:44:47 +11:00
|
|
|
|
2019-01-11 00:07:56 +11:00
|
|
|
int fond_ecran(char *titre);
|
2019-01-23 01:24:49 +11:00
|
|
|
int message(char *);
|
2019-01-10 11:44:47 +11:00
|
|
|
|
|
|
|
|
|
|
|
WINDOW * open_waterfall(char *title, int flags);
|
2019-01-11 00:07:56 +11:00
|
|
|
int plot_waterfall(WINDOW *wf, int flags, float values[4]);
|
|
|
|
int close_waterfall(WINDOW *wf, int notused);
|
2019-01-24 08:39:03 +11:00
|
|
|
|
|
|
|
int vumetre_0(WINDOW * win, int lig, int col, float val, int larg);
|