DD2-monitor/viz/curses/ecran.h

11 lines
235 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-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);