fix realdata in different icd

This commit is contained in:
lnk
2025-06-24 17:15:18 +08:00
parent aabc9c4063
commit 7c190cb658
5 changed files with 43 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ void del_mvl_type_ctrl();
#define DB_INTERFACE_H
// 前向声明 LD_info_t
typedef struct LD_info_t LD_info_t;
int urcbRealDataHasReceived(int dev_index, LD_info_t* LD_info, long long Time); //lnk20241223
int urcbRealDataHasReceived(int dev_index,int rptNo, LD_info_t* LD_info, long long Time); //lnk20241223 20250624
#endif
apr_status_t app_get_private_config(const char *myfilename);