添加文件删除和复位代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user