添加文件删除和复位代码

This commit is contained in:
lnk
2026-05-09 16:34:14 +08:00
parent 2f2e0d6430
commit 2f584fda30
3 changed files with 171 additions and 0 deletions

View File

@@ -534,6 +534,24 @@ QVVR_t* find_qvvr_by_trig_tm(LD_info_t* LD_info,long long trig_tm);
void HandleFileDirReqForChannel(chnl_usr_t *chnl_usr);
//lnk20250508添加重启装置函数
//根据抓包显示oper的data结构有6个item
typedef struct
{
ST_BOOLEAN ctlVal; //0:不重启 1:重启
struct
{
ST_INT8 orCat;
ST_CHAR orIdent[1]; // 空字符串
} origin;
ST_UINT8 ctlNum;
MMS_UTC_TIME T;
ST_BOOLEAN Test;
ST_UCHAR Check[1]; // bit-string 00
} LEDRs_Oper_t;
//////////////////////////////////////////////////////////////////
#ifdef __cplusplus