Changeset 443 in flair-src for trunk/tools/FlairGCS/src/UsSensorPlot.cpp
- Timestamp:
- Sep 9, 2021, 5:06:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/UsSensorPlot.cpp
r437 r443 184 184 } 185 185 186 void UsSensorPlot::BufEvent(char **buf, int *buf_size, uint16_t period, bool big_endian) {186 void UsSensorPlot::BufEvent(char **buf, int *buf_size, uint16_t period,uint16_t nb_buffering,bool big_endian) { 187 187 plot->setEnabled(IsEnabled()); 188 188 if (IsEnabled() == false || RefreshRate_ms() != period)
Note:
See TracChangeset
for help on using the changeset viewer.