DD2-monitor/viz/curses/ecran.h

11 lines
235 B
C
Raw Normal View History

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-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);