DD2-monitor/viz/curses/ecran.h

16 lines
394 B
C
Raw Normal View History

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