Changeset 443 in flair-src for trunk/tools/FlairGCS/src/DataPlot2D.h
- Timestamp:
- 09/09/21 17:06:34 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/DataPlot2D.h
r437 r443 46 46 void setYAxisScale(float ymin, float ymax); 47 47 void setXAxisScale(float xmin, float xmax); 48 void BufEvent(char **buf, int *buf_size, uint16_t period, bool big_endian);48 void BufEvent(char **buf, int *buf_size, uint16_t period,uint16_t nb_buffering, bool big_endian); 49 49 void showCurve(QwtPlotItem *item, bool on); 50 50
Note:
See TracChangeset
for help on using the changeset viewer.