eis/eqpalg/utility
Huamonarch 973921fc4b Split RuleStat display from cold data paths to reduce lock contention
Display data (alarm_value, current_value, limit_up/down, items, unit) now
goes to a local-memory DisplayCache and is serialized to JSON without any
shared memory lock. Cold data (stat_values, running_time, shear_times, etc.)
stays in shared memory for mon-cron IPC, protected by a real interprocess
mutex (boost::interprocess::interprocess_mutex) instead of the broken
process-local std::mutex. AlgBase::rule_stat_ is now RuleStatLocal with
standard types — zero changes to algorithm subclass code.
2026-05-12 15:46:01 +08:00
..
alarm_handler.hpp Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
alarm_poster.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
alarm_poster.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
build_alarm_info.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
build_alarm_info.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
build_json_from_alarm_Info.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
build_json_from_alarm_Info.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
condition_monitor.hpp Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
eqp_stat.cc Split RuleStat display from cold data paths to reduce lock contention 2026-05-12 15:46:01 +08:00
eqp_stat.h Split RuleStat display from cold data paths to reduce lock contention 2026-05-12 15:46:01 +08:00
eqp_status.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
eqp_status.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
ExpModule.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
ExpModule.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
HoldTime.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
HoldTime.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
item2chinese.hpp Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
proxy_py.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
proxy_py.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
segvCatch.0000h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
StatExp.hpp Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
update_data.cc Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
update_data.h Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
VarsCache.hpp Remove irrelevant comments from eqpalg source files 2026-05-09 13:30:09 +08:00
XorShift128Plus.hpp Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00