DD2-monitor/viz/curses/ecran.h

9 lines
188 B
C
Raw Normal View History

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