plc_control/src/handler
caoqianming 503aefc4cb refactor(event): rename ReloadEvent to AppEvent and split event channels
Clarify event semantics by renaming ReloadEvent to AppEvent and route control vs telemetry traffic through dedicated channels. This keeps control events isolated from high-frequency PointNewValue updates while preserving the existing send() call pattern.

Made-with: Cursor
2026-03-13 14:44:30 +08:00
..
log.rs feat(log): add file-based log APIs and switch file logs to JSON 2026-03-09 14:47:19 +08:00
page.rs feat(page): add page table and CRUD handlers 2026-03-11 13:54:14 +08:00
point.rs refactor(event): rename ReloadEvent to AppEvent and split event channels 2026-03-13 14:44:30 +08:00
source.rs refactor(event): rename ReloadEvent to AppEvent and split event channels 2026-03-13 14:44:30 +08:00
tag.rs feat: 为 get_tag_list 接口添加分页功能 2026-03-04 15:19:39 +08:00