Changeset 214 in flair-src for trunk/lib/FlairFilter/src/unexported/PidThrust_impl.h
- Timestamp:
- Feb 7, 2018, 5:49:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/unexported/PidThrust_impl.h
r15 r214 18 18 namespace flair { 19 19 namespace core { 20 class cvmatrix;20 class Matrix; 21 21 class io_data; 22 22 } … … 50 50 51 51 // matrix 52 flair::core:: cvmatrix *state;52 flair::core::Matrix *state; 53 53 54 54 flair::gui::DoubleSpinBox *T, *kp, *ki, *kd, *sat, *sati;
Note:
See TracChangeset
for help on using the changeset viewer.