1 #ifndef MTF_RKLT_PARAMS_H 2 #define MTF_RKLT_PARAMS_H 4 #include "mtf/Macros/common.h" 11 bool failure_detection;
12 double failure_thresh;
15 RKLTParams(
bool _enable_spi,
bool _enable_feedback,
16 bool _failure_detection,
double _failure_thresh,
Definition: RKLTParams.h:8