Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Nov 6, 2022
1 parent 471e0c4 commit f68448c
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 176 deletions.
15 changes: 8 additions & 7 deletions include/base/LinearSmoothing.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@ public slots:
/// smooth config list
QVector<SmoothingCfg> _cfgList;

unsigned _currentConfigId;
bool _enabled;
bool _directMode;
SmoothingType _smoothingType;
bool _infoUpdate;
bool _infoInput;
int debugCounter;
unsigned _currentConfigId;
bool _enabled;
bool _directMode;
SmoothingType _smoothingType;
bool _infoUpdate;
bool _infoInput;
int _coolDown;
int _debugCounter;
};
Loading

0 comments on commit f68448c

Please sign in to comment.