Changeset 444 in flair-src for trunk/tools/FlairGCS/src/DataPlot2D.cpp
- Timestamp:
- Sep 10, 2021, 2:37:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/DataPlot2D.cpp
r443 r444 251 251 } 252 252 253 void DataPlot2D::BufEvent(char **buf, int *buf_size, uint16_t period, 253 void DataPlot2D::BufEvent(char **buf, int *buf_size, uint16_t period,uint16_t nb_buffering,bool big_endian) { 254 254 255 if (IsEnabled() == false || RefreshRate_ms() != period) 256 return; 255 if (IsEnabled() == false || RefreshRate_ms() != period || NbBuffering()!=nb_buffering) return; 257 256 258 257 for (int i = 0; i < datas->count(); i++) {
Note:
See TracChangeset
for help on using the changeset viewer.