add event fun

This commit is contained in:
lnk
2025-09-10 16:59:50 +08:00
parent 2ef5b69dd8
commit 124df41911
7 changed files with 583 additions and 150 deletions

View File

@@ -73,8 +73,7 @@ void process_log_command(const std::string& id, const std::string& level, const
void update_log_entries_countdown();
extern "C" {
#endif
void remove_loggers_by_terminal_id(const std::string& terminal_id_cstr);
void init_logger_process();
void init_loggers();
@@ -152,10 +151,7 @@ typedef enum LogCode {
LOG_CODE_SPACE_ALARM = 700 /* 空间告警 */
} LogCode;
#ifdef __cplusplus
}
#endif
#endif // __cplusplus