eis/eqpalg/algs
2026-05-15 16:13:32 +08:00
..
ALGORITHMS_FUNCTIONAL_DESCRIPTION.md fix: 将测试文件中 "" include 改为 <> 风格,统一项目规范 2026-05-15 15:22:04 +08:00
bound_alg.cpp fix: 添加 hasExpression(),修复 bound_alg/exp_bound 编译错误 2026-05-15 16:01:14 +08:00
bound_alg.h refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
bound_hold_alg.cpp refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
bound_hold_alg.h refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
exp_base.cpp refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
exp_base.h refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
exp_bound.cpp fix: 清理 ExpBase 子类中残留的旧方法调用(first_fill_mm_vars/print_exp_vars/refresh_exp_vars_ihd/act_triggered_) 2026-05-15 16:07:13 +08:00
exp_bound.h fix: 子类实现 doMonProc() + 测试 CMake 添加缺失链接文件 2026-05-15 15:51:55 +08:00
exp_sample2D.cc fix: 清理 ExpBase 子类中残留的旧方法调用(first_fill_mm_vars/print_exp_vars/refresh_exp_vars_ihd/act_triggered_) 2026-05-15 16:07:13 +08:00
exp_sample2D.h fix: 子类实现 doMonProc() + 测试 CMake 添加缺失链接文件 2026-05-15 15:51:55 +08:00
exp_times.cc fix: 清理 ExpBase 子类中残留的旧方法调用(first_fill_mm_vars/print_exp_vars/refresh_exp_vars_ihd/act_triggered_) 2026-05-15 16:07:13 +08:00
exp_times.h fix: 清理 ExpBase 子类中残留的旧方法调用(first_fill_mm_vars/print_exp_vars/refresh_exp_vars_ihd/act_triggered_) 2026-05-15 16:07:13 +08:00
EXPBASE_REFACTOR_PLAN.md fix: 将测试文件中 "" include 改为 <> 风格,统一项目规范 2026-05-15 15:22:04 +08:00
fault_code.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
fault_code.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
FBSTATE_DEEP_ANALYSIS.md fix: 将测试文件中 "" include 改为 <> 风格,统一项目规范 2026-05-15 15:22:04 +08:00
feedback_alg.cpp refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
feedback_alg.h refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
glitch_detection.cpp refactor: 非 ExpBase 算法适配 ExpressionEngine API 2026-05-15 13:08:30 +08:00
glitch_detection.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
logic_alg.cpp refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
logic_alg.h refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支 2026-05-15 14:37:15 +08:00
null.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
roller2.cpp fix: 清理 ExpBase 子类中残留的旧方法调用(first_fill_mm_vars/print_exp_vars/refresh_exp_vars_ihd/act_triggered_) 2026-05-15 16:07:13 +08:00
roller2.h fix: 子类实现 doMonProc() + 测试 CMake 添加缺失链接文件 2026-05-15 15:51:55 +08:00
roller3.cpp fix: roller3.cpp 中 DetectMode enum class 的 LOG 输出和 stoi 赋值 cast 修复 2026-05-15 16:13:32 +08:00
roller3.h fix: 子类实现 doMonProc() + 测试 CMake 添加缺失链接文件 2026-05-15 15:51:55 +08:00
roller.cpp Remove remaining irrelevant comments from eqpalg (glitch_detection, roller, STA) 2026-05-09 13:30:42 +08:00
roller.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
trend_slope2.cpp refactor: 非 ExpBase 算法适配 ExpressionEngine API 2026-05-15 13:08:30 +08:00
trend_slope2.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
trend_slope3.cpp refactor: 非 ExpBase 算法适配 ExpressionEngine API 2026-05-15 13:08:30 +08:00
trend_slope3.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
trend_slope.cpp Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
trend_slope.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
UNIFIED_EXPRESSION_ENGINE.md fix: 将测试文件中 "" include 改为 <> 风格,统一项目规范 2026-05-15 15:22:04 +08:00